Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_args.h35 if constexpr (__format::__use_packed_format_arg_store(sizeof...(_Args))) { in basic_format_args()
47 if (__format::__use_packed_format_arg_store(__size_)) in get()
H A Dformat_arg_store.h247 if constexpr (__format::__use_packed_format_arg_store(sizeof...(_Args))) in __format_arg_store()
255 conditional_t<__format::__use_packed_format_arg_store(sizeof...(_Args)),
H A Dformat_arg.h84 _LIBCPP_HIDE_FROM_ABI constexpr bool __use_packed_format_arg_store(size_t __size) { in __use_packed_format_arg_store() function