Home
last modified time | relevance | path

Searched defs:cp_decl_specifier_seq (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h5719 struct cp_decl_specifier_seq { struct
5727 tree type;
5729 tree attributes;
5731 tree std_attributes;
5734 tree redefined_builtin_type;
5737 cp_storage_class storage_class;
5739 int int_n_idx;
5754 BOOL_BITFIELD explicit_int_p : 1;
5756 BOOL_BITFIELD explicit_intN_p : 1;
5758 BOOL_BITFIELD explicit_char_p : 1;
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h4672 typedef struct cp_decl_specifier_seq { struct
4674 unsigned specs[(int) ds_last];
4677 location_t type_location;
4682 tree type;
4684 tree attributes;
4710 } cp_decl_specifier_seq; argument