HomeSort by: relevance | last modified time | path
    Searched refs:strictlyEncloses (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp 434 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup());
1127 if (E.strictlyEncloses(I)) {
1135 if (!E.strictlyEncloses(I)) {
1161 assert(C.strictlyEncloses(I));
1179 assert(cleanup.strictlyEncloses(i));
1280 CurrentCleanupScopeDepth.strictlyEncloses(C)) {
EHScopeStack.h 124 bool strictlyEncloses(stable_iterator I) const { return Size < I.Size; }
CGCleanup.h 545 bool strictlyEncloses(iterator other) const { return Ptr > other.Ptr; }

Completed in 19 milliseconds