Searched refs:IsAsmGoto (Results 1 – 1 of 1) sorted by relevance
89 void VerifyIndirectOrAsmJumps(bool IsAsmGoto);710 void JumpScopeChecker::VerifyIndirectOrAsmJumps(bool IsAsmGoto) { in VerifyIndirectOrAsmJumps() argument711 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() local857 << IsAsmGoto; in DiagnoseIndirectOrAsmJumpStmt()859 << IsAsmGoto; in DiagnoseIndirectOrAsmJumpStmt()902 bool IsAsmGoto = isa<GCCAsmStmt>(Jump); in DiagnoseIndirectOrAsmJump() local905 << IsAsmGoto; in DiagnoseIndirectOrAsmJump()[all …]