Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp263 return checkRef(E->getLocation(), E->getDecl()->getLocation()); in VisitDeclRefExpr()
267 return checkRef(TL.getBeginLoc(), TL.getTypedefNameDecl()->getLocation()); in VisitTypedefTypeLoc()
271 return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation()); in VisitTagTypeLoc()
275 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() function in __anone130fd180211::AutoreleasePoolRewriter::NameReferenceChecker
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c75563 static int checkRef(IntegrityCk *pCheck, Pgno iPage){
75624 if( checkRef(pCheck, iPage) ) break;
75650 checkRef(pCheck, iFreePage);
75782 if( checkRef(pCheck, iPage) ) return 0;