Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg.h79 inline constexpr uint8_t __packed_arg_t_mask = 0x1f; variable
94 return static_cast<__format::__arg_t>(__types & __packed_arg_t_mask); in __get_packed_type()