Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp973 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in isObviouslyBranchWithoutCleanups()
984 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
998 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in EmitBranchThroughCleanup()
1015 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
1022 if (!Dest.getScopeDepth().isValid()) { in EmitBranchThroughCleanup()
1048 EHScopeStack::stable_iterator E = Dest.getScopeDepth(); in EmitBranchThroughCleanup()
DCGStmt.cpp480 assert(!Dest.getScopeDepth().isValid() && "already emitted label!"); in EmitLabel()
501 assert(dest.getScopeDepth().isValid()); in rescopeLabels()
502 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
DCodeGenFunction.h122 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; } in getScopeDepth() function
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp1021 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in isObviouslyBranchWithoutCleanups()
1032 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
1046 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in EmitBranchThroughCleanup()
1063 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
1070 if (!Dest.getScopeDepth().isValid()) { in EmitBranchThroughCleanup()
1096 EHScopeStack::stable_iterator E = Dest.getScopeDepth(); in EmitBranchThroughCleanup()
DCGStmt.cpp588 assert(!Dest.getScopeDepth().isValid() && "already emitted label!"); in EmitLabel()
618 assert(dest.getScopeDepth().isValid()); in rescopeLabels()
619 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
DCodeGenFunction.h251 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }