HomeSort by relevance Sort by last modified time
    Searched refs:IsOnePastTheEnd (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
APValue.cpp 596 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd,
601 LVal.BaseAndIsOnePastTheEnd.setInt(IsOnePastTheEnd);
ExprConstant.cpp 164 unsigned IsOnePastTheEnd : 1;
190 : Invalid(false), IsOnePastTheEnd(false),
195 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
199 IsOnePastTheEnd = V.isLValueOnePastTheEnd();
219 bool isOnePastTheEnd() const {
221 if (IsOnePastTheEnd)
233 return !isOnePastTheEnd();
296 if (IsOnePastTheEnd && N == (uint64_t)-1)
297 IsOnePastTheEnd = false;
298 else if (!IsOnePastTheEnd && N == 1
    [all...]

Completed in 499 milliseconds