Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp690 unsigned JumpScope = LabelAndGotoScopes[G]; in VerifyJumps() local
756 using JumpScope = std::pair<unsigned, Stmt *>; in VerifyIndirectJumps() typedef
888 void JumpScopeChecker::DiagnoseIndirectOrAsmJump(Stmt *Jump, unsigned JumpScope, in DiagnoseIndirectOrAsmJump()