Searched refs:SizeThreshold (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DAllocator.h131 size_t SizeThreshold = SlabSize>
134 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
136 static_assert(SizeThreshold <= SlabSize,
137 "The SizeThreshold must be at most the SlabSize to ensure "
229 if (PaddedSize > SizeThreshold) {
407 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
410 SizeThreshold> &Allocator) {
424 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
426 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) {
/external/clang/lib/CodeGen/
H A DCGDecl.cpp813 unsigned SizeThreshold = 32; local
815 return Size > SizeThreshold;

Completed in 1123 milliseconds