Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1112 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()
1237 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
H A DCodeGenFunction.h916 : BreakBlock(Break), ContinueBlock(Continue) {} in BreakContinue()
918 JumpDest BreakBlock; member