Home
last modified time | relevance | path

Searched refs:kNumIterations (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dcurrent_allocated_bytes.cpp27 const int kNumIterations = 1000; in main() local
28 for (int iter = 0; iter < kNumIterations; iter++) { in main()
42 printf("Success after %d iterations\n", kNumIterations); in main()
H A Dhalt_on_error_suppress_equal_pcs.cpp28 unsigned kNumIterations = 10; variable
35 for (int i = 0; i < kNumIterations; ++i) { in main()
45 for (int i = 0; i < kNumIterations; ++i) { in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dmalloc_stress_transfer_test.cpp6 const size_t kNumIterations = 1 << 7; variable
13 for (size_t i = 0; i < kNumIterations; i++) { in Thread()
/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp172 const int kNumWorkers = 5, kNumIterations = 100; in TEST() local
174 for (iter = 0; iter < kNumIterations; iter++) { in TEST()
H A Dasan_noinst_test.cpp102 const int kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; in TEST() local
106 (void*)kNumIterations); in TEST()