Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1084 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()
1206 JumpDest Block = BreakContinueStack.back().BreakBlock; in EmitCaseStmt()
DCodeGenFunction.h961 : BreakBlock(Break), ContinueBlock(Continue) {} in BreakContinue()
963 JumpDest BreakBlock; member
DCGStmtOpenMP.cpp3381 return BreakContinueStack.back().BreakBlock; in getOMPCancelDestination()