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

  /external/chromium_org/sandbox/win/src/
service_resolver_unittest.cc 69 void CheckJump(void* source, void* target) {
124 CheckJump(service, thunk.get());
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 80 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,

Completed in 819 milliseconds