Home
last modified time | relevance | path

Searched refs:checkRef (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp264 return checkRef(E->getLocation(), E->getDecl()->getLocation()); in VisitDeclRefExpr()
268 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation()); in VisitTypedefTypeLoc()
272 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation()); in VisitTagTypeLoc()
276 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() function in __anon5d4913f90211::AutoreleasePoolRewriter::NameReferenceChecker
/src/contrib/sqlite3/
H A Dsqlite3.c82153 static int checkRef(IntegrityCk *pCheck, Pgno iPage){
82213 if( checkRef(pCheck, iPage) ) break;
82239 checkRef(pCheck, iFreePage);
82375 if( checkRef(pCheck, iPage) ) return 0;