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:__anon17996::JumpScopeChecker
293 Jumps.push_back(S);
314 Jumps.push_back(S);
484 /// VerifyJumps - Verify each element of the Jumps array to see if they are
487 while (!Jumps.empty()) {
488 Stmt *Jump = Jumps.pop_back_val();

Completed in 52 milliseconds