Home
last modified time | relevance | path

Searched refs:__temp_value (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__memory/
H A Dtemp_value.h25 struct __temp_value { struct
48 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_NO_CFI _LIBCPP_CONSTEXPR_SINCE_CXX20 __temp_value(_Alloc& __alloc, _… in __temp_value() argument
53 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 ~__temp_value() { _Traits::destroy(__a, __addr… in ~__temp_value() argument
/src/contrib/llvm-project/libcxx/include/
H A Ddeque1698 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
1718 __temp_value<value_type, _Allocator> __tmp(__alloc(), std::forward<_Args>(__args)...);
H A Dvector1661 __temp_value<value_type, _Allocator> __tmp(this->__alloc(), std::forward<_Args>(__args)...);