Searched defs:Printable (Results 1 – 6 of 6) sorted by relevance
26 public interface Printable { interface
41 Printable(std::function<void(raw_ostream &OS)> Print) in Printable() function
1850 struct Printable { struct1853 inline void operator<<(::std::ostream& os, const Printable&) { in operator <<()
1998 struct Printable { struct2001 inline void operator<<(::std::ostream& os, const Printable&) { in operator <<()
1024 TEST(PrintReferenceWrapper, Printable) { in TEST() argument