Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp37 class JumpScopeChecker { class
80 JumpScopeChecker(Stmt *Body, Sema &S);
106 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker() function in JumpScopeChecker
250 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation()
304 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation()
647 void JumpScopeChecker::VerifyJumps() { in VerifyJumps()
710 void JumpScopeChecker::VerifyIndirectOrAsmJumps(bool IsAsmGoto) { in VerifyIndirectOrAsmJumps()
986 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
995 void JumpScopeChecker::VerifyMustTailStmts() { in VerifyMustTailStmts()
1006 const Attr *JumpScopeChecker::GetMustTailAttr(AttributedStmt *AS) { in GetMustTailAttr()
[all …]