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

  /external/llvm/include/llvm/Support/
Allocator.h 95 /// allocation above SizeThreshold.
98 /// SizeThreshold - For any allocation larger than this threshold, we should
100 size_t SizeThreshold;
  /external/clang/lib/CodeGen/
CGDecl.cpp 808 unsigned SizeThreshold = 32;
810 return Size > SizeThreshold;
    [all...]

Completed in 29 milliseconds