Searched refs:declspecs (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-decl.c | 2953 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 D | ChangeLog-1998 | 10607 * c-decl.c (shadow_tag_warned): Use specs not declspecs in for loop.
|
| H A D | ChangeLog-2004 | 14247 declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs, 14255 (fndef): Use current_declspecs for empty declspecs list.
|
| H A D | ChangeLog-2001 | 23394 declspecs_nosc_ts, declspecs_nosc_nots, declspecs_nosc, declspecs,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | decl.c | 3673 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 D | decl2.c | 758 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 D | parser.c | 2499 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 D | ChangeLog-1994 | 1445 * 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 D | ChangeLog-1995 | 1009 * parse.y (reserved_declspecs): Link prefix attributes with declspecs. 1012 split_specs_attrs or strip_attrs to separate declspecs and attrs.
|
| H A D | ChangeLog-1996 | 2423 declspecs.
|
| H A D | ChangeLog-2004 | 3689 * decl.c (grokvardecl): Make declspecs parameter const.
|