Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformatter_integer.h34 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT __formatter_integer { struct
64 : public __formatter_integer<_CharT> {}; argument
66 …ATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter<short, _CharT> : public __formatter_integer<_CharT> {
69 …ATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter<int, _CharT> : public __formatter_integer<_CharT> {};
71 …TE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter<long, _CharT> : public __formatter_integer<_CharT> {};
74 : public __formatter_integer<_CharT> {};
78 : public __formatter_integer<_CharT> {};
84 : public __formatter_integer<_CharT> {};
87 : public __formatter_integer<_CharT> {};
90 : public __formatter_integer<_CharT> {};
[all …]