Searched refs:CheckJump (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-jump-threading.cc | 618 void CheckJump(TestCode& code, int pos, int target) { in CheckJump() function 667 CheckJump(code, j1, 2); in TEST() 690 CheckJump(code, j1, 3); in TEST() 716 CheckJump(code, j1, 1); in TEST() 717 CheckJump(code, j2, 3); in TEST() 741 CheckJump(code, j1, 1); in TEST() 746 CheckJump(code, j2, 4); in TEST() 751 CheckJump(code, j3, 4); in TEST()
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 84 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, 530 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 542 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps() 561 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0, in VerifyJumps() 780 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, in CheckJump() function in JumpScopeChecker
|