Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.h268 bool isZeroSizeArray() const { return Size == 0; } in isZeroSizeArray() function
H A DPointer.h667 bool isZeroSizeArray() const { in isZeroSizeArray() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp594 auto isZeroSizeArray = [&] { in handleConstructor() local