Home
last modified time | relevance | path

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

/freebsd-14.2/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 __anon17adc21a0211::AutoreleasePoolRewriter::NameReferenceChecker
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c81100 static int checkRef(IntegrityCk *pCheck, Pgno iPage){
81160 if( checkRef(pCheck, iPage) ) break;
81186 checkRef(pCheck, iFreePage);
81322 if( checkRef(pCheck, iPage) ) return 0;