Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp66 llvm::DenseMap<Stmt*, unsigned> LabelAndGotoScopes; member in __anonf20675a40111::JumpScopeChecker
297 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
302 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
322 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
536 LabelAndGotoScopes[S] = ParentScope; in BuildScopeInformation()
565 LabelAndGotoScopes[SubStmt] = ParentScope; in BuildScopeInformation()
606 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(SC))) in VerifyJumps()
661 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG))) in VerifyIndirectJumps()
663 unsigned IGScope = LabelAndGotoScopes[IG]; in VerifyIndirectJumps()
681 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt()))) in VerifyIndirectJumps()
[all …]