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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_host_mutex.h94 typedef SC_MTX_TYPE_ underlying_type; typedef in class:sc_core::sc_host_mutex
121 underlying_type m_mtx;
/gem5/src/base/
H A Dstr.hh139 auto r = __to_number<typename std::underlying_type<T>::type>(value);
/gem5/src/dev/arm/
H A Dgic_v3_its.hh482 std::underlying_type<enum CommandType>::type, DispatchEntry>;
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h966 typename std::remove_cv<typename std::underlying_type<T>::type>::type>::format();
1075 using base_descr = npy_format_descriptor<typename std::underlying_type<T>::type>;
H A Dpybind11.h1555 using Scalar = typename std::underlying_type<Type>::type;

Completed in 18 milliseconds