Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp163 auto Cfg = CFG::buildCFG(&D, &S, &C, Options); in build()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp218 cfg = CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getCFG()
236 CFG::buildCFG(D, getBody(), &D->getASTContext(), cfgBuildOptions); in getUnoptimizedCFG()
H A DThreadSafetyCommon.cpp74 til::SCFG *SExprBuilder::buildCFG(CFGWalker &Walker) { in buildCFG() function in SExprBuilder
1013 til::SCFG *Scfg = SxBuilder.buildCFG(Walker); in printSCFG()
H A DCFG.cpp553 std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *Statement);
1569 std::unique_ptr<CFG> CFGBuilder::buildCFG(const Decl *D, Stmt *Statement) { in buildCFG() function in CFGBuilder
5236 std::unique_ptr<CFG> CFG::buildCFG(const Decl *D, Stmt *Statement, in buildCFG() function in CFG
5239 return Builder.buildCFG(D, Statement); in buildCFG()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h398 til::SCFG *buildCFG(CFGWalker &Walker);
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1265 static std::unique_ptr<CFG> buildCFG(const Decl *D, Stmt *AST, ASTContext *C,