Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DOverload.h872 constexpr static unsigned NumInlineBytes = variable
875 llvm::AlignedCharArray<alignof(void *), NumInlineBytes> InlineSpace;
893 if (NBytes > NumInlineBytes - NumInlineBytesUsed) in slabAllocate()