Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h127 template <typename Tuple> class formatv_object : public formatv_object_base {
151 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object() function
157 formatv_object(formatv_object const &rhs) = delete;
159 formatv_object(formatv_object &&rhs) in formatv_object() function
250 inline auto formatv(const char *Fmt, Ts &&... Vals) -> formatv_object<decltype(
254 return formatv_object<ParamTuple>(