/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-lang.h | 32 struct GTY(()) lang_type { struct 36 tree enum_min; 37 tree enum_max; 41 tree objc_info;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-lang.h | 32 struct GTY(()) lang_type { struct 36 tree enum_min; 37 tree enum_max; 41 tree objc_info;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-tree.h | 34 struct GTY(()) lang_type struct 36 int dummy; /* Added because ggc does not like empty structs. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-tree.h | 34 struct GTY(()) lang_type struct 36 int dummy; /* Added because ggc does not like empty structs. */
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 987 struct GTY(()) lang_type { struct 988 int rank, corank; 989 enum gfc_array_kind akind; 990 tree lbound[GFC_MAX_DIMENSIONS]; 991 tree ubound[GFC_MAX_DIMENSIONS]; 992 tree stride[GFC_MAX_DIMENSIONS]; 993 tree size; 994 tree offset; 995 tree dtype; 996 tree dataptr_type; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 996 struct GTY(()) lang_type { struct 997 int rank, corank; 998 enum gfc_array_kind akind; 999 tree lbound[GFC_MAX_DIMENSIONS]; 1000 tree ubound[GFC_MAX_DIMENSIONS]; 1001 tree stride[GFC_MAX_DIMENSIONS]; 1002 tree size; 1003 tree offset; 1004 tree dtype; 1005 tree dataptr_type; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | dummy-frontend.c | 35 struct GTY(()) lang_type struct 37 char dummy;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 2148 struct GTY(()) lang_type { struct 2149 unsigned char align; 2151 unsigned has_type_conversion : 1; 2152 unsigned has_copy_ctor : 1; 2153 unsigned has_default_ctor : 1; 2154 unsigned const_needs_init : 1; 2155 unsigned ref_needs_init : 1; 2156 unsigned has_const_copy_assign : 1; 2157 unsigned use_template : 2; 2159 unsigned has_mutable : 1; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 2307 struct GTY(()) lang_type { struct 2308 unsigned char align; 2310 unsigned has_type_conversion : 1; 2311 unsigned has_copy_ctor : 1; 2312 unsigned has_default_ctor : 1; 2313 unsigned const_needs_init : 1; 2314 unsigned ref_needs_init : 1; 2315 unsigned has_const_copy_assign : 1; 2316 unsigned use_template : 2; 2318 unsigned has_mutable : 1; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | dummy-frontend.cc | 487 struct GTY(()) lang_type struct 489 char dummy;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | brig-lang.c | 68 struct GTY (()) lang_type struct 70 char dummy;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 316 struct GTY(()) lang_type struct
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 309 struct GTY(()) lang_type struct
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-core.h | 955 lang_type, enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-core.h | 905 lang_type, enumerator
|