Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCFG.h1336 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock() function
1337 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp1591 if (CFGBlock *B = cfg->getIndirectGotoBlock()) in buildCFG()
4646 CFGBlock *IBlock = cfg->getIndirectGotoBlock(); in VisitIndirectGotoStmt()
5637 else if (&B == cfg->getIndirectGotoBlock()) in print_block()