Home
last modified time | relevance | path

Searched refs:handleBlockWithNoGuarantees (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h105 virtual void handleBlockWithNoGuarantees(const BlockDecl *Block) {} in handleBlockWithNoGuarantees() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1570 Handler.handleBlockWithNoGuarantees(Block->getBlockDecl()); in VisitBlockExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1751 void handleBlockWithNoGuarantees(const BlockDecl *Block) override { in handleBlockWithNoGuarantees() function in __anon1607c2310d11::CalledOnceCheckReporter