Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp727 typedef std::pair<unsigned, Stmt*> JumpScope; in VerifyIndirectOrAsmJumps() typedef
728 SmallVector<JumpScope, 32> JumpScopes; in VerifyIndirectOrAsmJumps()
797 for (SmallVectorImpl<JumpScope>::iterator in VerifyIndirectOrAsmJumps()
873 void JumpScopeChecker::DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, in DiagnoseIndirectOrAsmJump() argument
876 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectOrAsmJump()
879 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump()
883 for (unsigned I = JumpScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectOrAsmJump()