Searched refs:nullptr (Results 101 - 125 of 327) sorted by relevance

1234567891011>>

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h44 get_internals().loader_patient_stack.push_back(nullptr);
72 if (list_ptr == nullptr) {
156 * Gets a single pybind11 type info for a python type. Returns nullptr if neither the type nor any
163 return nullptr;
174 return nullptr;
182 return nullptr;
185 /// Return the type info for a given C++ type; on lookup failure can either throw or return nullptr.
198 return nullptr;
203 return handle(type_info ? ((PyObject *) type_info->type) : nullptr);
207 instance *inst = nullptr;
495 cast(const void *_src, return_value_policy policy, handle parent, const detail::type_info *tinfo, void *(*copy_constructor)(const void *), void *(*move_constructor)(const void *), const void *existing_holder = nullptr) argument
723 src_and_type( const void *src, const std::type_info &cast_type, const std::type_info *rtti_type = nullptr) argument
[all...]
/gem5/ext/pybind11/tests/
H A Dobject.h64 /// Create a nullptr reference
65 ref() : m_ptr(nullptr) { print_default_created(this); track_default_created((ref_tag*) this); }
85 r.m_ptr = nullptr;
107 r.m_ptr = nullptr;
/gem5/src/systemc/core/
H A Devent.cc47 Event(_sc_event, nullptr, internal)
59 parent = internal ? nullptr : pickParentObj();
216 parent = nullptr;
H A Dsc_process_handle.cc77 sc_process_handle::sc_process_handle() : _gem5_process(nullptr) {}
103 return _gem5_process != nullptr;
175 return _gem5_process ? _gem5_process->get_parent_object() : nullptr;
H A Dsc_event.cc216 e.list = nullptr;
222 list = nullptr;
267 e.list = nullptr;
415 return it == ::sc_gem5::allEvents.end() ? nullptr : *it;
/gem5/src/dev/net/
H A Ddist_iface.cc60 DistIface::Sync *DistIface::sync = nullptr;
61 System *DistIface::sys = nullptr;
62 DistIface::SyncEvent *DistIface::syncEvent = nullptr;
65 DistIface *DistIface::master = nullptr;
614 recvThread(nullptr), recvScheduler(em), syncStartOnPseudoOp(use_pseudo_op),
619 if (master == nullptr) {
620 assert(sync == nullptr);
621 assert(syncEvent == nullptr);
647 master = nullptr;
721 assert(recvThread == nullptr);
[all...]
H A Ddist_etherlink.cc173 packet = nullptr;
182 packet = nullptr;
214 bool packet_exists = (packet != nullptr);
H A Ddist_etherlink.hh89 objName(name), parent(p), localIface(nullptr), dump(d),
90 distIface(nullptr), event(e) {}
/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc48 computeUnit(nullptr), gmQueueSize(p->global_mem_queue_size),
69 Wavefront *w = nullptr;
172 return nullptr;
H A Dbrig_object.cc138 return nullptr;
150 return nullptr;
186 HsailCode *code_obj = nullptr;
241 HsailCode *code_obj = nullptr;
410 return nullptr;
436 sectionInfo[i].ptr = nullptr;
H A Dkernel_cfg.cc74 return nullptr;
82 return nullptr;
93 return nullptr;
127 basicBlocks.emplace_back(new BasicBlock(basicBlocks.size(), nullptr));
H A Dfetch_stage.cc43 computeUnit(nullptr)
/gem5/src/cpu/o3/
H A Dlsq_unit.hh109 : inst(nullptr), req(nullptr), _size(0), _valid(false)
115 inst = nullptr;
116 if (req != nullptr) {
118 req = nullptr;
125 inst = nullptr;
126 if (req != nullptr) {
129 req = nullptr;
144 bool hasRequest() { return req != nullptr; }
414 // idx->request()->senderState(nullptr);
[all...]
H A Dthread_state.hh94 tc(nullptr)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h98 if (result == nullptr)
457 {const_cast<char*>("__dict__"), pybind11_get_dict, pybind11_set_dict, nullptr, nullptr},
458 {nullptr, nullptr, nullptr, nullptr, nullptr}
466 type_info *tinfo = nullptr;
472 if (view == nullptr || !tinf
[all...]
/gem5/src/systemc/ext/core/
H A Dsc_process_handle.hh123 sc_process_b(const char *name) : sc_object(name), file(nullptr), lineno(0)
125 sc_process_b() : sc_object(), file(nullptr), lineno(0) {}
/gem5/src/cpu/
H A Dinst_pb_trace.cc72 : InstTracer(p), buf(nullptr), bufSize(0), curMsg(nullptr)
/gem5/src/base/
H A Drefcnt.hh201 r.data = nullptr;
244 r.data = nullptr;
/gem5/src/mem/cache/prefetch/
H A Dassociative_set_impl.hh69 return nullptr;
100 std::vector<Entry *> entries(selected_entries.size(), nullptr);
/gem5/src/mem/cache/compressors/
H A Dbase.cc134 assert(blk != nullptr);
144 assert(blk != nullptr);
/gem5/ext/nomali/lib/
H A Dgpu.cc109 return nullptr;
/gem5/src/learning_gem5/part2/
H A Dgoodbye_object.cc39 buffer(nullptr), bufferUsed(0)
/gem5/src/arch/riscv/
H A Ddecoder.cc99 return nullptr;
/gem5/src/arch/arm/linux/
H A Dsystem.cc66 : GenericArmSystem(p), dumpStatsPCEvent(nullptr),
68 taskFile(nullptr), kernelPanicEvent(nullptr), kernelOopsEvent(nullptr)
/gem5/src/arch/arm/
H A Dstage2_lookup.hh82 functional(_functional), tranType(_tranType), stage2Te(nullptr),

Completed in 21 milliseconds

1234567891011>>