Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp789 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anon654da8e80411::CFGBuilder
795 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
806 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor()
820 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall()
849 B->appendStmt(const_cast<ObjCMessageExpr *>(ME), in appendObjCMessage()
1666 appendStmt(Block, Default); in addInitializer()
2338 appendStmt(Block, S); in VisitStmt()
2362 appendStmt(Block, ILE); in VisitInitListExpr()
2388 appendStmt(Block, A); in VisitAddrLabelExpr()
2398 appendStmt(Block, U); in VisitUnaryOperator()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h1095 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function