Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp396 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anonf7c928c20111::CFGBuilder
402 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
994 appendStmt(Block, S); in VisitStmt()
1017 appendStmt(Block, A); in VisitAddrLabelExpr()
1027 appendStmt(Block, U); in VisitUnaryOperator()
1037 appendStmt(ConfluenceBlock, B); in VisitBinaryOperator()
1082 appendStmt(Block, B); in VisitBinaryOperator()
1090 appendStmt(Block, B); in VisitBinaryOperator()
1098 appendStmt(Block, B); in VisitBinaryOperator()
1112 appendStmt(Block, E); in VisitBlockExpr()
[all …]
/external/clang/include/clang/Analysis/
DCFG.h490 void appendStmt(Stmt* statement, BumpVectorContext &C) { in appendStmt() function