Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1058 constexpr static unsigned NumInlineBytes = variable
1061 alignas(void *) char InlineSpace[NumInlineBytes];
1082 if (NBytes > NumInlineBytes - NumInlineBytesUsed) in slabAllocate()