Searched refs:toupper (Results 1 - 5 of 5) sorted by relevance

/gem5/src/arch/arm/tracers/
H A Dtarmac_base.cc82 [](char& c) { c = toupper(c); });
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h123 # undef toupper macro
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.cpp587 val = toupper(c) - 'A' + 10;
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc580 val = toupper(c) - 'A' + 10;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2281 return static_cast<char>(toupper(static_cast<unsigned char>(ch)));

Completed in 28 milliseconds