Searched refs:CheckJump (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 93 void CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, 664 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 692 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(), in VerifyJumps() 711 CheckJump(SS, SC, Loc, diag::err_switch_into_protected_scope, 0, in VerifyJumps() 920 void JumpScopeChecker::CheckJump(Stmt *From, Stmt *To, SourceLocation DiagLoc, in CheckJump() function in JumpScopeChecker
|