Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.h23 #define GET_STACK_TRACE(max_size, fast) \ argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stack.h35 #define GET_STACK_TRACE(max_size, fast) \ argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_stack.h35 #define GET_STACK_TRACE(max_size, fast) \ argument
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dmax_size.pass.cpp39 TEST_CONSTEXPR_CXX20 std::size_t max_size() const in max_size() function
/llvm-project/libcxx/src/include/
H A Dsso_allocator.h72 _LIBCPP_HIDE_FROM_ABI size_type max_size() const throw() { return size_type(~0) / sizeof(_Tp); } in max_size() function
/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp25 static int max_size; member
35 int outer::inner::array<T, N>::max_size = 17; member in outer::inner::array<T, N>
/llvm-project/pstl/test/std/algorithms/alg.merge/
H A Dmerge.pass.cpp71 size_t max_size = 100000; in test_merge_by_type() local
H A Dinplace_merge.pass.cpp73 size_t max_size = 100000; in test_by_type() local
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dpartition_copy.pass.cpp68 const std::size_t max_size = 100000; in test() local
H A Dpartition.pass.cpp135 size_t max_size = 100000; in test_by_type() local
/llvm-project/flang/include/flang/Common/
H A Denum-set.h135 static constexpr std::size_t max_size() { return BITS; } in max_size() function
/llvm-project/libcxx/src/
H A Dthread.cpp120 size_t max_size() const { return size_t(~0) / sizeof(T); } in max_size() function in __hidden_allocator
/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.heap.operations/
H A Dis_heap.pass.cpp100 const size_t max_size = 100000; in test_is_heap_by_type() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig()
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dremove.pass.cpp103 const std::size_t max_size = 100000; in test() local
H A Dunique.pass.cpp97 const std::size_t max_size = 1000000; in test() local
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/
H A Dcontainer.h135 constexpr std::size_t max_size() const max_size() function
H A Dto.pass.cpp175 constexpr std::size_t max_size() const in max_size() function
179 constexpr int max_size() const in max_size() function
/llvm-project/libcxx/test/libcxx/memory/
H A Dallocation_guard.pass.cpp82 TEST_CONSTEXPR size_type max_size() const TEST_NOEXCEPT { return UINT_MAX / sizeof(T); } max_size() function
/llvm-project/libcxx/test/support/
H A Dtest_allocator.h174 TEST_CONSTEXPR size_type max_size() const TEST_NOEXCEPT { return UINT_MAX / sizeof(T); } max_size() function
290 std::size_t max_size() const { return UINT_MAX / sizeof(T); } max_size() function
470 TEST_CONSTEXPR size_type max_size() const { return N; } max_size() function
H A Dmin_allocator.h160 std::size_t max_size() const in max_size() function
190 std::size_t max_size() const in max_size() function
H A Dallocators.h59 std::size_t max_size() const {return id_;} in max_size() function
H A Dnasty_containers.h73 size_type max_size() const TEST_NOEXCEPT { return v_.max_size(); } in max_size() function
217 size_type max_size() const TEST_NOEXCEPT { return l_.max_size(); } in max_size() function
/llvm-project/libc/fuzzing/__support/
H A Dhashtable_fuzz.cpp32 extern "C" size_t LLVMFuzzerMutate(uint8_t *data, size_t size, size_t max_size); in LLVMFuzzerCustomMutator() argument
/llvm-project/pstl/test/std/algorithms/alg.nonmodifying/
H A Dnth_element.pass.cpp126 size_t max_size = 10000; in test_by_type() local

12