Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp429 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup()); in PopCleanupBlocks()
1097 if (E.strictlyEncloses(I)) { in EmitBranchThroughCleanup()
1105 if (!E.strictlyEncloses(I)) { in EmitBranchThroughCleanup()
1131 assert(C.strictlyEncloses(I)); in IsUsedAsNormalCleanup()
1149 assert(cleanup.strictlyEncloses(i)); in IsUsedAsEHCleanup()
1250 CurrentCleanupScopeDepth.strictlyEncloses(C)) { in DeactivateCleanupBlock()
DEHScopeStack.h124 bool strictlyEncloses(stable_iterator I) const { return Size < I.Size; }
DCGCleanup.h545 bool strictlyEncloses(iterator other) const { return Ptr > other.Ptr; } in strictlyEncloses() function
/external/clang/lib/CodeGen/
DCGCleanup.cpp431 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup()); in PopCleanupBlocks()
1049 if (E.strictlyEncloses(I)) { in EmitBranchThroughCleanup()
1057 if (!E.strictlyEncloses(I)) { in EmitBranchThroughCleanup()
1083 assert(C.strictlyEncloses(I)); in IsUsedAsNormalCleanup()
1101 assert(cleanup.strictlyEncloses(i)); in IsUsedAsEHCleanup()
DEHScopeStack.h130 bool strictlyEncloses(stable_iterator I) const { return Size < I.Size; }
DCGCleanup.h562 bool strictlyEncloses(iterator other) const { return Ptr > other.Ptr; } in strictlyEncloses() function