Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat18 using format_context = basic_format_context<unspecified, char>;
23 using format_args = basic_format_args<format_context>;
181 template<class Context = format_context, class... Args>
209 # include <__format/format_context.h>
H A Dmodule.modulemap.in1345 module format_context {
1346 header "__format/format_context.h"
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h68 using format_context = basic_format_context<back_insert_iterator<__format::__output_buffer<char>>, … variable
75 class _LIBCPP_PREFERRED_NAME(format_context) in _LIBCPP_PREFERRED_NAME() argument
H A Dformat_functions.h65 using format_args = basic_format_args<format_context>;
70 template <class _Context = format_context, class... _Args>
543 …return std::__vformat_to_n<format_context>(std::move(__out_it), __n, __fmt.get(), std::make_format… in format_to_n()
678 return std::__vformat_to_n<format_context>( in format_to_n()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
H A Dformat.inc13 using std::format_context;
/freebsd/lib/libc++/
H A Dmodule.modulemap1345 module format_context {
1346 header "__format/format_context.h"
H A Dlibcxx.imp384 { include: [ "<__format/format_context.h>", "private", "<format>", "public" ] },
H A DMakefile1537 FMT_HEADERS+= format_context.h
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmodule.modulemap1294 header "__format/format_context.h"
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1335 SYMBOL(format_context, std::, <format>)