Searched refs:format_context (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | format | 18 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> 203 # include <__format/format_context.h>
|
H A D | module.modulemap | 1294 header "__format/format_context.h"
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_context.h | 69 using format_context = basic_format_context<back_insert_iterator<__format::__output_buffer<char>>, … variable 79 _LIBCPP_PREFERRED_NAME(format_context) in _LIBCPP_PREFERRED_NAME() argument
|
H A D | format_functions.h | 63 using format_args = basic_format_args<format_context>; 68 template <class _Context = format_context, class... _Args> 501 …return std::__vformat_to_n<format_context>(std::move(__out_it), __n, __fmt.get(), std::make_format… in format_to_n() 636 return std::__vformat_to_n<format_context>( in format_to_n()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | format.cppm |
|
/freebsd/lib/libc++/ |
H A D | Makefile | 722 FMT_HEADERS+= format_context.h
|
H A D | libcxx.imp | 361 { include: [ "<__format/format_context.h>", "private", "<format>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1314 SYMBOL(format_context, std::, <format>)
|