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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp805 JumpDest Block = BreakContinueStack.back().BreakBlock;
903 JumpDest Block = BreakContinueStack.back().BreakBlock;
H A DCodeGenFunction.h1136 : BreakBlock(Break), ContinueBlock(Continue) {}
1138 JumpDest BreakBlock; member in struct:clang::CodeGen::BreakContinue

Completed in 94 milliseconds