Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h568 (getSize() == getOffset() && !isZeroSizeArray()); in isOnePastEnd()
583 bool isZeroSizeArray() const { return getFieldDesc()->isZeroSizeArray(); } in isZeroSizeArray() function
H A DDescriptor.h242 bool isZeroSizeArray() const { return Size == 0; } in isZeroSizeArray() function
H A DDisasm.cpp234 if (isZeroSizeArray()) in dump()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp629 auto isZeroSizeArray = [&] { in handleConstructor() local
641 if (isZeroSizeArray()) { in handleConstructor()