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 131 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/
CGDecl.cpp 813 unsigned SizeThreshold = 32;
815 return Size > SizeThreshold;
    [all...]

Completed in 514 milliseconds