Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DFormatVariadicDetails.h18 template <typename T, typename Enable = void> struct format_provider {}; struct
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-account.cpp421 template <> struct format_provider<llvm::xray::RecordTypes> { struct
422 static void format(const llvm::xray::RecordTypes &T, raw_ostream &Stream, in format()