Home
last modified time | relevance | path

Searched refs:cp_parser_flags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c1829 typedef int cp_parser_flags; typedef
2180 (cp_parser *, cp_parser_flags, cp_decl_specifier_seq *, int *);
2186 (cp_parser *, cp_parser_flags, cp_decl_specifier_seq *, bool,
2189 (cp_parser *, cp_decl_specifier_seq *, cp_parser_flags);
2234 (cp_parser *, cp_parser_flags, cp_decl_specifier_seq *,
2238 (cp_parser *, cp_parser_declarator_kind, cp_parser_flags, int *, bool *,
2241 (cp_parser *, cp_parser_declarator_kind, cp_parser_flags, int *, bool, bool,
2258 (cp_parser *, cp_parser_flags = CP_PARSER_FLAGS_NONE, location_t * = NULL);
2263 (cp_parser *, cp_parser_flags, bool, bool, location_t *);
2265 (cp_parser *, cp_parser_flags, bool, bool, cp_decl_specifier_seq *);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc1930 typedef int cp_parser_flags; typedef
2303 (cp_parser *, cp_parser_flags, cp_decl_specifier_seq *, int *);
2309 (cp_parser *, cp_parser_flags, cp_decl_specifier_seq *, bool,
2312 (cp_parser *, cp_decl_specifier_seq *, cp_parser_flags);
2359 (cp_parser *, cp_parser_flags, cp_decl_specifier_seq *,
2363 (cp_parser *, cp_parser_declarator_kind, cp_parser_flags, int *, bool *,
2366 (cp_parser *, cp_parser_declarator_kind, cp_parser_flags, int *, bool, bool,
2383 (cp_parser *, cp_parser_flags = CP_PARSER_FLAGS_NONE, location_t * = NULL);
2388 (cp_parser *, cp_parser_flags, bool, bool, location_t *);
2390 (cp_parser *, cp_parser_flags, bool, bool, cp_decl_specifier_seq *);
[all …]
H A DChangeLog-20092584 * parser.c (enum cp_parser_flags): Remove enum tag.
2767 (cp_parser_flags): Typedef to int rather than enum type.