Searched refs:__asan_annotate_container_with_allocator (Results 1 – 7 of 7) sorted by relevance
41 // __asan_annotate_container_with_allocator determines whether containers with custom allocators are annotated. This is45 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()
58 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {}; struct in std
16 // 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
77 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> { struct in std
64 if (std::__asan_annotate_container_with_allocator<Alloc>::value) in is_string_asan_correct()