Searched refs:format_object5 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DFormat.h150 /// format_object5 - This is a templated helper class used by the format
155 class format_object5 : public format_object_base { class in namespace:llvm
162 format_object5(const char *fmt, const T1 &val1, const T2 &val2, function in class:llvm::format_object5
228 inline format_object5<T1, T2, T3, T4, T5> format(const char *Fmt,const T1 &Val1,
231 return format_object5<T1, T2, T3, T4, T5>(Fmt, Val1, Val2, Val3, Val4, Val5);

Completed in 182 milliseconds