Searched defs:rec (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dfunctional.h47 auto rec = (function_record *) c; local
H A Dpybind11.h105 auto rec = make_function_record(); local
193 initialize_generic(detail::function_record *rec, const char *text, const std::type_info *const *types, size_t args) argument
401 destruct(detail::function_record *rec) argument
892 initialize(const type_record &rec) argument
1100 add_base(detail::type_record &rec) argument
[all...]
/gem5/src/mem/ruby/system/
H A DCacheRecorder.cc86 TraceRecord* rec = m_records[m_records_flushed]; local
155 TraceRecord* rec = (TraceRecord*)malloc(sizeof(TraceRecord) + local
[all...]
/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h517 inline PyObject* make_new_python_type(const type_record &rec) { argument
[all...]

Completed in 20 milliseconds