OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri May 01 00:23:41 UTC 2026