Home
last modified time | relevance | path

Searched defs:isZeroSizeArray (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h242 bool isZeroSizeArray() const { return Size == 0; } in isZeroSizeArray() function
H A DPointer.h583 bool isZeroSizeArray() const { return getFieldDesc()->isZeroSizeArray(); } in isZeroSizeArray() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp629 auto isZeroSizeArray = [&] { in handleConstructor() local