Home
last modified time | relevance | path

Searched refs:isZeroSizeArray (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h652 return isPastEnd() || (getSize() == getOffset() && !isZeroSizeArray()); in isOnePastEnd()
667 bool isZeroSizeArray() const { in isZeroSizeArray() function
671 return Desc->isZeroSizeArray(); in isZeroSizeArray()
H A DDescriptor.h268 bool isZeroSizeArray() const { return Size == 0; } in isZeroSizeArray() function
H A DDisasm.cpp392 if (isZeroSizeArray()) in dump()
H A DInterp.h2273 if (P.isZeroSizeArray()) { in SubPtr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp594 auto isZeroSizeArray = [&] { in handleConstructor() local
606 if (isZeroSizeArray()) { in handleConstructor()