/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | partial_sort_stability.pass.cpp | 31 static constexpr int kSize = 100; in deterministic() local 43 static constexpr int kSize = 100; in test_randomization() local 61 static constexpr int kSize = 100; in test_same() local
|
H A D | nth_element_stability.pass.cpp | 31 static constexpr int kSize = 100; in deterministic() local 42 static constexpr int kSize = 100; in test_randomization() local 60 static constexpr int kSize = 100; in test_same() local
|
H A D | sort_stability.pass.cpp | 31 static constexpr int kSize = 100; in deterministic() local 43 static constexpr int kSize = 100; in test_randomization() local 61 static constexpr int kSize = 100; in test_same() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | CompressionTest.cpp | 57 const size_t kSize = 1024; in TEST() local 102 const size_t kSize = 1024; in TEST() local
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | secondary-tag-zero.c | 9 const int kSize = 10000000; variable
|
H A D | malloc_fill.cpp | 13 static const int kSize = 1 << 25; in main() local
|
H A D | munmap.c | 15 const int kSize = kPS / atoi(argv[1]); in main() local
|
H A D | new-test.cpp | 115 constexpr size_t kSize = 8; in main() local [all...] |
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | auto_memory_profile_test.cpp | 19 const size_t kSize = 13000000; in main() local
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | OutOfMemoryTest.cpp | 21 size_t kSize = 1 << 28; in LLVMFuzzerTestOneInput() local
|
H A D | OutOfMemorySingleLargeMallocTest.cpp | 19 size_t kSize = 0x20000000U; in LLVMFuzzerTestOneInput() local
|
H A D | OneHugeAllocTest.cpp | 19 size_t kSize = (size_t)1 << 31; in LLVMFuzzerTestOneInput() local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | malloc_fill.cpp | 10 static const int kSize = 1 << 25; in main() local
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | large_malloc_meta.cpp | 18 const int kSize = 1 << 20; in main() local
|
H A D | restore_stack.cpp | 6 const int kSize = 64 << 10; variable
|
H A D | barrier.cpp | 13 const int kSize = 4; variable
|
/llvm-project/libc/test/src/string/memory_utils/ |
H A D | op_tests.cpp | 79 constexpr size_t kSize = Impl::SIZE; TYPED_TEST() local 160 constexpr size_t kSize = Impl::SIZE; TYPED_TEST() local 238 constexpr size_t kSize = Impl::SIZE; TYPED_TEST() local 308 constexpr size_t kSize = Impl::SIZE; TYPED_TEST() local [all...] |
/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
H A D | stack-use-after-return.cpp | 47 # define kSize 1 macro
|
/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
H A D | mop.cpp | 17 const int kSize = 2 << 10; in thread() local
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | clear_cache_test.c | 50 const int kSize = 128; in main() local
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkRunner.h | 76 static constexpr const size_t kSize = 1 << 20; // 1MB. global() member
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | MCPlus.h | 73 kSize, /// Size of the instruction. enumerator
|
/llvm-project/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 25 constexpr int kSize = 5; in PopulateFakeMap() local
|
/llvm-project/compiler-rt/lib/xray/tests/unit/ |
H A D | fdr_log_writer_test.cpp | 26 static constexpr size_t kSize = 4096; variable
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 32 static const size_t kSize = kSizeT; member 50 static const size_t kSize = kSizeT; member
|