Home
last modified time | relevance | path

Searched defs:kMaxSize (Results 1 – 12 of 12) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cpp16 const uptr IgnoreSet::kMaxSize; member in __tsan::IgnoreSet
/llvm-project/libc/test/src/string/
H A Dbzero_test.cpp
H A Dmemset_explicit_test.cpp22 static constexpr size_t kMaxSize = 400; TEST() local
H A Dmemset_test.cpp26 static constexpr size_t kMaxSize = 400; TEST() local
H A Dmemcpy_test.cpp27 static constexpr size_t kMaxSize = 400; TEST() local
H A Dbcmp_test.cpp
H A Dmemcmp_test.cpp53 static constexpr size_t kMaxSize = 400; TEST() local
H A Dbcopy_test.cpp
H A Dmemmove_test.cpp88 static constexpr int kMaxSize = 400; TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h134 static const uptr kMaxSize = 1UL << kMaxSizeLog; variable
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/
H A DFunctionDescriptor.h
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp102 static constexpr size_t kMaxSize = std::max({ member