Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp89 void VerifyIndirectOrAsmJumps(bool IsAsmGoto);
710 void JumpScopeChecker::VerifyIndirectOrAsmJumps(bool IsAsmGoto) { in VerifyIndirectOrAsmJumps() argument
711 SmallVector<Stmt*, 4> GotoJumps = IsAsmGoto ? AsmJumps : IndirectJumps; in VerifyIndirectOrAsmJumps()
715 IsAsmGoto ? AsmJumpTargets : IndirectJumpTargets; in VerifyIndirectOrAsmJumps()
719 assert(!IsAsmGoto &&"only indirect goto can get here"); in VerifyIndirectOrAsmJumps()
855 bool IsAsmGoto = isa<GCCAsmStmt>(Jump); in DiagnoseIndirectOrAsmJumpStmt() local
857 << IsAsmGoto; in DiagnoseIndirectOrAsmJumpStmt()
859 << IsAsmGoto; in DiagnoseIndirectOrAsmJumpStmt()
902 bool IsAsmGoto = isa<GCCAsmStmt>(Jump); in DiagnoseIndirectOrAsmJump() local
905 << IsAsmGoto; in DiagnoseIndirectOrAsmJump()
[all …]