Home
last modified time | relevance | path

Searched refs:__asan_annotate_container_with_allocator (Results 1 – 7 of 7) sorted by relevance

/llvm-project/libcxx/include/__debug_utils/
H A Dsanitizers.h41 // __asan_annotate_container_with_allocator determines whether containers with custom allocators are annotated. This is
45 struct __asan_annotate_container_with_allocator : true_type {}; struct
68 if (__asan_annotate_container_with_allocator<_Allocator>::value && __first_storage != nullptr) in __annotate_double_ended_contiguous_container()
95 if (!__libcpp_is_constant_evaluated() && __asan_annotate_container_with_allocator<_Allocator>::value && in __annotate_contiguous_container()
/llvm-project/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_turning_off.pass.cpp58 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {}; struct in std
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
H A Dasan_turning_off.pass.cpp16 // It's possible with __asan_annotate_container_with_allocator template class.
58 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {};
57 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {}; global() struct in std
/llvm-project/libcxx/test/libcxx/containers/strings/basic.string/
H A Dasan_turning_off.pass.cpp77 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> { struct in std
/llvm-project/libcxx/test/support/
H A Dasan_testing.h64 if (std::__asan_annotate_container_with_allocator<Alloc>::value) in is_string_asan_correct()
/llvm-project/libcxx/docs/
H A DUsingLibcxx.rst
/llvm-project/libcxx/include/
H A Dvector