vox v0.2.0 (2022-04-19T16:16:42Z)
Dub
Repo
SizeAndAlignment
vox
ir
ir_type
Undocumented in source.
struct
SizeAndAlignment {
uint
size
;
ubyte
alignmentPower
;
uint
alignment
();
}
Members
Functions
alignment
uint
alignment
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
alignmentPower
ubyte
alignmentPower
;
Undocumented in source.
size
uint
size
;
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