Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2418 appendStmt(Block, S); in VisitStmt()
2468 appendStmt(Block, A); in VisitAddrLabelExpr()
2493 appendStmt(Block, A); in VisitAttributedStmt()
2502 appendStmt(Block, U); in VisitUnaryOperator()
2623 appendStmt(Block, B); in VisitBinaryOperator()
3017 appendStmt(Block, DS); in VisitDeclSubExpr()
3235 appendStmt(Block, S); in VisitReturnStmt()
3829 appendStmt(Block, S); in VisitObjCAtSynchronizedStmt()
3839 appendStmt(Block, E); in VisitPseudoObjectExpr()
4845 appendStmt(Block, NE); in VisitCXXNewExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1123 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function