Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp883 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitBreakStmt()
982 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
DCodeGenFunction.h823 : BreakBlock(Break), ContinueBlock(Continue) {} in BreakContinue()
825 JumpDest BreakBlock; member