Searched refs:start_decl (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-tree.h457 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
H A Dgenautomata.c2807 loop_in_regexp (regexp_t regexp, decl_t start_decl)
2819 if (start_decl->mode == dm_reserv
2820 && REGEXP_RESERV (regexp)->reserv_decl == DECL_RESERV (start_decl))
2831 start_decl);
2836 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
2842 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl))
2848 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl))
2853 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl);
2798 loop_in_regexp(regexp_t regexp, decl_t start_decl) argument
H A Dc-parser.c1253 d = start_decl (declarator, specs, true,
1270 tree d = start_decl (declarator, specs, false,
H A Dc-decl.c3913 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs,
4128 /* If `start_decl' didn't like having an initialization, ignore it now. */
4480 /* We do not use start_decl here because we have a type, not a declarator;
5978 reset later in start_decl. */
3892 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-tree.h473 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
H A Dgenautomata.c3202 loop_in_regexp (regexp_t regexp, decl_t start_decl)
3214 if (start_decl->mode == dm_reserv
3215 && REGEXP_RESERV (regexp)->reserv_decl == DECL_RESERV (start_decl))
3226 start_decl);
3231 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
3237 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl))
3243 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl))
3248 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl);
3194 loop_in_regexp(regexp_t regexp, decl_t start_decl) argument
H A Dc-parser.c1211 d = start_decl (declarator, specs, true,
1226 tree d = start_decl (declarator, specs, false,
H A Dc-decl.c3142 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs,
3318 /* If `start_decl' didn't like having an initialization, ignore it now. */
3667 /* We do not use start_decl here because we have a type, not a declarator;
4758 reset later in start_decl. */
3125 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h4214 /* Used with start_decl's initialized parameter. */
4682 extern tree start_decl (const cp_declarator *, cp_decl_specifier_seq *, int, tree, tree, tree *);
H A Dparser.c8178 decl = start_decl (declarator, &type_specifiers,
13625 /* Because start_decl has side-effects, we should only call it if we
13651 decl = start_decl (declarator, decl_specifiers,
22311 decl = start_decl (declarator, &type_specifiers,
H A Ddecl.c4102 start_decl (const cp_declarator *declarator,
4382 /* else we already gave an error in start_decl. */
7648 INITIALIZED is as for start_decl.
4091 start_decl (const cp_declarator *declarator, function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dcp-tree.h3879 extern tree start_decl (const cp_declarator *, cp_decl_specifier_seq *, int, tree, tree, tree *);
H A Dparser.c6631 decl = start_decl (declarator, &type_specifiers,
11097 /* Because start_decl has side-effects, we should only call it if we
11123 decl = start_decl (declarator, decl_specifiers,
H A Ddecl.c3685 start_decl (const cp_declarator *declarator,
3900 /* else we already gave an error in start_decl. */
4620 /* If `start_decl' didn't like having an initialization, ignore it now. */
3674 start_decl (const cp_declarator *declarator, function

Completed in 672 milliseconds