Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp453 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anon726f5f560111::CFGBuilder
459 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt()
1485 appendStmt(Block, S); in VisitStmt()
1513 appendStmt(Block, A); in VisitAddrLabelExpr()
1523 appendStmt(Block, U); in VisitUnaryOperator()
1531 appendStmt(ConfluenceBlock, B); in VisitLogicalOperator()
1639 appendStmt(Block, B); in VisitBinaryOperator()
1647 appendStmt(Block, B); in VisitBinaryOperator()
1655 appendStmt(Block, B); in VisitBinaryOperator()
1669 appendStmt(Block, E); in VisitNoRecurse()
[all …]
/external/clang/include/clang/Analysis/
DCFG.h657 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function