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