vox ~master (2022-05-02T18:23:10Z)
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