Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__debug_utils/
H A Dsanitizers.h45 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>::val… in __annotate_contiguous_container()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvector897 // __asan_annotate_container_with_allocator to false.