Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp944 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in isObviouslyBranchWithoutCleanups()
955 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
969 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in EmitBranchThroughCleanup()
986 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
993 if (!Dest.getScopeDepth().isValid()) { in EmitBranchThroughCleanup()
1019 EHScopeStack::stable_iterator E = Dest.getScopeDepth(); in EmitBranchThroughCleanup()
DCGStmt.cpp450 assert(!Dest.getScopeDepth().isValid() && "already emitted label!"); in EmitLabel()
471 assert(dest.getScopeDepth().isValid()); in rescopeLabels()
472 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
DCodeGenFunction.h119 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; } in getScopeDepth() function