Home
last modified time | relevance | path

Searched refs:buildCFG (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp218 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG()
237 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG()
H A DThreadSafetyCommon.cpp78 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG() function in SExprBuilder
H A DCFG.cpp537 std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *Statement);
1478 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() function in CFGBuilder
4953 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG() function in CFG
4956 return Builder.buildCFG(D, Statement); in buildCFG()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h380 til::SCFG *buildCFG(CFGWalker &Walker);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1274 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst2573 std::unique_ptr<CFG> FooCFG = CFG::buildCFG(FooBody);