Home
last modified time | relevance | path

Searched refs:user_allocator (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_turning_off.pass.cpp44 struct user_allocator { struct
46 user_allocator() = default; argument
48 user_allocator(user_allocator<U>) {} in user_allocator() function
49 friend bool operator==(user_allocator, user_allocator) {return true;} in operator ==() argument
50 friend bool operator!=(user_allocator x, user_allocator y) {return !(x == y);} in operator !=()
58 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {}; argument
62 using V = std::vector<int, user_allocator<int>>; in main()
/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
H A Dasan_turning_off.pass.cpp44 struct user_allocator {
46 user_allocator() = default;
48 user_allocator(user_allocator<U>) {} in operator ==() argument
49 friend bool operator==(user_allocator, user_allocator) { return true; } in operator !=()
50 friend bool operator!=(user_allocator x, user_allocator y) { return !(x == y); }
58 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {};
62 using D = std::deque<int, user_allocator<in in main()
43 struct user_allocator { global() struct
45 value_typeuser_allocator global() argument
47 user_allocatoruser_allocator user_allocator() argument
57 deallocateuser_allocator global() argument
[all...]
/llvm-project/libcxx/test/libcxx/containers/strings/basic.string/
H A Dasan_turning_off.pass.cpp59 struct user_allocator { struct
61 user_allocator() = default; argument
63 user_allocator(user_allocator<U>) {} in user_allocator() argument
64 friend bool operator==(user_allocator, user_allocator) { return true; } in operator ==() argument
65 friend bool operator!=(user_allocator x, user_allocator y) { return !(x == y); } in operator !=()
77 struct std::__asan_annotate_container_with_allocator<user_allocator<T>> {
82 using S = std::basic_string<char, std::char_traits<char>, user_allocator<char>>; in main()
/llvm-project/libcxx/docs/
H A DUsingLibcxx.rst