Searched refs:appendStmt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2345 appendStmt(Block, S); in VisitStmt() 2395 appendStmt(Block, A); in VisitAddrLabelExpr() 2405 appendStmt(Block, U); in VisitUnaryOperator() 2526 appendStmt(Block, B); in VisitBinaryOperator() 2542 appendStmt(Block, B); in VisitBinaryOperator() 2906 appendStmt(Block, DS); in VisitDeclSubExpr() 3118 appendStmt(Block, S); in VisitReturnStmt() 3667 appendStmt(Block, S); in VisitObjCAtSynchronizedStmt() 3682 appendStmt(Block, E); in VisitPseudoObjectExpr() 4565 appendStmt(Block, NE); in VisitCXXNewExpr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1095 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function
|