gccjitd ~master (2018-07-19T06:24:39Z)
Home
Dub
Repo
JITContext.newArrayType
gccjit
d
JITContext
Given type "T", build a new array type of "T
N
".
JITType
newArrayType
(JITLocation loc, JITType type, int dims)
JITType
newArrayType
(JITType type, int dims)
JITType
newArrayType
(JITLocation loc, JITTypeKind kind, int dims)
class
JITContext
JITType
newArrayType
(
JITLocation
loc
,
JITTypeKind
kind
,
int
dims
)
JITType
newArrayType
(JITTypeKind kind, int dims)
Meta
Source
See Implementation
gccjit
d
JITContext
constructors
this
functions
compile
dump
getBuiltinFunction
getContext
getFirstError
getIntType
getType
newArrayAccess
newArrayType
newBinaryOp
newCall
newCast
newChildContext
newComparison
newField
newFunction
newFunctionType
newGlobal
newLocation
newOpaqueStructType
newParam
newRValue
newStructType
newUnaryOp
newUnionType
nil
one
release
setOption
zero
static functions
acquire
Given type "T", build a new array type of "TN".