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
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
stdalign.in.h
33
/* alignof (TYPE), also known as
_Alignof
(TYPE), yields the alignment
52
and
_Alignof
that are no better than ours; override them. */
54
#undef
_Alignof
56
/* GCC releases before GCC 4.9 had a bug in
_Alignof
. See GCC bug 52023
65
# define
_Alignof
(type) alignof (type)
68
# define
_Alignof
(type) offsetof (__alignof_helper<type>, __b)
71
# define
_Alignof
(type) offsetof (struct { char __a; type __b; }, __b)
75
# define alignof
_Alignof
/src/external/gpl3/gdb.old/dist/gnulib/import/
stdalign.in.h
33
/* alignof (TYPE), also known as
_Alignof
(TYPE), yields the alignment
52
and
_Alignof
that are no better than ours; override them. */
54
#undef
_Alignof
56
/* GCC releases before GCC 4.9 had a bug in
_Alignof
. See GCC bug 52023
65
# define
_Alignof
(type) alignof (type)
68
# define
_Alignof
(type) offsetof (__alignof_helper<type>, __b)
71
# define
_Alignof
(type) offsetof (struct { char __a; type __b; }, __b)
75
# define alignof
_Alignof
Completed in 66 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026