Searched refs:print_destroyed (Results 1 - 15 of 15) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp102 virtual ~MyObject1() { print_destroyed(this); }
133 virtual ~MyObject2() { print_destroyed(this); }
152 virtual ~MyObject3() { print_destroyed(this); }
183 ~MyObject4() { print_destroyed(this); }
200 virtual ~MyObject4a() { print_destroyed(this); }
210 ~MyObject4b() { print_destroyed(this); }
219 ~MyObject5() { print_destroyed(this); }
232 ~A() { print_destroyed(this); }
257 ~B() { print_destroyed(this); }
291 ~C() { print_destroyed(thi
[all...]
H A Dtest_modules.cpp23 ~A() { print_destroyed(this); }
37 ~B() { print_destroyed(this); }
H A Dtest_factory_constructors.cpp28 ~TestFactory1() { print_destroyed(this); }
40 ~TestFactory2() { print_destroyed(this); }
53 virtual ~TestFactory3() { print_destroyed(this); }
60 virtual ~TestFactory4() { print_destroyed(this); }
66 virtual ~TestFactory5() { print_destroyed(this); }
77 virtual ~TestFactory6() { print_destroyed(this); }
90 virtual ~PyTF6() { print_destroyed(this); }
102 virtual ~TestFactory7() { print_destroyed(this); }
111 virtual ~PyTF7() { print_destroyed(this); }
H A Dobject.h41 virtual ~Object() { print_destroyed(this); }
95 print_destroyed(this); track_destroyed((ref_tag*) this);
H A Dtest_copy_move.cpp45 ~MoveOnlyInt() { print_destroyed(this); }
57 ~MoveOrCopyInt() { print_destroyed(this); }
67 ~CopyOnlyInt() { print_destroyed(this); }
H A Dtest_virtual_functions.cpp21 virtual ~ExampleVirt() { print_destroyed(this); }
111 ~NonCopyable() { print_destroyed(this); }
125 ~Movable() { print_destroyed(this); }
H A Dtest_methods_and_attributes.cpp25 ~ExampleMandA() { print_destroyed(this); }
161 ~DestructionTester() { print_destroyed(this); }
349 ~DynamicClass() { print_destroyed(this); }
H A Dtest_buffers.cpp37 print_destroyed(this, std::to_string(m_rows) + "x" + std::to_string(m_cols) + " matrix");
H A Dtest_callbacks.cpp81 ~Payload() { print_destroyed(this); }
H A Dtest_operator_overloading.cpp22 ~Vector2() { print_destroyed(this); }
H A Dtest_stl.cpp258 ~Placeholder() { print_destroyed(this); }
H A Dconstructor_stats.h17 ~MyClass() { ...; print_destroyed(this); }
268 template <class T, typename... Values> void print_destroyed(T *inst, Values &&...values) { // Prints but doesn't store given values function
H A Dtest_sequences_and_iterators.cpp118 ~Sequence() { print_destroyed(this); delete[] m_data; }
H A Dtest_class.cpp39 ~NoConstructor() { print_destroyed(this); }
H A Dtest_eigen.cpp178 ~ReturnTester() { print_destroyed(this); }

Completed in 16 milliseconds