Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/memory/allocator.tag/
Dallocator_arg.pass.cpp17 void test(std::allocator_arg_t) {} in test()
/external/clang/test/Parser/
DPR11000.cpp7 tuple(allocator_arg_t, const _Alloc&) {} in tuple() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/allocator.tag/
Dallocator_arg.pass.cpp20 void test(std::allocator_arg_t) {} in test()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dallocator_arg_t.h26 struct _LIBCPP_TEMPLATE_VIS allocator_arg_t { explicit allocator_arg_t() = default; }; struct