Searched refs:begin (Results 276 - 296 of 296) sorted by relevance

<<1112

/gem5/src/cpu/checker/
H A Dcpu_impl.hh103 for (itr = instList.begin(); itr != instList.end(); itr++) {
/gem5/src/cpu/o3/
H A Dlsq.hh412 isAnyActiveElement(byteEnable.begin(), byteEnable.end())) {
/gem5/ext/pybind11/include/pybind11/
H A Dcast.h300 iterator begin() { return iterator(inst, &tinfo); } function in struct:values_and_holders
304 auto it = begin(), endit = end();
518 void *&valueptr = values_and_holders(wrapper).begin()->value_ptr();
1096 value = values_and_holders(reinterpret_cast<instance *>(h.ptr())).begin()->value_ptr();
H A Dpybind11.h1725 /// `std::begin()`/`std::end()`
1728 return make_iterator<Policy>(std::begin(value), std::end(value), extra...);
1732 /// `std::begin()`/`std::end()`
1735 return make_key_iterator<Policy>(std::begin(value), std::end(value), extra...);
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc870 std::sort(numbers.begin(), numbers.end());
872 EXPECT_TRUE(std::equal(a, a + kSize, numbers.begin()));
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc1472 std::copy(cpuid.begin(), cpuid.end(), kvm_cpuid->entries);
1492 std::copy(msrs.begin(), msrs.end(), kvm_msrs->entries);
/gem5/ext/mcpat/cacti/
H A Dwire.cc683 for (citer = repeated_wire.begin(); citer != repeated_wire.end();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp1240 std::remove( m_trace_files.begin(), m_trace_files.end(), tf )
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h837 for (deque_t::iterator i = path.begin(); i < path.end(); i++)
/gem5/src/arch/arm/
H A Dsemihosting.cc574 const AddrRange memory = *memories.begin();
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc265 std::sort(pairs.begin(), pairs.end());
328 // begin computation of the sum for low-confidence branch
/gem5/src/cpu/simple/
H A Dtiming.cc223 if (std::find(activeThreads.begin(), activeThreads.end(), thread_num)
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4493 // Offers only begin() and end() accessors, yielding InputIterator.
4505 const_iterator begin() const { function in class:testing::gmock_matchers_test::Streamlike
4506 return const_iterator(this, remainder_.begin());
4561 for (Iter it = s.remainder_.begin(); it != s.remainder_.end(); ++it) {
4575 Streamlike<int>::const_iterator it = s.begin();
4605 EXPECT_EQ("distance between begin() and end() is equal to 2", Describe(m));
4606 EXPECT_EQ("distance between begin() and end() isn't equal to 2",
4616 EXPECT_EQ("whose distance between begin() and end() 0 doesn't match",
4618 EXPECT_EQ("whose distance between begin() and end() 0 matches",
4620 EXPECT_EQ("whose distance between begin() an
[all...]
/gem5/src/base/
H A Dstatistics.hh2236 ConstVectorNode(const T &s) : vresult(s.begin(), s.end()) {}
2966 for (it = cmap.begin(); it != cmap.end(); it++) {
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2286 while (it != str.begin() && IsSpace(*--it))
/gem5/src/cpu/minor/
H A Dexecute.cc1670 std::for_each(funcUnits.begin(), funcUnits.end(),
/gem5/src/dev/arm/
H A Dgic_v3_its.cc1247 tableBases.begin(), tableBases.end(),
/gem5/src/arch/sparc/
H A Dtlb.cc86 for (i = lookupTable.begin(); i != lookupTable.end(); i++) {
/gem5/src/sim/
H A Dsyscall_emul.hh1105 for (it=sysh->signalList.begin(); it!=sysh->signalList.end(); it++)
1553 int temp_pid = *pids.begin();
2713 for (iter=sysh->signalList.begin(); iter!=sysh->signalList.end(); iter++) {
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
87 // begin+step+step, ...}. The values do not
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
262 // ValuesIn(Iterator begin, Iterator end)
264 // a range [begin, end) defined by a pair of STL-style iterators. These
305 // ValuesIn(l.begin(), l.end()));
310 ValuesIn(ForwardIterator begin, ForwardIterato argument
[all...]
/gem5/src/mem/cache/
H A Dbase.cc109 addrRanges(p->addr_ranges.begin(), p->addr_ranges.end()),

Completed in 138 milliseconds

<<1112