Home
last modified time | relevance | path

Searched refs:declspecs (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c2953 if (declspecs->type && !declspecs->default_int_p && !declspecs->typedef_p) in shadow_tag_warned()
2986 && (declspecs->const_p in shadow_tag_warned()
3025 if (declspecs->inline_p) in shadow_tag_warned()
3393 if (declspecs->inline_p in start_decl()
4435 tree type = declspecs->type; in grokdeclarator()
5180 if (declspecs->inline_p) in grokdeclarator()
5193 && !declspecs->inline_p); in grokdeclarator()
5286 if (declspecs->inline_p) in grokdeclarator()
5391 if (declspecs->inline_p) in grokdeclarator()
5444 if (declspecs->inline_p) in grokdeclarator()
[all …]
H A DChangeLog-199810607 * c-decl.c (shadow_tag_warned): Use specs not declspecs in for loop.
H A DChangeLog-200414247 declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs,
14255 (fndef): Use current_declspecs for empty declspecs list.
H A DChangeLog-200123394 declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs,
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c3673 if (declspecs->multiple_types_p) in check_tag_decl()
3683 if (declspecs->type in check_tag_decl()
3684 && TYPE_P (declspecs->type) in check_tag_decl()
3688 declared_type = declspecs->type; in check_tag_decl()
3774 if (declspecs->attributes) in shadow_tag()
7706 if (declspecs->multiple_types_p) in grokdeclarator()
7713 type = declspecs->type; in grokdeclarator()
7999 && declspecs->type in grokdeclarator()
9028 && declspecs->type in grokdeclarator()
9029 && declspecs->type == type) in grokdeclarator()
[all …]
H A Ddecl2.c758 cp_decl_specifier_seq *declspecs, in grokfield() argument
773 value = grokdeclarator (declarator, declspecs, FIELD, init != 0, &attrlist); in grokfield()
933 cp_decl_specifier_seq *declspecs, tree width) in grokbitfield() argument
935 tree value = grokdeclarator (declarator, declspecs, BITFIELD, 0, NULL); in grokbitfield()
H A Dparser.c2499 cp_decl_specifier_seq declspecs; in objc_cp_parse_property_decl() local
2503 &declspecs, in objc_cp_parse_property_decl()
2513 property = grokdeclarator (declarator, &declspecs, NORMAL,0, NULL); in objc_cp_parse_property_decl()
18274 cp_decl_specifier_seq declspecs; in cp_parser_objc_class_ivars() local
18285 &declspecs, in cp_parser_objc_class_ivars()
18287 prefix_attributes = declspecs.attributes; in cp_parser_objc_class_ivars()
18288 declspecs.attributes = NULL_TREE; in cp_parser_objc_class_ivars()
18341 decl = grokbitfield (declarator, &declspecs, width); in cp_parser_objc_class_ivars()
18345 decl = grokfield (declarator, &declspecs, in cp_parser_objc_class_ivars()
H A DChangeLog-19941445 * decl.c (grokdeclarator): Undo changes to declspecs when we're done
2992 * parse.y (components): Anonymous bitfields can still have declspecs.
3517 to get declspecs from some arbitrary $0.
4363 the declspecs on class_obstack, so don't. This way typed_typespecs
H A DChangeLog-19951009 * parse.y (reserved_declspecs): Link prefix attributes with declspecs.
1012 split_specs_attrs or strip_attrs to separate declspecs and attrs.
H A DChangeLog-19962423 declspecs.
H A DChangeLog-20043689 * decl.c (grokvardecl): Make declspecs parameter const.