Home
last modified time | relevance | path

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

/freebsd-14.2/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>;
178 template<class Context = format_context, class... Args>
200 #include <__format/format_context.h>
H A Dlibcxx.imp371 { include: [ "<__format/format_context.h>", "private", "<format>", "public" ] },
H A Dmodule.modulemap.in1310 header "__format/format_context.h"
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h70 using format_context = basic_format_context<back_insert_iterator<__format::__output_buffer<char>>, … variable
80 _LIBCPP_PREFERRED_NAME(format_context) in _LIBCPP_PREFERRED_NAME() argument
H A Dformat_functions.h63 using format_args = basic_format_args<format_context>;
68 template <class _Context = format_context, class... _Args>
503 …return std::__vformat_to_n<format_context>(std::move(__out_it), __n, __fmt.get(), std::make_format… in format_to_n()
638 return std::__vformat_to_n<format_context>( in format_to_n()
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dformat.inc13 using std::format_context;
/freebsd-14.2/lib/libc++/
H A DMakefile736 FMT_HEADERS+= format_context.h
H A Dmodule.modulemap1310 header "__format/format_context.h"
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1314 SYMBOL(format_context, std::, <format>)