Home
last modified time | relevance | path

Searched refs:JumpScopeChecker (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp37 class JumpScopeChecker { class
79 JumpScopeChecker(Stmt *Body, Sema &S);
105 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker() function in JumpScopeChecker
248 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation()
302 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation()
656 void JumpScopeChecker::VerifyJumps() { in VerifyJumps()
734 void JumpScopeChecker::VerifyIndirectJumps() { in VerifyIndirectJumps()
992 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
1001 void JumpScopeChecker::VerifyMustTailStmts() { in VerifyMustTailStmts()
1012 const Attr *JumpScopeChecker::GetMustTailAttr(AttributedStmt *AS) { in GetMustTailAttr()
[all …]