Searched refs:once (Results 1 - 25 of 39) sorted by relevance

12

/gem5/src/arch/generic/
H A Ddebugfaults.hh91 bool &once; member in class:GenericISA::M5DebugOnceFault
105 M5DebugFault(format, args...), once(lookUpToken<Flavor>(token))
112 if (!once) {
113 once = true;
/gem5/ext/pybind11/include/pybind11/
H A Doptions.h10 #pragma once
H A Dcomplex.h10 #pragma once
H A Deval.h12 #pragma once
H A Dembed.h10 #pragma once
H A Dfunctional.h10 #pragma once
H A Diostream.h10 #pragma once
H A Dbuffer_info.h10 #pragma once
H A Dchrono.h11 #pragma once
H A Doperators.h10 #pragma once
/gem5/src/base/
H A Dlogging.hh143 * happening more than once. So, even if the arguments change and that
148 static bool once = false; \
149 if (!once) { \
151 once = true; \
/gem5/tests/test-progs/insttest/src/riscv/
H A Dinsttest.h31 #pragma once
H A Drv64m.h31 #pragma once
H A Drv64c.h31 #pragma once
H A Drv64a.h31 #pragma once
H A Drv64d.h31 #pragma once
H A Drv64f.h31 #pragma once
H A Drv64i.h31 #pragma once
/gem5/ext/pybind11/tests/
H A Dpybind11_tests.h1 #pragma once
H A Dlocal_bindings.h1 #pragma once
/gem5/ext/pybind11/include/pybind11/detail/
H A Dtypeid.h10 #pragma once
H A Ddescr.h10 #pragma once
H A Dinternals.h10 #pragma once
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_process.cpp356 // The warning is only reported once.
361 static bool once = false; local
362 if( !once ) {
364 once = true;
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s291 # Store 8 registers at once...destination must be a multiple of 64
311 # Load 8 registers at once...source must be a multiple of 64

Completed in 31 milliseconds

12