Searched refs:iterator (Results 101 - 125 of 174) sorted by relevance

1234567

/gem5/ext/sst/
H A DExtSlave.cc153 PacketMap_t::iterator mi = PacketMap.find(id);
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh342 /** Typedef of iterator to the instruction dependency trace. */
343 typedef typename std::vector<TraceInfo*>::iterator depTraceItr;
345 /** Typedef of the reverse iterator to the instruction dependency trace. */
/gem5/src/base/
H A Dstr.hh53 std::string::iterator begin = s.begin();
/gem5/src/arch/sparc/
H A Dtlb.hh73 typedef TlbMap::iterator MapIter;
/gem5/src/cpu/
H A Dbase_dyn_inst_impl.hh173 std::set<InstSeqNum>::iterator sn_it = cpu->snList.begin();
/gem5/src/mem/cache/compressors/
H A Dcpack.cc165 std::vector<std::array<uint8_t, 4>>::iterator entry_it =
/gem5/src/mem/ruby/profiler/
H A DAddressProfiler.cc52 pair<AddressMap::iterator, bool> r =
54 AddressMap::iterator i = r.first;
H A DProfiler.cc359 for (map<uint32_t, AbstractController*>::iterator it =
373 for (map<uint32_t, AbstractController*>::iterator it =
392 for (map<uint32_t, AbstractController*>::iterator it =
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc404 ThreadIdToThreadLocals::iterator thread_local_pos =
412 ThreadLocalValues::iterator value_pos =
435 for (ThreadIdToThreadLocals::iterator it =
440 ThreadLocalValues::iterator value_pos =
463 ThreadIdToThreadLocals::iterator thread_local_pos =
467 for (ThreadLocalValues::iterator value_pos =
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc127 // via the iterator object matches the expected one using Google Test
132 typename ParamGenerator<T>::iterator it = generator.begin();
135 << "At element " << i << " when accessing via an iterator "
143 << ", and 'it' is an iterator created with the copy constructor.\n";
147 << "At the presumed end of sequence when accessing via an iterator "
150 // Test the iterator assignment. The following lines verify that
151 // the sequence accessed via an iterator initialized via the
157 << "At element " << i << " when accessing via an iterator "
163 << ", and 'it' is an iterator created with the copy constructor.\n";
167 << "At the presumed end of sequence when accessing via an iterator "
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h86 // returned by emplace, i.e. an iterator for the entry and a bool set to `true` if the entry was
88 inline std::pair<decltype(internals::registered_types_py)::iterator, bool> all_type_info_get_cache(PyTypeObject *type);
221 // Used for past-the-end iterator
271 struct iterator { struct in struct:values_and_holders
277 iterator(instance *inst, const type_vec *tinfo) function in struct:values_and_holders::iterator
284 // Past-the-end iterator:
285 iterator(size_t end) : curr(end) {} function in struct:values_and_holders::iterator
287 bool operator==(const iterator &other) { return curr.index == other.curr.index; }
288 bool operator!=(const iterator &other) { return curr.index != other.curr.index; }
289 iterator
[all...]
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_hash.cpp246 iterator iter((sc_phash_base*) b); /* cast away the const */
255 iterator iter((sc_phash_base&) b);
/gem5/src/mem/
H A Dabstract_mem.cc218 list<LockedAddr>::iterator i;
257 list<LockedAddr>::iterator i = lockedAddrList.begin();
H A Ddram_ctrl.hh854 * @return an iterator to the selected packet, else queue.end()
856 DRAMPacketQueue::iterator chooseNext(DRAMPacketQueue& queue,
865 * @return an iterator to the selected packet, else queue.end()
867 DRAMPacketQueue::iterator chooseNextFRFCFS(DRAMPacketQueue& queue,
H A Dpacket.cc467 LabelStack::iterator i = labelStack.begin();
468 LabelStack::iterator end = labelStack.end();
H A Dmem_checker.hh314 * Helper function to return an iterator to the entry of a container of
323 typename TList::iterator lastCompletedTransaction(TList *l, Tick before)
/gem5/src/mem/cache/
H A Dmshr.cc185 MSHR::TargetList::clearDownstreamPending(MSHR::TargetList::iterator begin,
186 MSHR::TargetList::iterator end)
/gem5/src/sim/
H A Dsystem.cc482 vector<System *>::iterator i = systemList.begin();
483 vector<System *>::iterator end = systemList.end();
/gem5/ext/dsent/libutil/
H A DMap.h38 typedef typename map<String, T>::iterator Iterator;
63 // Get iterator to the element
/gem5/src/arch/arm/linux/
H A Dsystem.cc267 std::map<uint32_t, uint32_t>::iterator itr = taskMap.find(pid);
/gem5/src/arch/mips/
H A Dtlb.cc175 PageTable::iterator i = lookupTable.find(table[Index].VPN);
/gem5/src/arch/power/
H A Dtlb.cc172 PageTable::iterator i = lookupTable.find(table[Index].VPN);
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc317 for (vector<Transition>::iterator t = transitions.begin();
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc517 std::pair<ComputeUnit::pageDataStruct::iterator, bool> ret;
/gem5/src/arch/riscv/
H A Dprocess.cc39 #include <iterator>

Completed in 32 milliseconds

1234567