Home
last modified time | relevance | path

Searched refs:SimType (Results 1 – 16 of 16) sorted by path

/dports/lang/cocor/cocor-1.7_3/samples/
H A Dmod2.atg87 Type = SimType | ArrayType | RecType
89 SimType = QualId [ "[" ConstExpr ".." ConstExpr "]" ]
93 ArrayType = "ARRAY" SimType { "," SimType } "OF" Type.
103 SetType = "SET" "OF" SimType .
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dsubr.go529 if types.SimType[src.Kind()] == types.SimType[dst.Kind()] {
537 if types.SimType[src.Kind()] == types.SimType[dst.Kind()] {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/
H A Dsize.go397 if SimType[t.Kind()] != 0 {
398 et = SimType[t.Kind()]
H A Dtype.go2211 var SimType [NTYPE]Kind var
H A Duniverse.go57 SimType[et] = et
84 SimType[s.etype] = sameas
128 SimType[TMAP] = TPTR
129 SimType[TCHAN] = TPTR
130 SimType[TFUNC] = TPTR
131 SimType[TUNSAFEPTR] = TPTR
/dports/math/clrng/clRNG-1.0.0-beta/src/client/Inventory/
H A DSimulateRuns.c170 results->SimType = GPU_Exec; in inventorySimulateRunsGPU()
258 results->SimType = CPU_Exec; in inventorySimulateRunsCPU()
/dports/math/clrng/clRNG-1.0.0-beta/src/client/
H A Dcommon.h63 simType SimType; // CPU or GPU member
/dports/math/mcsim/mcsim-6.2.0/doc/
H A Dmcsim.info2537 * SimType() specification::
3019 File: mcsim.info, Node: Distrib() specification, Next: SimType() specification, Prev: OptimalDes…
3278 File: mcsim.info, Node: SimType() specification, Prev: Distrib() specification, Up: Global speci…
3280 'SimType()' specification
3287 SimType(<keyword>);
4046 * SimType
4848 * SimType() specification: SimType() specification.
4883 * Specification, SimType(): SimType() specification.
5002 Node: SimType() specification152758
H A Dmcsim.texi3371 * SimType() specification::
3966 @node Distrib() specification, SimType() specification, OptimalDesign() specification, Global speci…
4386 @node SimType() specification, , Distrib() specification, Global specifications
4388 @unnumberedsubsubsec @code{SimType()} specification
4389 @cindex @code{SimType()} specification
4390 @cindex Specification, @code{SimType()}
4397 SimType(<keyword>);
5332 @item SimType
/dports/security/py-angr/angr-9.0.5405/angr/analyses/decompiler/
H A Dstructured_codegen.py9 …import (SimTypeLongLong, SimTypeInt, SimTypeShort, SimTypeChar, SimTypePointer, SimStruct, SimType,
164 if isinstance(var_type, SimType):
/dports/security/py-angr/angr-9.0.5405/angr/analyses/typehoon/
H A Dlifter.py1 from ...sim_type import SimType, SimTypeChar, SimTypeShort, SimTypeInt, SimTypeLong, SimTypeLongLon…
16 def lift(self, ty: SimType): argument
H A Dtranslator.py8 class SimTypeTempRef(sim_type.SimType):
/dports/security/py-angr/angr-9.0.5405/angr/
H A Dcalling_conventions.py8 from .sim_type import SimType
514 if isinstance(a, SimType):
H A Dsim_type.py28 class SimType: class
157 class SimTypeBottom(SimType):
180 class SimTypeTop(SimType):
188 SimType.__init__(self, label)
201 class SimTypeReg(SimType):
213 SimType.__init__(self, label=label)
253 class SimTypeNum(SimType):
550 self.refs: SimType = refs
585 class SimTypeFixedSizeArray(SimType):
637 class SimTypeArray(SimType):
[all …]
H A Dvaults.py89 claripy.ast.Base, SimType
358 from .sim_type import SimType
/dports/security/py-angr/angr-9.0.5405/angr/exploration_techniques/
H A Ddirector.py9 from ..sim_type import SimType, SimTypePointer, SimTypeChar, SimTypeString, SimTypeReg
195 if not isinstance(arg_type, SimType):