Searched refs:formatter_type (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.formatter/format.context/ |
| H A D | types.compile.pass.cpp | 41 OutIt, CharT>::template formatter_type<bool>, in test() 45 OutIt, CharT>::template formatter_type<CharT>, in test() 48 OutIt, CharT>::template formatter_type<int>, in test() 52 OutIt, CharT>::template formatter_type<unsigned>, in test() 56 OutIt, CharT>::template formatter_type<long long>, in test() 60 template formatter_type<unsigned long long>, in test() 65 OutIt, CharT>::template formatter_type<__int128_t>, in test() 69 OutIt, CharT>::template formatter_type<__uint128_t>, in test() 74 OutIt, CharT>::template formatter_type<float>, in test() 78 OutIt, CharT>::template formatter_type<double>, in test() [all …]
|
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | format_context.h | 88 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
|
| H A D | format_arg.h | 154 using _Formatter = typename _Context::template formatter_type<_Dp>; in __handle()
|