Home
last modified time | relevance | path

Searched defs:format_provider (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h19 template <typename T, typename Enable = void> struct format_provider {}; struct
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.cpp423 template <> struct format_provider<llvm::xray::RecordTypes> { struct
424 static void format(const llvm::xray::RecordTypes &T, raw_ostream &Stream, in format()