Home
last modified time | relevance | path

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 Dtypes.compile.pass.cpp41 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 Dformat_context.h88 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
H A Dformat_arg.h154 using _Formatter = typename _Context::template formatter_type<_Dp>; in __handle()