Searched defs:AlignOf (Results 1 – 2 of 2) sorted by relevance
38 struct AlignOf { struct54 /// of a type. This provides no extra functionality beyond the AlignOf argument
834 func AlignOf(t Type) (v Value) { v.C = C.LLVMAlignOf(t.C); return } func