Searched defs:UA_None (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/support/
H A Duses_alloc_types.hpp23 // 'UA_None' represents non-uses allocator construction.
25 UA_None = 0, member in class:UsesAllocatorType
29 constexpr UsesAllocatorType UA_None = UsesAllocatorType::UA_None; member in class:UsesAllocatorType
35 case UA_None:
36 return "UA_None";
92 if (form == UA_None) {
217 : args_id(aid), constructor_called(UA_None), alloc_store()
221 : args_id(&makeArgumentID<Self const&>()), constructor_called(UA_None),
226 : args_id(&makeArgumentID<Self&&>()), constructor_called(UA_None),
[all...]

Completed in 139 milliseconds