Searched refs:Format (Results 1 - 6 of 6) sorted by relevance

/gem5/src/base/
H A Dcprintf.cc124 fmt.format = Format::string;
129 fmt.format = Format::character;
137 fmt.format = Format::integer;
138 fmt.base = Format::hex;
147 fmt.base = Format::hex;
148 fmt.format = Format::integer;
153 fmt.base = Format::oct;
154 fmt.format = Format::integer;
161 fmt.format = Format::integer;
169 fmt.format = Format
[all...]
H A Dcprintf_formats.hh40 struct Format struct in namespace:cp
56 Format() { clear(); } function in struct:cp::Format
78 _format_char(std::ostream &out, const T &data, Format &fmt)
87 _format_integer(std::ostream &out, const T &data, Format &fmt)
94 case Format::hex:
98 case Format::oct:
102 case Format::dec:
112 case Format::hex:
116 case Format::oct:
120 case Format
[all...]
H A Dcprintf.hh59 Format fmt;
103 case Format::character:
107 case Format::integer:
111 case Format::floating:
115 case Format::string:
/gem5/util/maint/
H A Dcreate_patches.sh55 Format a patch series suitable for upstream consumption.
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h257 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
275 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
284 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
285 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
296 static ::std::string Format(CharType* value) { \
315 static ::std::string Format(CharType* value) { \
351 return FormatForComparison<T1, T2>::Format(value);
/gem5/src/arch/
H A Disa_parser.py224 # Format object.
230 class Format(object): class in inherits:object
1515 # Format a file include stack backtrace as a string
1564 # This dictionary maps format name strings to Format objects.
2267 # 1. Format blocks 'format <foo> { ... }'
2503 self.formatMap[id] = Format(id, params, code)

Completed in 11 milliseconds