Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp812 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anoncb5603720411::CFGBuilder
818 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
829 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor()
843 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall()
872 B->appendStmt(const_cast<ObjCMessageExpr *>(ME), in appendObjCMessage()
1754 appendStmt(Block, Default); in addInitializer()
2415 appendStmt(Block, S); in VisitStmt()
2439 appendStmt(Block, ILE); in VisitInitListExpr()
2465 appendStmt(Block, A); in VisitAddrLabelExpr()
2490 appendStmt(Block, A); in VisitAttributedStmt()
[all …]
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1126 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function