Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h132 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 Dparser_std_format_spec.h32 inline constexpr __fields __fields_chrono_fractional{
34 inline constexpr __fields __fields_chrono{.__locale_specific_form_ = true, .__type_ = false};
145 __parse(_ParseContext& __ctx, __fields __fields, __flags __flags) { in __parse() argument
146 _ConstIterator __begin = __parser_.__parse(__ctx, __fields); in __parse()
H A Dformatter.h701 __parse(_ParseContext& __ctx, __format_spec::__fields __fields, __format_spec::__flags __flags) { in __parse()
702 return __parser_.__parse(__ctx, __fields, __flags); in __parse()