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

/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp67 SmallVector<Stmt*, 16> Jumps; member in class:__anon1127::JumpScopeChecker
294 Jumps.push_back(S);
315 Jumps.push_back(S);
518 /// VerifyJumps - Verify each element of the Jumps array to see if they are
521 while (!Jumps.empty()) {
522 Stmt *Jump = Jumps.pop_back_val();

Completed in 71 milliseconds