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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp67 SmallVector<Stmt*, 16> Jumps; member in class:__anon3967::JumpScopeChecker
297 Jumps.push_back(S);
318 Jumps.push_back(S);
520 /// VerifyJumps - Verify each element of the Jumps array to see if they are
523 while (!Jumps.empty()) {
524 Stmt *Jump = Jumps.pop_back_val();

Completed in 95 milliseconds