gem5
v21.0.1.0
|
Go to the source code of this file.
Functions | |
TEST (RefcntTest, NullPointerCheck) | |
TEST (RefcntTest, ConstructionFromPointer) | |
TEST (RefcntTest, ConstructionFromExistingPointer) | |
TEST (RefcntTest, DestroyPointer) | |
TEST (RefcntTest, AssignmentFromAPointerFromAPointer) | |
TEST (RefcntTest, AccessToClassPointers) | |
TEST (RefcntTest, BoolAndLogicalNotOperatorOverloads) | |
TEST (RefcntTest, EqualityOperators) | |
TEST | ( | RefcntTest | , |
AccessToClassPointers | |||
) |
Definition at line 126 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
AssignmentFromAPointerFromAPointer | |||
) |
Definition at line 106 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
BoolAndLogicalNotOperatorOverloads | |||
) |
Definition at line 146 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
ConstructionFromExistingPointer | |||
) |
Definition at line 88 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
ConstructionFromPointer | |||
) |
Definition at line 81 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
DestroyPointer | |||
) |
Definition at line 97 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
EqualityOperators | |||
) |
Definition at line 158 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
NullPointerCheck | |||
) |
Definition at line 73 of file refcnt.test.cc.