Searched refs:__use_packed_format_arg_store (Results 1 – 3 of 3) sorted by relevance
35 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()
247 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)),
84 _LIBCPP_HIDE_FROM_ABI constexpr bool __use_packed_format_arg_store(size_t __size) { in __use_packed_format_arg_store() function