Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__format/
H A Dformat_args.h48 … return basic_format_arg<_Context>{__format::__get_packed_type(__types_, __id), __values_[__id]}; in get()
H A Dformat_arg.h88 _LIBCPP_HIDE_FROM_ABI constexpr __arg_t __get_packed_type(uint64_t __types, size_t __id) { in __get_packed_type() function