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

/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h48 } else if constexpr (uses_allocator_v<remove_cv_t<_Type>, _Alloc> && argument
51 } else if constexpr (uses_allocator_v<remove_cv_t<_Type>, _Alloc> && argument
[all...]
H A Dshared_ptr.h873 onstexpr(is_same_v<typename _Alloc::value_type, __for_overwrite_tag>) argument
907 onstexpr(is_same_v<typename _Alloc::value_type, __for_overwrite_tag>) argument
971 onstexpr(is_same_v<typename _Alloc::value_type, __for_overwrite_tag>) argument
990 onstexpr(is_same_v<typename _Alloc::value_type, __for_overwrite_tag>) argument
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h148 typedef _LIBCPP_NODEBUG _Ap _Alloc; typedef in class:__function::__alloc_func
924 function(allocator_arg_t, const _Alloc&, const function& __f) argument
933 function(allocator_arg_t, const _Alloc&, function&& __f) argument
[all...]

Completed in 81 milliseconds