Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp104 #define CHECK_PERMISSIVE(x) (assert(Permissive || !(x)), (Permissive && (x))) macro
711 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC))) in VerifyJumps()
761 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG))) in VerifyIndirectJumps()
777 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()
880 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()
891 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectOrAsmJump()
932 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(From))) in CheckJump()
934 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(To))) in CheckJump()