OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECL_ALIGN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
2634
#define
DECL_ALIGN
(NODE) \
2637
/* Specify that
DECL_ALIGN
(NODE) is X. */
2654
#define DECL_ALIGN_UNIT(NODE) (
DECL_ALIGN
(NODE) / BITS_PER_UNIT)
/src/external/gpl3/gcc/dist/gcc/
tree.h
2789
#define
DECL_ALIGN
(NODE) \
2792
/* Specify that
DECL_ALIGN
(NODE) is X. */
2809
#define DECL_ALIGN_UNIT(NODE) (
DECL_ALIGN
(NODE) / BITS_PER_UNIT)
Completed in 36 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026