OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyFormat
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/linkloader/utils/
raw_ostream.h
24
struct
MyFormat
{
27
extern
MyFormat
const fillformat(char const, // Fill character.
31
extern llvm::raw_ostream &operator<<(llvm::raw_ostream &,
MyFormat
const &);
raw_ostream.cpp
29
MyFormat
const fillformat(char const fill_char, // Fill character.
34
struct
MyFormat
t_format;
47
llvm::raw_ostream &operator<<(llvm::raw_ostream &os,
MyFormat
const &mf) {
Completed in 30 milliseconds