Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformat_context.h66 using format_context = variable
80 _LIBCPP_PREFERRED_NAME(format_context) in _LIBCPP_PREFERRED_NAME() argument
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/format/format.formatter/format.context/
H A Dtypes.compile.pass.cpp111 static_assert(is_basic_format_context_specialization<std::format_context, char>);
114 std::format_context,
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.arguments/format.arg.store/
H A Dmake_format_args.pass.cpp28 …std::same_as<decltype(store), std::__format_arg_store<std::format_context, int, nullptr_t, bool, d… in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.arguments/format.args/
H A Dtypes.compile.pass.cpp24 std::basic_format_args<std::format_context>>);
/llvm-project-15.0.7/libcxx/include/
H A Dformat18 using format_context = basic_format_context<unspecified, char>;
23 using format_args = basic_format_args<format_context>;
125 template<class Context = format_context, class... Args>
153 #include <__format/format_context.h>
196 using format_args = basic_format_args<format_context>;
201 template <class _Context = format_context, class... _Args>
242 // Dummy format_context only providing the parts used during constant
626 …return _VSTD::__vformat_to_n<format_context>(_VSTD::move(__out_it), __n, __fmt.get(), _VSTD::make_…
764 …return _VSTD::__vformat_to_n<format_context>(_VSTD::move(__out_it), __n, _VSTD::move(__loc), __fmt…
H A DCMakeLists.txt290 __format/format_context.h
H A Dmodule.modulemap.in639 module format_context {
640 private header "__format/format_context.h"
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn351 "__format/format_context.h",
/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.functions/
H A Dformat_tests.h37 using type = std::format_context;