Home
last modified time | relevance | path

Searched refs:new_declarator (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dparse.y406 %type <ttype> new_declarator direct_new_declarator
2854 type_specifier_seq new_declarator
3264 new_declarator:
3265 '*' cv_qualifiers new_declarator
3269 | '&' cv_qualifiers new_declarator %prec EMPTY
3277 | ptr_to_mem cv_qualifiers new_declarator
DChangeLog.17785 (new_type_id, new_declarator, direct_new_declarator,
/openbsd/src/gnu/gcc/gcc/cp/
Dparser.c5293 cp_declarator *new_declarator; in cp_parser_new_type_id() local
5312 new_declarator = cp_parser_new_declarator_opt (parser); in cp_parser_new_type_id()
5318 declarator = new_declarator; in cp_parser_new_type_id()
5344 new_declarator = NULL; in cp_parser_new_type_id()
5347 type = groktypename (&type_specifier_seq, new_declarator); in cp_parser_new_type_id()
DChangeLog-19944345 (new_type_id, new_declarator, direct_new_declarator,