Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DJumpDiagnostics.cpp89 void VerifyIndirectOrAsmJumps(bool IsAsmGoto);
715 void JumpScopeChecker::VerifyIndirectOrAsmJumps(bool IsAsmGoto) { in VerifyIndirectOrAsmJumps() argument
716 SmallVector<Stmt*, 4> GotoJumps = IsAsmGoto ? AsmJumps : IndirectJumps; in VerifyIndirectOrAsmJumps()
720 IsAsmGoto ? AsmJumpTargets : IndirectJumpTargets; in VerifyIndirectOrAsmJumps()
724 assert(!IsAsmGoto &&"only indirect goto can get here"); in VerifyIndirectOrAsmJumps()
860 bool IsAsmGoto = isa<GCCAsmStmt>(Jump); in DiagnoseIndirectOrAsmJumpStmt() local
862 << IsAsmGoto; in DiagnoseIndirectOrAsmJumpStmt()
864 << IsAsmGoto; in DiagnoseIndirectOrAsmJumpStmt()
907 bool IsAsmGoto = isa<GCCAsmStmt>(Jump); in DiagnoseIndirectOrAsmJump() local
910 << IsAsmGoto; in DiagnoseIndirectOrAsmJump()
[all …]