Home
last modified time | relevance | path

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

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