Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1327 CFGBlock * getIndirectGotoBlock() { return IndirectGotoBlock; } in getIndirectGotoBlock() function
1328 const CFGBlock * getIndirectGotoBlock() const { return IndirectGotoBlock; } in getIndirectGotoBlock() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1667 if (CFGBlock *B = cfg->getIndirectGotoBlock()) in buildCFG()
4923 CFGBlock *IBlock = cfg->getIndirectGotoBlock(); in VisitIndirectGotoStmt()
5934 else if (&B == cfg->getIndirectGotoBlock()) in print_block()