Searched refs:Pointer (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h58 // PointeeOf<Pointer>::type is the type of a value pointed to by a
59 // Pointer, which can be either a smart pointer or a raw pointer. The
60 // following default implementation is for the case where Pointer is a
62 template <typename Pointer>
66 typedef typename Pointer::element_type type;
75 template <typename Pointer>
76 inline const typename Pointer::element_type* GetRawPointer(const Pointer& p) {
/gem5/src/arch/x86/
H A Ddecoder_tables.cc189 Pointer, enumerator in enum:X86ISA::SizeType
190 PO = Pointer
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h979 template <typename Pointer>
980 bool MatchAndExplain(const Pointer& p,
999 template <typename Pointer>
1000 bool MatchAndExplain(const Pointer& p,
2049 // compatible with the inner matcher, where type Pointer can be
2055 template <typename Pointer>
2056 operator Matcher<Pointer>() const {
2057 return MakeMatcher(new Impl<Pointer>(matcher_));
2062 template <typename Pointer>
2063 class Impl : public MatcherInterface<Pointer> {
[all...]
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s115 # %c25 is the Enclosing Frame Pointer (EFP) -- since C doesn't
212 # %c25 is the Enclosing Frame Pointer (EFP) -- since C doesn't
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc1126 Pointer),
1128 return Pointer<pointee_type>(new pointee_type(pointee));
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc4554 TEST(StreamableToStringTest, Pointer) {

Completed in 54 milliseconds