Home
last modified time | relevance | path

Searched refs:alignof_helper (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstdalign.m424 template <class t> struct alignof_helper { char a; t b; };
25 # define ao(type) offsetof (alignof_helper<type>, b)
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobstack.c56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobstack.c56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; argument
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A Dconfigure33373 template <class t> struct alignof_helper { char a; t b; };