Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h867 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock() function
868 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock() function
/external/clang/lib/Analysis/
DCFG.cpp1076 if (CFGBlock *B = cfg->getIndirectGotoBlock()) in buildCFG()
3625 CFGBlock *IBlock = cfg->getIndirectGotoBlock(); in VisitIndirectGotoStmt()
4351 else if (&B == cfg->getIndirectGotoBlock()) in print_block()