Searched refs:types (Results 1 - 25 of 61) sorted by relevance

123

/gem5/src/dev/arm/
H A Dsmmu_v3_events.hh43 #include <base/types.hh>
/gem5/src/mem/slicc/ast/
H A DFuncDeclAST.py47 types = []
59 # Lookup parameter types
62 types.append(type)
66 types.append(formal.type)
90 return_type, types, params, str(body), self.pairs)
/gem5/util/m5/
H A Dm5_mmap.c48 #include <sys/types.h>
/gem5/util/statetrace/arch/i686/
H A Dtracechild.hh35 #include <sys/types.h>
/gem5/ext/dnet/
H A Dos.h25 # include <sys/types.h>
31 # include <machine/types.h>
/gem5/src/arch/hsail/
H A Dgen.py563 # for an brig_opcode with a single-level type switch. The 'types'
564 # parameter is a list or tuple of types for which the instruction
566 def gen(brig_opcode, types=None, expr=None, base_class='ArithInst',
605 if not types or isinstance(types, str):
610 # multiple types, need at least one level of decode
617 # single list of types, to basic one-level decode
618 for type_name in types:
623 # single list of types, to basic one-level decode
624 for type_name in types
[all...]
/gem5/src/mem/slicc/symbols/
H A DSymbolTable.py73 def find(self, ident, types=None):
80 if types is not None:
81 if not isinstance(symbol, types):
/gem5/src/base/vnc/
H A Dvncinput.cc47 #include <sys/types.h>
/gem5/src/dev/storage/
H A Dsimple_disk.cc38 #include <sys/types.h>
/gem5/src/cpu/kvm/
H A Dperfevent.hh44 #include <sys/types.h>
59 * PerfEvent has the concept of counter types, which is a way to
/gem5/util/statetrace/arch/sparc/
H A Dtracechild.hh36 #include <sys/types.h>
/gem5/src/base/
H A Dsocket.cc36 #include <sys/types.h>
42 #include "base/types.hh"
H A Ddebug.cc33 #include <sys/types.h>
/gem5/src/sim/
H A Dinit_signals.cc46 #include <sys/types.h>
/gem5/util/
H A Dcpt_upgrader.py77 import glob, types, sys, os
120 if not isinstance(self.upgrader, types.FunctionType):
126 if not isinstance(self.downgrader, types.FunctionType):
/gem5/ext/libelf/
H A Delf_begin.c28 #include <sys/types.h>
H A Dlibelf_align.c27 #include <sys/types.h>
/gem5/util/statetrace/arch/amd64/
H A Dtracechild.hh35 #include <sys/types.h>
/gem5/util/statetrace/base/
H A Dstatetrace.cc34 #include <sys/types.h>
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_qt.cpp33 #include <sys/types.h>
262 // Andy Goodrich: added include of sys/types.h to pick up the declaration
/gem5/src/kern/linux/
H A Dprintk.cc34 #include <sys/types.h>
/gem5/ext/ply/ply/
H A Dlex.py37 import re, sys, types, copy, os
39 # This tuple contains known string types
42 StringTypes = (types.StringType, types.UnicodeType)
172 if isinstance(tabfile,types.ModuleType):
215 if isinstance(tabfile,types.ModuleType):
494 if type(handle) in (types.FunctionType, types.MethodType):
735 if isinstance(f, types.MethodType):
804 if isinstance(f, types
[all...]
/gem5/util/style/
H A Dsort_includes.py152 # different types of includes for different sorting of headers
197 """Merge includes of from several block types into one large
199 include block types (e.g., swig includes) with the same
213 for types in self.block_order:
214 block = self.dump_blocks(types)
282 # default language types to try to apply our sorting rules to
/gem5/ext/pybind11/tests/
H A Dtest_pytypes.py173 types = [str, bool, int, float, tuple, list, dict, set]
174 expected = {t.__name__: t() for t in types}
/gem5/system/alpha/console/
H A Dprintf.c30 #include <sys/types.h>

Completed in 29 milliseconds

123