Searched refs:appendStmt (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CFG.cpp | 522 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anon75d161960111::CFGBuilder 528 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt() 1103 appendStmt(Block, Default); in addInitializer() 1564 appendStmt(Block, S); in VisitStmt() 1592 appendStmt(Block, A); in VisitAddrLabelExpr() 1602 appendStmt(Block, U); in VisitUnaryOperator() 1610 appendStmt(ConfluenceBlock, B); in VisitLogicalOperator() 1718 appendStmt(Block, B); in VisitBinaryOperator() 1726 appendStmt(Block, B); in VisitBinaryOperator() 1734 appendStmt(Block, B); in VisitBinaryOperator() [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/ |
| HD | CFG.h | 656 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function
|