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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 115 /// Returns true if this scope encloses I.
118 bool encloses(stable_iterator I) const { return Size <= I.Size; } function in class:clang::CodeGen::EHScopeStack::stable_iterator
120 /// Returns true if this scope strictly encloses I: that is,
121 /// if it encloses I and is not I.
CGCleanup.cpp 430 // As long as Old strictly encloses the scope's enclosing normal
1051 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
1062 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid
1076 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
1093 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid
CGCleanup.h 544 bool encloses(iterator other) const { return Ptr >= other.Ptr; }
CGStmt.cpp 636 assert(innermostScope.encloses(dest.getScopeDepth()));
  /src/usr.bin/make/unit-tests/
varmod-loop.mk 5 # variable 'var'. For example, '${1 2 3:L:@word@<${word}>@}' encloses each

Completed in 30 milliseconds