Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp654 typedef std::pair<unsigned, IndirectGotoStmt*> JumpScope; in VerifyIndirectJumps() typedef
655 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectJumps()
722 for (SmallVectorImpl<JumpScope>::iterator in VerifyIndirectJumps()
796 unsigned JumpScope, in DiagnoseIndirectJump() argument
799 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()
802 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()
806 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()