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

/external/llvm/include/llvm/Support/
H A DFormat.h109 class format_object3 : public format_object_base { class in namespace:llvm
114 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3) function in class:llvm::format_object3
200 inline format_object3<T1, T2, T3> format(const char *Fmt, const T1 &Val1,
202 return format_object3<T1, T2, T3>(Fmt, Val1, Val2, Val3);

Completed in 39 milliseconds