Searched refs:MyFormat (Results 1 – 2 of 2) sorted by relevance
24 struct MyFormat { struct27 extern MyFormat const fillformat(char const, // Fill character. argument31 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &, MyFormat const &);
29 MyFormat const fillformat(char const fill_char, // Fill character. in fillformat()34 struct MyFormat t_format; in fillformat()47 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, MyFormat const &mf) { in operator <<()