Searched refs:strictlyEncloses (Results 1 – 6 of 6) sorted by relevance
429 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()
124 bool strictlyEncloses(stable_iterator I) const { return Size < I.Size; }
545 bool strictlyEncloses(iterator other) const { return Ptr > other.Ptr; } in strictlyEncloses() function
431 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()
130 bool strictlyEncloses(stable_iterator I) const { return Size < I.Size; }
562 bool strictlyEncloses(iterator other) const { return Ptr > other.Ptr; } in strictlyEncloses() function