Searched defs:__specs (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_integer.h46 __format_spec::__parsed_specifications<_CharT> __specs = __parser_.__get_parsed_std_specifications(__ctx); local
H A Dformatter_pointer.h45 __format_spec::__parsed_specifications<_CharT> __specs = __parser_.__get_parsed_std_specifications(__ctx); local
H A Dformatter_string.h68 __format_spec::__parsed_specifications<_CharT> __specs = _Base::__parser_.__get_parsed_std_specifications(__ctx); local
H A Dformatter_tuple.h89 __format_spec::__parsed_specifications<_CharT> __specs = __parser_.__get_parsed_std_specifications(__ctx); local
H A Drange_formatter.h120 __format_spec::__parsed_specifications<_CharT> __specs = __parser_.__get_parsed_std_specifications(__ctx); local
H A Dformatter_output.h165 __write_using_decimal_separators(_OutIt __out_it, const char* __begin, const char* __first, const char* __last, string&& __grouping, _CharT __sep, __format_spec::__parsed_specifications<_CharT> __specs) argument
[all...]
H A Dformatter_floating_point.h494 __format_locale_specific_form( _OutIt __out_it, const __float_buffer<_Fp>& __buffer, const __float_result& __result, _VSTD::locale __loc, __format_spec::__parsed_specifications<_CharT> __specs) argument
580 __format_floating_point_non_finite( _OutIt __out_it, __format_spec::__parsed_specifications<_CharT> __specs, bool __negative, bool __isnan) argument
[all...]

Completed in 110 milliseconds