Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp93 #define CHECK_PERMISSIVE(x) (assert(Permissive || !(x)), (Permissive && (x))) macro
606 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC))) in VerifyJumps()
661 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG))) in VerifyIndirectJumps()
681 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()
787 if (CHECK_PERMISSIVE(ToScopes.empty())) in NoteJumpIntoScopes()
799 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()
837 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(From))) in CheckJump()
839 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(To))) in CheckJump()