Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h18 template <typename T, typename Enable = void> struct format_provider {}; struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A 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()