Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.h5719 struct cp_decl_specifier_seq { struct
5722 source_location locations[ds_last];
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;
5741 BOOL_BITFIELD type_definition_p : 1;
5744 BOOL_BITFIELD multiple_types_p : 1;
[all …]
/dflybsd-src/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; typedef