HomeSort by: relevance | last modified time | path
    Searched refs:alignof_helper (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
obstack.c 56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
  /src/external/gpl3/binutils.old/dist/libiberty/
obstack.c 56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
  /src/external/gpl3/gcc/dist/libiberty/
obstack.c 56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
  /src/external/gpl3/gcc.old/dist/libiberty/
obstack.c 56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
  /src/external/gpl3/gdb/dist/libiberty/
obstack.c 56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
  /src/external/gpl3/gdb.old/dist/libiberty/
obstack.c 56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
  /src/external/gpl3/gdb/dist/gnulib/
configure 33373 template <class t> struct alignof_helper { char a; t b; };
33374 # define ao(type) offsetof (alignof_helper<type>, b)
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 33373 template <class t> struct alignof_helper { char a; t b; };
33374 # define ao(type) offsetof (alignof_helper<type>, b)

Completed in 62 milliseconds