Searched defs:appendStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h657 void appendStmt(Stmt *statement, BumpVectorContext &C) { function in class:clang::CFGBlock::ElementList
/external/clang/lib/Analysis/
H A DCFG.cpp453 void appendStmt(CFGBlock *B, const Stmt *S) { function in class:__anon17770::CFGBuilder
459 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext());
1485 appendStmt(Block, S);
1513 appendStmt(Block, A);
1523 appendStmt(Block, U);
1531 appendStmt(ConfluenceBlock, B);
1639 appendStmt(Block, B);
1647 appendStmt(Block, B);
1655 appendStmt(Block, B);
1669 appendStmt(Bloc
[all...]

Completed in 800 milliseconds