Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h214 enum : uint64_t { UnknownSize = ~UINT64_C(0) }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp208 UnknownSize) in Descriptor() argument
228 UnknownSize) in Descriptor() argument
H A DDescriptor.h67 struct UnknownSize {}; struct