Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp797 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anon76ebc3340411::CFGBuilder
803 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
814 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor()
828 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall()
857 B->appendStmt(const_cast<ObjCMessageExpr *>(ME), in appendObjCMessage()
1740 appendStmt(Block, Default); in addInitializer()
2411 appendStmt(Block, S); in VisitStmt()
2435 appendStmt(Block, ILE); in VisitInitListExpr()
2461 appendStmt(Block, A); in VisitAddrLabelExpr()
2486 appendStmt(Block, A); in VisitAttributedStmt()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1095 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function