vox v0.2.0 (2022-04-19T16:16:42Z)
Dub
Repo
IrTypeArray
vox
ir
ir_type
@
IrValueKind
.
type
,
IrTypeKind
.
array
struct
IrTypeArray {
IrTypeHeader
header
;
IrIndex
elemType
;
uint
numElements
;
}
Members
Variables
elemType
IrIndex
elemType
;
Undocumented in source.
header
IrTypeHeader
header
;
Undocumented in source.
numElements
uint
numElements
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_type
enums
CovertionKind
IrBasicType
IrTypeKind
getIrTypeKind
functions
getTypeArgSize
getValueType
getValueTypeArgSize
makeIrType
structs
IrTypeArray
IrTypeFunction
IrTypeHeader
IrTypePointer
IrTypeStorage
IrTypeStruct
IrTypeStructMember
SizeAndAlignment