HomeSort by relevance Sort by last modified time
    Searched refs:CheckJump (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/compiler/
test-jump-threading.cc 619 void CheckJump(TestCode& code, int pos, int target) {
668 CheckJump(code, j1, 2);
691 CheckJump(code, j1, 3);
717 CheckJump(code, j1, 1);
718 CheckJump(code, j2, 3);
742 CheckJump(code, j1, 1);
747 CheckJump(code, j2, 4);
752 CheckJump(code, j3, 4);
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 84 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
530 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
542 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
561 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,
778 /// CheckJump - Validate that the specified jump statement is valid: that it is
780 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
    [all...]

Completed in 61 milliseconds