gem5 v24.0.0.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 128 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
AssignmentFromAPointerFromAPointer | ) |
Definition at line 108 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
BoolAndLogicalNotOperatorOverloads | ) |
Definition at line 148 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
ConstructionFromExistingPointer | ) |
Definition at line 90 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
ConstructionFromPointer | ) |
Definition at line 83 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
DestroyPointer | ) |
Definition at line 99 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
EqualityOperators | ) |
Definition at line 160 of file refcnt.test.cc.
TEST | ( | RefcntTest | , |
NullPointerCheck | ) |
Definition at line 75 of file refcnt.test.cc.