HomeSort by relevance Sort by last modified time
    Searched refs:SizeThreshold (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
Allocator.h 134 size_t SizeThreshold = SlabSize>
137 BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold>> {
139 static_assert(SizeThreshold <= SlabSize,
140 "The SizeThreshold must be at most the SlabSize to ensure "
229 if (PaddedSize > SizeThreshold) {
412 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
415 SizeThreshold> &Allocator) {
429 template <typename AllocatorT, size_t SlabSize, size_t SizeThreshold>
431 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) {
  /external/clang/lib/CodeGen/
CGDecl.cpp 852 unsigned SizeThreshold = 32;
854 return Size > SizeThreshold;
    [all...]

Completed in 990 milliseconds