Home
last modified time | relevance | path

Searched defs:lang_type (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-lang.h27 struct GTY((variable_size)) lang_type { struct
31 tree enum_min;
32 tree enum_max;
36 tree objc_info;
H A Dtree.h5773 lang_type, enumerator
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-lang.h32 struct GTY(()) lang_type { struct
36 tree enum_min;
37 tree enum_max;
41 tree objc_info;
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto-tree.h36 struct GTY((variable_size)) lang_type struct
38 int dummy; /* Added because ggc does not like empty structs. */
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto-tree.h34 struct GTY(()) lang_type struct
36 int dummy; /* Added because ggc does not like empty structs. */
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h1973 struct GTY(()) lang_type { struct
1974 unsigned char align;
1982 unsigned use_template : 2;
1984 unsigned has_mutable : 1;
1988 unsigned user_align : 1;
1990 unsigned has_new : 1;
1993 unsigned gets_delete : 2;
1997 unsigned anon_aggr : 1;
1999 unsigned empty_p : 1;
2024 unsigned is_literal : 1;
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h1424 struct GTY((variable_size)) lang_type { struct
1425 union lang_type_u argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h842 lang_type, enumerator