/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan.h | 23 #define GET_STACK_TRACE(max_size, fast) \ argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_stack.h | 35 #define GET_STACK_TRACE(max_size, fast) \ argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_stack.h | 35 #define GET_STACK_TRACE(max_size, fast) \ argument
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
H A D | max_size.pass.cpp | 39 TEST_CONSTEXPR_CXX20 std::size_t max_size() const in max_size() function
|
/llvm-project/libcxx/src/include/ |
H A D | sso_allocator.h | 72 _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 D | annotate-nested-name-specifier.cpp | 25 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 D | merge.pass.cpp | 71 size_t max_size = 100000; in test_merge_by_type() local
|
H A D | inplace_merge.pass.cpp | 73 size_t max_size = 100000; in test_by_type() local
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
H A D | partition_copy.pass.cpp | 68 const std::size_t max_size = 100000; in test() local
|
H A D | partition.pass.cpp | 135 size_t max_size = 100000; in test_by_type() local
|
/llvm-project/flang/include/flang/Common/ |
H A D | enum-set.h | 135 static constexpr std::size_t max_size() { return BITS; } in max_size() function
|
/llvm-project/libcxx/src/ |
H A D | thread.cpp | 120 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 D | is_heap.pass.cpp | 100 const size_t max_size = 100000; in test_is_heap_by_type() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_report.cpp | 118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig()
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | remove.pass.cpp | 103 const std::size_t max_size = 100000; in test() local
|
H A D | unique.pass.cpp | 97 const std::size_t max_size = 1000000; in test() local
|
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/ |
H A D | container.h | 135 constexpr std::size_t max_size() const max_size() function
|
H A D | to.pass.cpp | 175 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 D | allocation_guard.pass.cpp | 82 TEST_CONSTEXPR size_type max_size() const TEST_NOEXCEPT { return UINT_MAX / sizeof(T); } max_size() function
|
/llvm-project/libcxx/test/support/ |
H A D | test_allocator.h | 174 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 D | min_allocator.h | 160 std::size_t max_size() const in max_size() function 190 std::size_t max_size() const in max_size() function
|
H A D | allocators.h | 59 std::size_t max_size() const {return id_;} in max_size() function
|
H A D | nasty_containers.h | 73 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 D | hashtable_fuzz.cpp | 32 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 D | nth_element.pass.cpp | 126 size_t max_size = 10000; in test_by_type() local
|