HomeSort by: relevance | last modified time | path
    Searched refs:c_parm (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 560 struct c_parm { struct
671 extern tree grokparm (const struct c_parm *, tree *);
677 extern void push_parm_decl (const struct c_parm *, tree *);
701 extern struct c_parm *build_c_parm (struct c_declspecs *, tree,
c-decl.cc 6160 grokparm (const struct c_parm *parm, tree *expr)
6191 get_parm_array_spec (const struct c_parm *parm, tree attrs)
6356 push_parm_decl (const struct c_parm *parm, tree *expr)
11662 /* Return a c_parm structure with the given SPECS, ATTRS and DECLARATOR. */
11664 struct c_parm *
11669 struct c_parm *ret = XOBNEW (&parser_obstack, struct c_parm);
c-parser.cc 1651 static struct c_parm *c_parser_parameter_declaration (c_parser *, tree, bool);
4944 struct c_parm *parm = c_parser_parameter_declaration (parser, attrs,
5004 static struct c_parm *
13596 struct c_parm *parm;
13749 struct c_parm *parm;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 506 struct c_parm { struct
609 extern tree grokparm (const struct c_parm *, tree *);
615 extern void push_parm_decl (const struct c_parm *, tree *);
638 extern struct c_parm *build_c_parm (struct c_declspecs *, tree,
c-decl.cc 5750 grokparm (const struct c_parm *parm, tree *expr)
5781 get_parm_array_spec (const struct c_parm *parm, tree attrs)
5946 push_parm_decl (const struct c_parm *parm, tree *expr)
10723 /* Return a c_parm structure with the given SPECS, ATTRS and DECLARATOR. */
10725 struct c_parm *
10730 struct c_parm *ret = XOBNEW (&parser_obstack, struct c_parm);
c-parser.cc 1515 static struct c_parm *c_parser_parameter_declaration (c_parser *, tree, bool);
4294 struct c_parm *parm = c_parser_parameter_declaration (parser, attrs,
4354 static struct c_parm *
11521 struct c_parm *parm;
11674 struct c_parm *parm;

Completed in 71 milliseconds