Searched refs:clear (Results 201 - 225 of 254) sorted by relevance

1234567891011

/gem5/ext/mcpat/
H A DxmlParser.h231 /// Structure for XML clear (unformatted) node (usually comments)
374 XMLClear getClear(int i=0) const; ///< return ith clear field (comments)
375 int nClear() const; ///< nbr of clear field
376 XMLNodeContents enumContents(XMLElementPosition i) const; ///< enumerate all the different contents (attribute,child,text, clear) of the current XMLNode. The order is reflecting the order of the original file/string. NOTE: 0 <= i < nElement();
412 /**< Add a new clear tag
447 void deleteClear(int i=0); ///< Delete the Ith clear tag inside the current XMLNode
448 void deleteClear(XMLCSTR lpszValue); ///< Delete the clear tag "lpszValue" inside the current XMLNode (direct "pointer-to-pointer" comparison is used to find the clear tag)
449 void deleteClear(XMLClear *p); ///< Delete the clear tag "p" inside the current XMLNode (direct "pointer-to-pointer" comparison on the lpszName of the clear ta
641 XMLClear clear; member in struct:XMLNodeContents
[all...]
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_thread_process.cpp126 ex.clear();
577 // Set the throw type and clear any pending dynamic events:
/gem5/ext/testlib/
H A Dhandlers.py77 self._writers.clear()
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc359 personal_dest.clear();
/gem5/src/mem/ruby/system/
H A DRubyPort.cc450 // the list. Therefore we want to clear the retryList before calling
454 retryList.clear();
487 // If the RubyPort is not empty, then it needs to clear all outstanding
/gem5/src/dev/arm/
H A Dgic_v3_its.hh494 void clear(Yield &yield, CommandEntry &command);
H A Dgic_v2.cc919 platform->intrctrl->clear(ctx, ArmISA::INT_FIQ, 0);
921 platform->intrctrl->clear(ctx, ArmISA::INT_IRQ, 0);
H A Dpl111.cc740 dmaDoneEventFree.clear();
H A Dvgic.cc375 platform->intrctrl->clear(cpu, ArmISA::INT_VIRT_IRQ, 0);
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc991 passed_args_.clear();
992 abort_args_.clear();
/gem5/src/cpu/o3/
H A Drename_impl.hh419 insts[tid].clear();
422 skidBuffer[tid].clear();
/gem5/src/dev/net/
H A Di8254xGBe.cc107 // clear all 64 16 bit words of the eeprom
126 rxFifo.clear();
127 txFifo.clear();
525 rxFifo.clear();
795 // Check if we need to clear the cpu interrupt
1117 usedCache.clear();
1118 unusedCache.clear();
1859 tcp->flags(tcp->flags() & ~9); // clear fin & psh
/gem5/src/base/
H A Dcp_annotate.cc631 qData[qi-1].clear();
642 qData[qi-1].clear();
1008 qData[qi-1].clear();
/gem5/ext/mcpat/cacti/
H A Dnuca.cc417 nuca_list.clear();
/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc752 w->computeUnit->xactCasLoadMap[src_val1].waveIDQueue.clear();
H A Dmem_impl.hh71 addr_vec.clear();
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp487 s.clear();
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc449 s.clear();
/gem5/src/systemc/utils/
H A Dvcd.cc277 traceVals.clear();
/gem5/src/arch/alpha/
H A Dtlb.cc236 // register as we destroy any data that is clear-on-read.
288 lookupTable.clear();
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc500 // expectations to delete, clear our set within the mutex, and then clear the
506 expectations_to_delete.clear();
705 // We don't clear the content of mockers, as they may still be
781 // We don't clear the content of mockers, as they may still be
/gem5/src/cpu/checker/
H A Dcpu_impl.hh448 instList.clear();
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc442 (exec_info_ptr->physRegDepSet).clear();
/gem5/src/cpu/
H A Dsimple_thread.hh278 isa->clear();
H A Dbase.cc667 oldCPU->interrupts.clear();

Completed in 84 milliseconds

1234567891011