Searched refs:isZeroSizeArray (Results 1 – 5 of 5) sorted by relevance
652 return isPastEnd() || (getSize() == getOffset() && !isZeroSizeArray()); in isOnePastEnd()667 bool isZeroSizeArray() const { in isZeroSizeArray() function671 return Desc->isZeroSizeArray(); in isZeroSizeArray()
268 bool isZeroSizeArray() const { return Size == 0; } in isZeroSizeArray() function
392 if (isZeroSizeArray()) in dump()
2273 if (P.isZeroSizeArray()) { in SubPtr()
594 auto isZeroSizeArray = [&] { in handleConstructor() local606 if (isZeroSizeArray()) { in handleConstructor()