Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h1336 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock() function
1337 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock() function
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp1653 if (CFGBlock *B = cfg->getIndirectGotoBlock()) in buildCFG()
4917 CFGBlock *IBlock = cfg->getIndirectGotoBlock(); in VisitIndirectGotoStmt()
5922 else if (&B == cfg->getIndirectGotoBlock()) in print_block()