Searched refs:appendStmt (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Analysis/ |
D | CFG.cpp | 595 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anon83acd1880111::CFGBuilder 601 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt() 1151 appendStmt(Block, Default); in addInitializer() 1610 appendStmt(Block, S); in VisitStmt() 1638 appendStmt(Block, A); in VisitAddrLabelExpr() 1648 appendStmt(Block, U); in VisitUnaryOperator() 1656 appendStmt(ConfluenceBlock, B); in VisitLogicalOperator() 1764 appendStmt(Block, B); in VisitBinaryOperator() 1772 appendStmt(Block, B); in VisitBinaryOperator() 1780 appendStmt(Block, B); in VisitBinaryOperator() [all …]
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 655 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function
|