Lines Matching refs:IsAsmGoto
89 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()
907 << IsAsmGoto; in DiagnoseIndirectOrAsmJump()