Searched refs:__fields (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | parser_std_format_spec.h | 132 struct _LIBCPP_HIDE_FROM_ABI __fields { struct 152 inline constexpr __fields __fields_bool{.__locale_specific_form_ = true, .__type_ = true, .__consum… 153 inline constexpr __fields __fields_integral{ 160 inline constexpr __fields __fields_floating_point{ 168 inline constexpr __fields __fields_string{.__precision_ = true, .__type_ = true, .__consume_all_ = … 169 inline constexpr __fields __fields_pointer{.__zero_padding_ = true, .__type_ = true, .__consume_all… 172 inline constexpr __fields __fields_tuple{.__use_range_fill_ = true, .__clear_brackets_ = true}; 173 inline constexpr __fields __fields_range{.__use_range_fill_ = true, .__clear_brackets_ = true}; 174 inline constexpr __fields __fields_fill_align_width{}; 354 …M_ABI constexpr typename _ParseContext::iterator __parse(_ParseContext& __ctx, __fields __fields) { [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | parser_std_format_spec.h | 35 inline constexpr __fields __fields_chrono_fractional{ 37 inline constexpr __fields __fields_chrono{.__locale_specific_form_ = true, .__type_ = false}; 148 __parse(_ParseContext& __ctx, __fields __fields, __flags __flags) { in __parse() argument 149 _ConstIterator __begin = __parser_.__parse(__ctx, __fields); in __parse()
|
| H A D | formatter.h | 707 __parse(_ParseContext& __ctx, __format_spec::__fields __fields, __format_spec::__flags __flags) { in __parse() 708 return __parser_.__parse(__ctx, __fields, __flags); in __parse()
|