HomeSort by relevance Sort by last modified time
    Searched refs:allocator_arg_t (Results 1 - 20 of 20) sorted by null

  /external/clang/test/Parser/
PR11000.cpp 7 tuple(allocator_arg_t, const _Alloc&) {}
  /external/libcxx/test/utilities/memory/allocator.tag/
allocator_arg.pass.cpp 12 // struct allocator_arg_t { };
13 // const allocator_arg_t allocator_arg = allocator_arg_t();
17 void test(std::allocator_arg_t) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.tag/
allocator_arg.pass.cpp 12 // struct allocator_arg_t { };
13 // const allocator_arg_t allocator_arg = allocator_arg_t();
17 void test(std::allocator_arg_t) {}
  /external/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor2.fail.cpp 14 // explicit packaged_task(allocator_arg_t, const Allocator& a, F&& f);
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}};
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
ctor2.fail.cpp 14 // explicit packaged_task(allocator_arg_t, const Allocator& a, F&& f);
29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}};
  /external/libcxx/test/utilities/tuple/tuple.tuple/
alloc_first.h 27 alloc_first(std::allocator_arg_t, const A1<int>& a)
34 alloc_first(std::allocator_arg_t, const A1<int>& a, int d)
41 alloc_first(std::allocator_arg_t, const A1<int>& a, const alloc_first& d)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
alloc_first.h 27 alloc_first(std::allocator_arg_t, const A1<int>& a)
34 alloc_first(std::allocator_arg_t, const A1<int>& a, int d)
41 alloc_first(std::allocator_arg_t, const A1<int>& a, const alloc_first& d)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
uses_allocator.h 39 struct allocator_arg_t { }; struct
41 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
82 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
uses_allocator.h 39 struct allocator_arg_t { }; struct
41 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
82 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
uses_allocator.h 39 struct allocator_arg_t { }; struct
41 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
82 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
uses_allocator.h 39 struct allocator_arg_t { }; struct
41 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
82 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
uses_allocator.h 39 struct allocator_arg_t { }; struct
41 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
82 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
uses_allocator.h 39 struct allocator_arg_t { }; struct
41 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
82 is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
allocator.h 210 struct allocator_arg_t { }; struct
212 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 210 struct allocator_arg_t { }; struct
212 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 210 struct allocator_arg_t { }; struct
212 constexpr allocator_arg_t allocator_arg = allocator_arg_t();
  /external/libcxx/src/
memory.cpp 36 const allocator_arg_t allocator_arg = allocator_arg_t();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
memory.cpp 36 const allocator_arg_t allocator_arg = allocator_arg_t();
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 31 explicit B(std::allocator_arg_t, const allocator_type& a, int i)
47 explicit C(std::allocator_arg_t, const allocator_type& a, int i)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
construct.pass.cpp 31 explicit B(std::allocator_arg_t, const allocator_type& a, int i)
47 explicit C(std::allocator_arg_t, const allocator_type& a, int i)

Completed in 1226 milliseconds