Home
last modified time | relevance | path

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

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