Searched refs:__types (Results 1 – 5 of 5) sorted by relevance
11 # typeinfo for std::__1::__types12 # There are no std::__types14 # typeinfo name for std::__1::__types
49 __compute_comp_type(const _ClassifyCompCategory (&__types)[_Size]) { in __compute_comp_type()51 for (auto __type : __types) in __compute_comp_type()
195 _LIBCPP_HIDE_FROM_ABI void __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Con… in __create_packed_storage() argument202 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage()205 __types = static_cast<uint64_t>(__arg.__type_); in __create_packed_storage()
77 constexpr __arg_t __get_packed_type(uint64_t __types, size_t __id) { in __get_packed_type() argument81 __types >>= __id * __packed_arg_t_bits; in __get_packed_type()83 return static_cast<__format::__arg_t>(__types & __packed_arg_t_mask); in __get_packed_type()