/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-tree.h | 29 struct GTY(()) lang_decl struct 31 int dummy; /* Added because ggc does not like empty structs. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-tree.h | 29 struct GTY(()) lang_decl struct 31 int dummy; /* Added because ggc does not like empty structs. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-lang.h | 44 struct GTY(()) lang_decl { struct 45 char dummy;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-lang.h | 44 struct GTY(()) lang_decl { struct 45 char dummy;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 256 struct GTY(()) lang_decl struct 261 tree frame_field; 264 tree named_result; 267 tree thunks; 270 int offset; 273 enum intrinsic_code intrinsic; 276 tree frame_info;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 249 struct GTY(()) lang_decl struct 254 tree frame_field; 257 tree named_result; 260 tree thunks; 263 int offset; 266 enum intrinsic_code intrinsic; 269 tree frame_info;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | dummy-frontend.c | 42 struct GTY((variable_size)) lang_decl struct 44 char dummy;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 1012 struct GTY(()) lang_decl { struct 1014 tree saved_descriptor; 1019 tree stringlen; 1020 tree addr; 1022 tree token, caf_offset; 1023 unsigned int scalar_allocatable : 1; 1024 unsigned int scalar_pointer : 1; 1025 unsigned int scalar_target : 1; 1026 unsigned int optional_arg : 1;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 1003 struct GTY(()) lang_decl { struct 1005 tree saved_descriptor; 1010 tree stringlen; 1011 tree addr; 1013 tree token, caf_offset; 1014 unsigned int scalar_allocatable : 1; 1015 unsigned int scalar_pointer : 1; 1016 unsigned int optional_arg : 1;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | dummy-frontend.cc | 494 struct GTY((variable_size)) lang_decl struct 496 char dummy;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | brig-lang.c | 75 struct GTY ((variable_size)) lang_decl struct 77 char dummy;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 2802 struct GTY(()) lang_decl { struct 2803 union GTY((desc ("%h.base.selector"))) lang_decl_u { argument 2821 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 2986 struct GTY(()) lang_decl { struct 2987 union GTY((desc ("%h.base.selector"))) lang_decl_u { argument 3005 ({ struct lang_decl *lt = DECL_LANG_SPECIFIC (NODE); \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-core.h | 954 lang_decl, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-core.h | 904 lang_decl, enumerator
|