Searched refs:uppercase (Results 1 - 7 of 7) sorted by relevance

/gem5/src/base/
H A Dcprintf.cc144 fmt.uppercase = true;
166 fmt.uppercase = true;
175 fmt.uppercase = true;
H A Dcprintf_formats.hh47 bool uppercase; member in struct:cp::Format
65 uppercase = false;
138 if (fmt.uppercase)
139 out.setf(std::ios::uppercase);
173 if (fmt.uppercase)
174 out.setf(std::ios::uppercase);
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int64_io.cpp82 const char* xdigs = (flags & ::std::ios::uppercase) ?
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h200 sc_string_old uppercase()const;
H A Dsc_string.cpp527 sc_string_old::uppercase()const function in class:sc_dt::sc_string_old
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.h54 std::cout << "auipc: 0x" << std::hex << std::uppercase << rd <<
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1968 ss << std::hex << std::uppercase << value;
1975 ss << std::setfill('0') << std::setw(2) << std::hex << std::uppercase

Completed in 33 milliseconds