Searched defs:lang_type (Results 1 – 8 of 8) sorted by relevance
27 struct GTY((variable_size)) lang_type { struct31 tree enum_min;32 tree enum_max;36 tree objc_info;
5773 lang_type, enumerator
32 struct GTY(()) lang_type { struct36 tree enum_min;37 tree enum_max;41 tree objc_info;
36 struct GTY((variable_size)) lang_type struct38 int dummy; /* Added because ggc does not like empty structs. */
34 struct GTY(()) lang_type struct36 int dummy; /* Added because ggc does not like empty structs. */
1973 struct GTY(()) lang_type { struct1974 unsigned char align;1976 unsigned has_type_conversion : 1;1977 unsigned has_copy_ctor : 1;1978 unsigned has_default_ctor : 1;1979 unsigned const_needs_init : 1;1980 unsigned ref_needs_init : 1;1981 unsigned has_const_copy_assign : 1;1982 unsigned use_template : 2;1984 unsigned has_mutable : 1;[all …]
1424 struct GTY((variable_size)) lang_type { struct1425 union lang_type_u argument
842 lang_type, enumerator