Searched defs:Base (Results 1 - 17 of 17) sorted by relevance

/gem5/src/arch/null/
H A Dtypes.hh53 typedef GenericISA::UPCState<MachInst> Base; typedef in class:NullISA::PCState
/gem5/src/base/filters/
H A Dbase.hh45 class Base : public SimObject class in namespace:BloomFilter
64 Base(const BloomFilterBaseParams* p) function in class:BloomFilter::Base
/gem5/src/sim/
H A Dglobal_event.hh178 typedef BaseGlobalEventTemplate<GlobalEvent> Base; typedef in class:GlobalEvent
210 typedef BaseGlobalEventTemplate<GlobalSyncEvent> Base; typedef in class:GlobalSyncEvent
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc101 class Base { class in namespace:testing::internal
105 Base() : member_(0) {} function in class:testing::internal::Base
106 explicit Base(int n) : member_(n) {} function in class:testing::internal::Base
[all...]
H A Dgtest_unittest.cc5155 class Base { class
5157 explicit Base(int an_x) : x_(an_x) {} function in class:Base
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock_stress_test.cc68 class Base { class in namespace:testing::__anon26
70 explicit Base(int a_x) : x_(a_x) {} function in class:testing::__anon26::Base
H A Dgmock-internal-utils_test.cc151 class Base {}; class in namespace:testing::internal::__anon18
H A Dgmock-actions_test.cc563 struct Base { struct in namespace:__anon14
564 bool operator==(const Base&) { return true; } argument
[all...]
H A Dgmock-matchers_test.cc659 class Base { class in namespace:testing::gmock_matchers_test
662 Base() {} function in class:testing::gmock_matchers_test::Base
[all...]
/gem5/src/arch/generic/
H A Dtypes.hh144 typedef PCStateBase Base; typedef in class:GenericISA::SimplePCState
198 typedef SimplePCState<MachInst> Base; typedef in class:GenericISA::UPCState
297 typedef SimplePCState<MachInst> Base; typedef in class:GenericISA::DelaySlotPCState
376 typedef DelaySlotPCState<MachInst> Base; typedef in class:GenericISA::DelaySlotUPCState
[all...]
/gem5/src/base/
H A Dbitunion.hh[all...]
/gem5/ext/pybind11/tests/
H A Dtest_virtual_functions.cpp150 struct Base { struct
[all...]
/gem5/src/dev/net/
H A Dsinic.cc82 Base::Base(const Params *p) function in class:Sinic::Base
[all...]
H A Dsinic.hh49 class Base : public EtherDevBase class in namespace:Sinic
/gem5/src/arch/hsail/insts/
H A Ddecl.hh951 typedef SpecialInstNoSrcNoDest Base; typedef in class:HsailISA::Ret
965 typedef SpecialInstNoSrcNoDest Base; typedef in class:HsailISA::Barrier
982 typedef SpecialInstNoSrcNoDest Base; typedef in class:HsailISA::MemFence
/gem5/src/arch/x86/
H A Dtypes.hh292 typedef GenericISA::UPCState<MachInst> Base; typedef in class:X86ISA::PCState
/gem5/src/arch/arm/
H A Dtypes.hh219 typedef GenericISA::UPCState<MachInst> Base; typedef in class:ArmISA::PCState

Completed in 76 milliseconds