Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp835 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anonef2f84bd0411::CFGBuilder
841 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
858 Block->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor()
872 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall()
901 B->appendStmt(ME, cfg->getBumpVectorContext()); in appendObjCMessage()
1841 appendStmt(Block, Default); in addInitializer()
2504 appendStmt(Block, S); in VisitStmt()
2528 appendStmt(Block, ILE); in VisitInitListExpr()
2554 appendStmt(Block, A); in VisitAddrLabelExpr()
2588 appendStmt(Block, A); in VisitAttributedStmt()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1132 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function