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 68 void CheckJump(void* source, void* target) {
125 CheckJump(service, thunk.get());
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 84 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,
492 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
502 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
521 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0,
738 /// CheckJump - Validate that the specified jump statement is valid: that it is
740 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc,

Completed in 57 milliseconds