Searched refs:strictlyEncloses (Results 1 – 3 of 3) sorted by relevance
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