Searched refs:nullptr (Results 176 - 200 of 327) sorted by relevance

1234567891011>>

/gem5/ext/pybind11/tests/
H A Dtest_methods_and_attributes.cpp288 .def_property("def_writeonly", nullptr,
290 .def_property("def_property_writeonly", nullptr, &TestProperties::set)
293 .def_property("def_property_impossible", nullptr, nullptr)
296 .def_property_static("def_writeonly_static", nullptr,
300 .def_property_static("def_property_writeonly_static", nullptr,
379 py::arg().noconvert(false), py::arg_v(nullptr, ArgInspector1()).noconvert(true), py::arg() = ArgAlwaysConverts());
H A Dconstructor_stats.h119 if (result == nullptr)
170 const std::type_index *t1 = nullptr, *t2 = nullptr;
H A Dtest_call_policies.cpp52 Child *returnNullChild() { return nullptr; }
/gem5/src/cpu/
H A Dbase_dyn_inst.hh970 /* ld */ true, nullptr, size, addr, flags, nullptr, nullptr,
982 /* st */ false, data, size, addr, flags, res, nullptr, byteEnable);
993 // Therefore, its `data` field is nullptr.
998 /* atomic */ false, nullptr, size, addr, flags, nullptr,
/gem5/src/gpu-compute/
H A Dshader.cc55 cpuThread(nullptr), gpuTc(nullptr), cpuPointer(p->cpu_pointer),
344 cuList[0]->masterId(), 0, 0, nullptr);
H A Dschedule_stage.cc111 dispatchList->at(i).first = nullptr;
/gem5/src/dev/net/
H A Detherswitch.cc221 return nullptr;
229 return nullptr;
343 PortFifoEntry entry(nullptr, 0, 0);
H A Detherswitch.hh114 packet = nullptr;
/gem5/src/base/
H A Dcircular_queue.hh177 iterator() : _cq(nullptr), _idx(0), _round(0) { }
191 ~iterator() { _cq = nullptr; _idx = 0; _round = 0; }
209 return _cq != nullptr && _cq->isValidIdx(_idx, _round);
H A Dcoroutine.hh89 CallerType(Coroutine& _coro) : coro(_coro), callerFiber(nullptr) {}
/gem5/ext/pybind11/include/pybind11/
H A Deval.h93 FILE *f = nullptr;
H A Dnumpy.h93 return nullptr;
106 static numpy_internals* ptr = nullptr;
471 PyObject *ptr = nullptr;
489 return detail::array_descriptor_proxy(m_ptr)->names != nullptr;
548 array() : array({{0}}, static_cast<const double *>(nullptr)) {}
555 const void *ptr = nullptr, handle base = handle()) {
578 const_cast<void *>(ptr), flags, nullptr));
591 array(const pybind11::dtype &dt, ShapeContainer shape, const void *ptr = nullptr, handle base = handle())
595 array(const pybind11::dtype &dt, T count, const void *ptr = nullptr, handle base = handle())
760 /// In case of an error, nullptr i
[all...]
/gem5/src/mem/cache/replacement_policies/
H A Dtree_plru_rp.cc102 treeInstance(nullptr)
/gem5/src/arch/riscv/
H A Dinterrupts.hh70 Interrupts(Params * p) : SimObject(p), cpu(nullptr), ip(0), ie(0) {}
/gem5/src/dev/arm/
H A Dbase_gic.cc150 : ArmInterruptPin(_platform, nullptr, int_num)
/gem5/src/mem/cache/prefetch/
H A Ddelta_correlating_prediction_tables.cc139 if (entry != nullptr) {
H A Dbase.hh207 if (data == nullptr) {
H A Dqueued.hh82 int32_t prio) : owner(o), pfInfo(pfi), tick(t), pkt(nullptr),
H A Dsignature_path.hh118 * @result a pointer to the entry, if the stride was found, or nullptr,
123 PatternStrideEntry *found_entry = nullptr;
/gem5/src/base/loader/
H A Dobject_file.hh104 virtual ObjectFile *getInterpreter() const { return nullptr; }
160 * silently fail by returning nullptr so other loaders can try.
177 * silently and return nullptr. If there's a non-compatibliity related
/gem5/src/mem/cache/
H A Dwrite_queue_entry.cc134 pkt->trySatisfyFunctional(this, blkAddr, isSecure, blkSize, nullptr);
/gem5/src/arch/arm/
H A Dsystem.hh157 * @return Pointer to boot loader ObjectFile or nullptr if there
285 bool haveSemihosting() const { return semihosting != nullptr; }
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh138 SlavePort(name_, nullptr), bridge(bridge_)
H A Dtlm_to_gem5.hh111 MasterPort(name_, nullptr), bridge(bridge_)
/gem5/ext/nomali/lib/
H A Dnomali_api.cc99 : _gpu(nullptr)
228 return h ? static_cast<NoMaliApi *>(h) : nullptr;

Completed in 44 milliseconds

1234567891011>>