Searched refs:TYPE (Results 1 – 1 of 1) sorted by relevance
118 # define alignof(TYPE) __alignof__ (TYPE) argument120 # define alignof(TYPE) \ argument121 ((int) &((struct { char dummy1; TYPE dummy2; } *) 0)->dummy2)
Completed in 5 milliseconds