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

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Pointer.h 86 if (isOnePastEnd())
272 bool isOnePastEnd() const {
Pointer.cpp 80 bool IsOnePastEnd;
85 IsOnePastEnd = false;
101 IsOnePastEnd = false;
128 IsOnePastEnd = isOnePastEnd();
132 return APValue(Base, Offset, Path, IsOnePastEnd, IsNullPtr);
Interp.cpp 242 if (!Ptr.isOnePastEnd())

Completed in 17 milliseconds