HomeSort by: relevance | last modified time | path
    Searched defs:__alignof_helper (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
stdalign.in.h 67 template <class __t> struct __alignof_helper { char __a; __t __b; }; struct
68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdalign.in.h 67 template <class __t> struct __alignof_helper { char __a; __t __b; }; struct
68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b)

Completed in 16 milliseconds