Searched refs:JumpScopeChecker (Results 1 – 1 of 1) sorted by relevance
32 class JumpScopeChecker { class72 JumpScopeChecker(Stmt *Body, Sema &S);95 JumpScopeChecker::JumpScopeChecker(Stmt *Body, Sema &s) in JumpScopeChecker() function in JumpScopeChecker112 unsigned JumpScopeChecker::GetDeepestCommonScope(unsigned A, unsigned B) { in GetDeepestCommonScope()237 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation()281 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation()588 void JumpScopeChecker::VerifyJumps() { in VerifyJumps()652 void JumpScopeChecker::VerifyIndirectJumps() { in VerifyIndirectJumps()807 void JumpScopeChecker::DiagnoseIndirectJump(IndirectGotoStmt *Jump, in DiagnoseIndirectJump()910 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()[all …]