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

/external/llvm/include/llvm/Support/
H A DFormat.h92 /// format_object2 - This is a templated helper class used by the format
97 class format_object2 : public format_object_base { class in namespace:llvm
101 format_object2(const char *fmt, const T1 &val1, const T2 &val2) function in class:llvm::format_object2
183 inline format_object2<T1, T2> format(const char *Fmt, const T1 &Val1,
185 return format_object2<T1, T2>(Fmt, Val1, Val2);

Completed in 14 milliseconds