Searched refs:buildCFG (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 218 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG() 237 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG()
|
| H A D | ThreadSafetyCommon.cpp | 78 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG() function in SExprBuilder
|
| H A D | CFG.cpp | 537 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 D | ThreadSafetyCommon.h | 380 til::SCFG *buildCFG(CFGWalker &Walker);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1274 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | InternalsManual.rst | 2573 std::unique_ptr<CFG> FooCFG = CFG::buildCFG(FooBody);
|