Home
last modified time | relevance | path

Searched refs:__types (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/symcheck-blacklists/
H A Dlinux_blacklist.txt11 # typeinfo for std::__1::__types
12 # There are no std::__types
14 # typeinfo name for std::__1::__types
H A Dosx_blacklist.txt11 # typeinfo for std::__1::__types
12 # There are no std::__types
14 # typeinfo name for std::__1::__types
/llvm-project-15.0.7/libcxx/include/__compare/
H A Dcommon_comparison_category.h49 __compute_comp_type(const _ClassifyCompCategory (&__types)[_Size]) { in __compute_comp_type()
51 for (auto __type : __types) in __compute_comp_type()
/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_arg_store.h195 _LIBCPP_HIDE_FROM_ABI void __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Con… in __create_packed_storage() argument
202 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage()
205 __types = static_cast<uint64_t>(__arg.__type_); in __create_packed_storage()
H A Dformat_arg.h77 constexpr __arg_t __get_packed_type(uint64_t __types, size_t __id) { in __get_packed_type() argument
81 __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()