Searched refs:GotoJumps (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp681 SmallVector<Stmt*, 4> GotoJumps = IsAsmGoto ? AsmJumps : IndirectJumps; local
682 if (GotoJumps.empty())
690 S.Diag(GotoJumps[0]->getBeginLoc(),
701 for (SmallVectorImpl<Stmt *>::iterator I = GotoJumps.begin(),
702 E = GotoJumps.end();

Completed in 96 milliseconds