Home
last modified time | relevance | path

Searched defs:__asan_annotate_container_with_allocator (Results 1 – 4 of 4) sorted by relevance

/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
78 static bool const value = false;
/llvm-project/libcxx/include/__debug_utils/
H A Dsanitizers.h45 struct __asan_annotate_container_with_allocator : true_type {}; struct
/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.cpp57 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {}; global() struct in std