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

/external/chromium_org/sandbox/win/src/
H A Dservice_resolver_unittest.cc69 void CheckJump(void* source, void* target) { function in namespace:__anon9915
124 CheckJump(service, thunk.get());
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp80 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
498 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
508 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
526 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,
741 /// CheckJump - Validate that the specified jump statement is valid: that it is
743 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, function in class:JumpScopeChecker

Completed in 131 milliseconds