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 163 bool IsOnePastTheEnd : 1;
189 : Invalid(false), IsOnePastTheEnd(false),
194 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
198 IsOnePastTheEnd = V.isLValueOnePastTheEnd();
218 bool isOnePastTheEnd() const {
220 if (IsOnePastTheEnd)
232 return !isOnePastTheEnd();
295 if (IsOnePastTheEnd && N == (uint64_t)-1)
296 IsOnePastTheEnd = false;
297 else if (!IsOnePastTheEnd && N == 1
    [all...]

Completed in 39 milliseconds