Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp732 typedef std::pair<unsigned, Stmt*> JumpScope; in VerifyIndirectOrAsmJumps() typedef
733 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectOrAsmJumps()
802 for (SmallVectorImpl<JumpScope>::iterator in VerifyIndirectOrAsmJumps()
878 void JumpScopeChecker::DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, in DiagnoseIndirectOrAsmJump() argument
881 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectOrAsmJump()
884 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump()
888 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectOrAsmJump()