Searched refs:destruct (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum_observer.h71 SC_OBSERVER_(object,sc_fxnum_observer*,destruct)
82 SC_OBSERVER_(object,sc_fxnum_fast_observer*,destruct)
124 virtual void destruct( const sc_fxnum& );
150 virtual void destruct( const sc_fxnum_fast& );
174 sc_fxnum_observer::destruct( const sc_fxnum& ) function in class:sc_dt::sc_fxnum_observer
201 sc_fxnum_fast_observer::destruct( const sc_fxnum_fast& ) function in class:sc_dt::sc_fxnum_fast_observer
H A Dsc_fxval_observer.h71 SC_OBSERVER_(object,sc_fxval_observer*,destruct)
82 SC_OBSERVER_(object,sc_fxval_fast_observer*,destruct)
125 virtual void destruct( const sc_fxval& );
152 virtual void destruct( const sc_fxval_fast& );
177 sc_fxval_observer::destruct( const sc_fxval& ) function in class:sc_dt::sc_fxval_observer
205 sc_fxval_fast_observer::destruct( const sc_fxval_fast& ) function in class:sc_dt::sc_fxval_fast_observer
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum_observer.hh68 SC_OBSERVER_(object, sc_fxnum_observer *, destruct)
79 SC_OBSERVER_(object, sc_fxnum_fast_observer *, destruct)
118 virtual void destruct(const sc_fxnum &);
140 virtual void destruct(const sc_fxnum_fast &);
157 inline void sc_fxnum_observer::destruct(const sc_fxnum &) {} function in class:sc_dt::sc_fxnum_observer
169 inline void sc_fxnum_fast_observer::destruct(const sc_fxnum_fast &) {} function in class:sc_dt::sc_fxnum_fast_observer
H A Dsc_fxval_observer.hh68 SC_OBSERVER_(object, sc_fxval_observer *, destruct)
79 SC_OBSERVER_(object, sc_fxval_fast_observer *, destruct)
118 virtual void destruct(const sc_fxval &);
141 virtual void destruct(const sc_fxval_fast &);
159 inline void sc_fxval_observer::destruct(const sc_fxval &) {} function in class:sc_dt::sc_fxval_observer
172 inline void sc_fxval_fast_observer::destruct(const sc_fxval_fast &) {} function in class:sc_dt::sc_fxval_fast_observer
/gem5/src/systemc/tests/systemc/datatypes/fx/observers/
H A Dobservers.cpp33 virtual void destruct(const Observed&) override {
34 std::cout << "destruct" << std::endl;
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h1158 capsule(const void *value, void (*destruct)(PyObject *))
1159 : object(PyCapsule_New(const_cast<void*>(value), nullptr, destruct), stolen_t{}) {
H A Dpybind11.h318 destruct((detail::function_record *) ptr);
401 static void destruct(detail::function_record *rec) { function in class:cpp_function

Completed in 30 milliseconds