Searched refs:JumpScopeChecker (Results 1 – 1 of 1) sorted by relevance
37 class JumpScopeChecker { class79 JumpScopeChecker(Stmt *Body, Sema &S);105 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker() function in JumpScopeChecker248 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 …]