Searched refs:sa_alignof_helper (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dallocsa.h78 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; }; struct
79 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dallocsa.h89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; }; struct
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dallocsa.h89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; }; struct
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dallocsa.h89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; }; struct
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmalloca.h95 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; }; struct
96 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dmalloca.h98 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; }; struct
99 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)

Completed in 225 milliseconds