Searched defs:_Alignof (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstdalign.in.h53 #undef _Alignof macro
61 # define _Alignof(type) alignof (type) macro
64 # define _Alignof(type) offsetof (__alignof_helper<type>, __b) macro
67 # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstdalign.in.h54 #undef _Alignof macro
65 # define _Alignof(type) alignof (type) macro
68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b) macro
71 # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) macro

Completed in 179 milliseconds