Searched defs:declspecs (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.c228 encode_type_qualifiers (tree declspecs) argument
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c1917 tree declspecs = NULL_TREE; local
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl2.c872 grokfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree init, bool init_const_expr_p, tree asmspec_tree, tree attrlist) argument
1084 grokbitfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree width, tree attrlist) argument
H A Ddecl.c4455 check_tag_decl(cp_decl_specifier_seq *declspecs, bool explicit_type_instantiation_p) argument
4601 shadow_tag(cp_decl_specifier_seq *declspecs) argument
4681 start_decl(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, int initialized, tree attributes, tree prefix_attributes, tree *pushed_scope_p) argument
8155 grokvardecl(tree type, tree name, tree orig_declarator, const cp_decl_specifier_seq *declspecs, int initialized, int constp, int template_count, tree scope) argument
8927 grokdeclarator(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, enum decl_context decl_context, int initialized, tree* attrlist) argument
13773 start_function(cp_decl_specifier_seq *declspecs, const cp_declarator *declarator, tree attrs) argument
14445 grokmethod(cp_decl_specifier_seq *declspecs, const cp_declarator *declarator, tree attrlist) argument
[all...]
H A Dparser.c26629 cp_decl_specifier_seq declspecs; local
27209 cp_decl_specifier_seq declspecs; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c4636 tree declspecs, chain; local
7930 tree declspecs; /* "identifier_node", "record_type" */ local
7948 tree declspecs; /* "integer_type", "real_type", "record_type"... */ local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c4103 shadow_tag(const struct c_declspecs *declspecs) argument
4111 shadow_tag_warned(const struct c_declspecs *declspecs, int warned) argument
4474 start_decl(struct c_declarator *declarator, struct c_declspecs *declspecs, bool initialized, tree attributes) argument
5372 grokdeclarator(const struct c_declarator *declarator, struct c_declspecs *declspecs, enum decl_context decl_context, bool initialized, tree *width, tree *decl_attrs, tree *expr, bool *expr_const_operands, enum deprecated_states deprecated_state) argument
7334 grokfield(location_t loc, struct c_declarator *declarator, struct c_declspecs *declspecs, tree width, tree *decl_attrs) argument
8277 start_function(struct c_declspecs *declspecs, struct c_declarator *declarator, tree attributes) argument
[all...]

Completed in 406 milliseconds