Searched refs:res_t (Results 1 – 4 of 4) sorted by relevance
47 struct res_t struct in boost::beast::websocket::detail::decorator_test51 res_t() = default;53 ~res_t() in ~res_t() argument58 res_t(res_t&& other) noexcept in res_t() function71 struct both_t : res_t , req_t74 using res_t::operator();109 decorator{res_t{}}(res); in testDecorator()
269 typedef decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef270 return detail::construct_helper<res_t>(); in id_to_type()275 typedef const decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef276 return detail::construct_helper<res_t>(); in id_to_type()281 typedef const volatile decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef282 return detail::construct_helper<res_t>(); in id_to_type()288 typedef volatile decltype( typeid_conversions::id_to_type(remove_1_ext<Index>()) )* res_t; in id_to_type() typedef289 return detail::construct_helper<res_t>(); in id_to_type()
514 LLVMTypeRef res_t, gather_res_t; in lp_build_gather() local540 res_t = lp_build_vec_type(gallivm, res_type); in lp_build_gather()554 res = LLVMBuildZExt(gallivm->builder, res, res_t, ""); in lp_build_gather()