Searched refs:SwitchTerminatedBlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp482 CFGBlock *SwitchTerminatedBlock = nullptr; member in class:__anon1631::CFGBuilder
4071 SaveAndRestore<CFGBlock*> save_switch(SwitchTerminatedBlock),
4081 SwitchTerminatedBlock = createBlock(false);
4127 addSuccessor(SwitchTerminatedBlock, DefaultCaseBlock,
4131 SwitchTerminatedBlock->setTerminator(Terminator);
4132 Block = SwitchTerminatedBlock;
4209 addSuccessor(SwitchTerminatedBlock,
4235 assert(SwitchTerminatedBlock);
4236 addSuccessor(SwitchTerminatedBlock, CaseBlock,

Completed in 102 milliseconds