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

/external/llvm/include/llvm/Support/
H A DFormat.h161 class format_object6 : public format_object_base { class in namespace:llvm
169 format_object6(const char *Fmt, const T1 &Val1, const T2 &Val2, function in class:llvm::format_object6
221 inline format_object6<T1, T2, T3, T4, T5, T6>
224 return format_object6<T1, T2, T3, T4, T5, T6>(Fmt, Val1, Val2, Val3, Val4,

Completed in 471 milliseconds