Home
last modified time | relevance | path

Searched defs:_Alignof (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h58 #define _Alignof(x) alignof(x) macro
60 #define _Alignof(x) __alignof(x) macro
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dreserved.c46 static int (_Alignof); variable
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h275 #define _Alignof(x) alignof(x) macro
277 #define _Alignof(x) __alignof(x) macro