Home
last modified time | relevance | path

Searched defs:declspecs (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dattribs.c318 split_specs_attrs (specs_attrs, declspecs, prefix_attributes) in split_specs_attrs() argument
H A Dc-decl.c2637 shadow_tag (declspecs) in shadow_tag() argument
2644 shadow_tag_warned (declspecs, warned) in shadow_tag_warned() argument
2818 start_decl (declarator, declspecs, initialized, attributes) in start_decl() argument
3468 grokdeclarator (declarator, declspecs, decl_context, initialized) in grokdeclarator() argument
5059 grokfield (filename, line, declarator, declspecs, width) in grokfield() argument
5799 start_function (declspecs, declarator, attributes) in start_function() argument
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c2887 shadow_tag (const struct c_declspecs *declspecs) in shadow_tag()
2895 shadow_tag_warned (const struct c_declspecs *declspecs, int warned) in shadow_tag_warned()
3178 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, in start_decl()
3903 struct c_declspecs *declspecs, in grokdeclarator()
5337 grokfield (struct c_declarator *declarator, struct c_declspecs *declspecs, in grokfield()
5998 start_function (struct c_declspecs *declspecs, struct c_declarator *declarator, in start_function()
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c3650 check_tag_decl (cp_decl_specifier_seq *declspecs) in check_tag_decl()
3755 shadow_tag (cp_decl_specifier_seq *declspecs) in shadow_tag()
3826 cp_decl_specifier_seq *declspecs, in start_decl()
6377 const cp_decl_specifier_seq *declspecs, in grokvardecl()
6974 const cp_decl_specifier_seq *declspecs, in grokdeclarator()
10841 start_function (cp_decl_specifier_seq *declspecs, in start_function()
11403 start_method (cp_decl_specifier_seq *declspecs, in start_method()
H A Ddecl2.c758 cp_decl_specifier_seq *declspecs, in grokfield()
933 cp_decl_specifier_seq *declspecs, tree width) in grokbitfield()
H A Dparser.c17658 cp_decl_specifier_seq declspecs; in cp_parser_objc_class_ivars() local
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c498 define_decl (declarator, declspecs) in define_decl() argument
4564 tree declspecs, chain; local
5782 add_instance_variable (class, public, declarator, declspecs, width) in add_instance_variable() argument
6526 encode_type_qualifiers (declspecs) in encode_type_qualifiers() argument
7672 gen_declspecs (declspecs, buf, raw) in gen_declspecs() argument
7948 tree declspecs; /* "identifier_node", "record_type" */ local
7966 tree declspecs; /* "integer_type", "real_type", "record_type"... */ local
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c984 tree declspecs = NULL_TREE; local
H A Ddecl2.c873 grokfield (declarator, declspecs, init, asmspec_tree, attrlist) in grokfield() argument
1076 grokbitfield (declarator, declspecs, width) in grokbitfield() argument
1134 grokoptypename (declspecs, declarator, scope) in grokoptypename() argument
H A Ddecl.c7493 check_tag_decl (declspecs) in check_tag_decl() argument
7621 shadow_tag (declspecs) in shadow_tag() argument
7681 start_decl (declarator, declspecs, initialized, attributes, prefix_attributes) in start_decl() argument
9464 start_handler_parms (declspecs, declarator) in start_handler_parms() argument
10480 grokdeclarator (declarator, declspecs, decl_context, initialized, attrlist) in grokdeclarator() argument
14311 start_function (declspecs, declarator, attrs, flags) in start_function() argument
15172 start_method (declspecs, declarator, attrlist) in start_method() argument
H A Dlex.c915 note_list_got_semicolon (declspecs) in note_list_got_semicolon() argument
H A Dsemantics.c1574 finish_declarator (declarator, declspecs, attributes, in finish_declarator() argument
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c7816 encode_type_qualifiers (tree declspecs) in encode_type_qualifiers()