Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFormatAdapters.h23 explicit FormatAdapter(T &&Item) : Item(std::forward<T>(Item)) {} in FormatAdapter() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DFormatVariadicTest.cpp633 TEST(FormatVariadicTest, FormatAdapter) { in TEST() argument