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

/freebsd-9.3-release/contrib/gcc/
H A Dc-tree.h488 extern tree start_decl (struct c_declarator *, struct c_declspecs *, bool,
H A Dgenautomata.c2779 loop_in_regexp (regexp_t regexp, decl_t start_decl)
2791 if (start_decl->mode == dm_reserv
2792 && REGEXP_RESERV (regexp)->reserv_decl == DECL_RESERV (start_decl))
2803 start_decl);
2808 if (loop_in_regexp (REGEXP_SEQUENCE (regexp)->regexps [i], start_decl))
2814 if (loop_in_regexp (REGEXP_ALLOF (regexp)->regexps [i], start_decl))
2820 if (loop_in_regexp (REGEXP_ONEOF (regexp)->regexps [i], start_decl))
2825 return loop_in_regexp (REGEXP_REPEAT (regexp)->regexp, start_decl);
2770 loop_in_regexp(regexp_t regexp, decl_t start_decl) argument
H A Dc-parser.c1339 d = start_decl (declarator, specs, true,
1354 tree d = start_decl (declarator, specs, false,
H A Dc-decl.c3247 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs,
3492 /* If `start_decl' didn't like having an initialization, ignore it now. */
3830 /* We do not use start_decl here because we have a type, not a declarator;
5037 reset later in start_decl. */
3230 start_decl (struct c_declarator *declarator, struct c_declspecs *declspecs, function
/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c6751 decl = start_decl (declarator, &type_specifiers,
11327 /* Because start_decl has side-effects, we should only call it if we
11353 decl = start_decl (declarator, decl_specifiers,
18951 decl = start_decl (declarator, &type_specifiers,
H A Dcp-tree.h3934 extern tree start_decl (const cp_declarator *, cp_decl_specifier_seq *, int, tree, tree, tree *);
H A Ddecl.c3847 start_decl (const cp_declarator *declarator,
4109 /* else we already gave an error in start_decl. */
3836 start_decl (const cp_declarator *declarator, function

Completed in 267 milliseconds