Searched defs:add_volatile (Results 1 – 11 of 11) sorted by relevance
30 template <class T> struct add_volatile{ typedef T volatile type; }; struct36 template <class T> struct add_volatile<T&>{ typedef T& type; }; struct
21 struct _LIBCPP_TEMPLATE_VIS add_volatile { struct27 using add_volatile_t = typename add_volatile<_Tp>::type; argument
84 bool add_volatile = in Apply() local
51 std::add_volatile_t<T> add_volatile() { in add_volatile() function