Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h82 inline constexpr unsigned __packed_types_max = __packed_types_storage_bits / __packed_arg_… variable
85 return __size <= __packed_types_max; in __use_packed_format_arg_store()
89 _LIBCPP_ASSERT_INTERNAL(__id <= __packed_types_max, ""); in __get_packed_type()