Searched refs:typeinfo (Results 1 - 18 of 18) sorted by relevance

/gem5/src/systemc/ext/
H A Dsystemc.h56 #include <typeinfo>
/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dphase.hh24 #include <typeinfo>
H A Dgp.hh23 #include <typeinfo> // std::type_info
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h486 : typeinfo(get_type_info(type_info)), cpptype(&type_info) { }
488 type_caster_generic(const type_info *typeinfo) argument
489 : typeinfo(typeinfo), cpptype(typeinfo ? typeinfo->cpptype : nullptr) { }
573 auto *type = v_h.type ? v_h.type : typeinfo;
589 for (auto &cast : typeinfo->implicit_casts) {
599 for (auto &converter : *typeinfo->direct_conversions) {
614 /// Try to load with foreign typeinfo, i
736 const type_info *typeinfo = nullptr; member in class:type_caster_generic
[all...]
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_export.h32 #include <typeinfo>
H A Dsc_fifo.h39 #include <typeinfo>
H A Dsc_port.h38 #include <typeinfo>
H A Dsc_signal.h41 #include <typeinfo>
/gem5/src/systemc/core/
H A Dport.hh34 #include <typeinfo>
/gem5/src/cpu/minor/
H A Dfunc_unit.cc44 #include <typeinfo>
/gem5/src/base/
H A Dbitunion.hh37 #include <typeinfo>
/gem5/src/systemc/ext/core/
H A Dsc_port.hh33 #include <typeinfo>
/gem5/ext/systemc/src/
H A Dsystemc.h60 #include <typeinfo>
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h74 #include <typeinfo>
H A Dscx_signal_uint.h84 #include <typeinfo>
H A Dscx_signal_signed.h94 #include <typeinfo>
H A Dscx_signal_unsigned.h84 #include <typeinfo>
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h590 // It's this header's responsibility to #include <typeinfo> when RTTI
593 # include <typeinfo>
804 // Typed tests need <typeinfo> and variadic macros, which GCC, VC++ 8.0,

Completed in 69 milliseconds