| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-pretty-print.c | 396 id_expression (t); in simple_type_specifier() 416 id_expression (TYPE_NAME (t)); in simple_type_specifier() 485 pp->id_expression (name); in pp_c_specifier_qualifier_list() 1010 pp->id_expression (TREE_PURPOSE (value)); in pp_c_enumeration_constant() 1455 c_pretty_printer::id_expression (tree t) in id_expression() function 1676 id_expression (TREE_OPERAND (e, 0)); in postfix_expression()
|
| H A D | c-pretty-print.h | 60 virtual void id_expression (tree);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cxx-pretty-print.h | 40 void id_expression (tree);
|
| H A D | cxx-pretty-print.cc | 335 pp->id_expression (TREE_PURPOSE (value)); in pp_cxx_enumeration_constant() 386 cxx_pretty_printer::id_expression (tree t) in id_expression() function in cxx_pretty_printer 403 pp->id_expression (USERDEF_LITERAL_SUFFIX_ID (t)); in pp_cxx_userdef_literal() 469 id_expression (t); in primary_expression() 1667 id_expression (DECL_NAME (t)); in direct_declarator() 2311 pp->id_expression (t); in pp_cxx_constrained_type_spec()
|
| H A D | semantics.cc | 4017 finish_id_expression_1 (tree id_expression, in finish_id_expression_1() argument 4037 if (id_expression == error_mark_node) in finish_id_expression_1() 4054 && !(identifier_p (id_expression) in finish_id_expression_1() 4055 && IDENTIFIER_CONV_OP_P (id_expression) in finish_id_expression_1() 4056 && dependent_type_p (TREE_TYPE (id_expression)))))) in finish_id_expression_1() 4061 qualified_name_lookup_error (scope, id_expression, decl, location); in finish_id_expression_1() 4068 return id_expression; in finish_id_expression_1() 4071 decl = id_expression; in finish_id_expression_1() 4078 if (!scope && decl != error_mark_node && identifier_p (id_expression)) in finish_id_expression_1() 4079 maybe_note_name_used_in_class (id_expression, decl); in finish_id_expression_1() [all …]
|
| H A D | parser.cc | 5751 goto id_expression; in cp_parser_primary_expression() 5903 id_expression: in cp_parser_primary_expression() 5904 cp_expr id_expression; in cp_parser_primary_expression() 5912 id_expression in cp_parser_primary_expression() 5919 if (id_expression == error_mark_node) in cp_parser_primary_expression() 5932 if (TREE_CODE (id_expression) == TEMPLATE_ID_EXPR in cp_parser_primary_expression() 5933 || TREE_CODE (id_expression) == TYPE_DECL) in cp_parser_primary_expression() 5934 decl = id_expression; in cp_parser_primary_expression() 5950 decl = cp_parser_lookup_name (parser, id_expression, in cp_parser_primary_expression() 5956 id_expression.get_location ()); in cp_parser_primary_expression() [all …]
|
| H A D | ChangeLog-2013 | 1616 * cxx-pretty-print.h (cxx_pretty_printer::id_expression): Declare. 1617 * cxx-pretty-print.c (cxx_pretty_printer::id_expression): Rename 1623 id_expression.
|
| H A D | error.cc | 2909 pp->id_expression (t); in dump_expr()
|
| H A D | ChangeLog-2017 | 3962 (pp_cxx_qualified_id, cxx_pretty_printer::id_expression, 5580 finish_id_expression, pass location of id_expression rather
|
| H A D | ChangeLog | 425 returning id_expression.
|
| H A D | ChangeLog-2015 | 308 "lam", "id_expression", "decl".
|
| H A D | ChangeLog-2018 | 676 id_expression.get_location () instead of id_expr_token->location.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cxx-pretty-print.h | 40 void id_expression (tree);
|
| H A D | cxx-pretty-print.c | 334 pp->id_expression (TREE_PURPOSE (value)); in pp_cxx_enumeration_constant() 385 cxx_pretty_printer::id_expression (tree t) in id_expression() function 402 pp->id_expression (USERDEF_LITERAL_SUFFIX_ID (t)); in pp_cxx_userdef_literal() 468 id_expression (t); in primary_expression() 1642 id_expression (DECL_NAME (t)); in direct_declarator() 2340 pp->id_expression (t); in pp_cxx_constrained_type_spec()
|
| H A D | semantics.c | 3684 finish_id_expression_1 (tree id_expression, in finish_id_expression_1() argument 3704 if (id_expression == error_mark_node) in finish_id_expression_1() 3721 && !(identifier_p (id_expression) in finish_id_expression_1() 3722 && IDENTIFIER_CONV_OP_P (id_expression) in finish_id_expression_1() 3723 && dependent_type_p (TREE_TYPE (id_expression)))))) in finish_id_expression_1() 3728 qualified_name_lookup_error (scope, id_expression, decl, location); in finish_id_expression_1() 3735 return id_expression; in finish_id_expression_1() 3738 decl = id_expression; in finish_id_expression_1() 3745 if (!scope && decl != error_mark_node && identifier_p (id_expression)) in finish_id_expression_1() 3746 maybe_note_name_used_in_class (id_expression, decl); in finish_id_expression_1() [all …]
|
| H A D | parser.c | 5471 goto id_expression; in cp_parser_primary_expression() 5619 id_expression: in cp_parser_primary_expression() 5620 cp_expr id_expression; in cp_parser_primary_expression() 5628 id_expression in cp_parser_primary_expression() 5635 if (id_expression == error_mark_node) in cp_parser_primary_expression() 5648 if (TREE_CODE (id_expression) == TEMPLATE_ID_EXPR in cp_parser_primary_expression() 5649 || TREE_CODE (id_expression) == TYPE_DECL) in cp_parser_primary_expression() 5650 decl = id_expression; in cp_parser_primary_expression() 5666 decl = cp_parser_lookup_name (parser, id_expression, in cp_parser_primary_expression() 5672 id_expression.get_location ()); in cp_parser_primary_expression() [all …]
|
| H A D | error.c | 2823 pp->id_expression (t); in dump_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-pretty-print.h | 60 virtual void id_expression (tree);
|
| H A D | c-pretty-print.cc | 406 id_expression (t); in simple_type_specifier() 426 id_expression (TYPE_NAME (t)); in simple_type_specifier() 495 pp->id_expression (name); in pp_c_specifier_qualifier_list() 1072 pp->id_expression (TREE_PURPOSE (value)); in pp_c_enumeration_constant() 1552 c_pretty_printer::id_expression (tree t) in id_expression() function in c_pretty_printer 1776 id_expression (TREE_OPERAND (e, 0)); in postfix_expression()
|
| H A D | ChangeLog | 10611 * c-pretty-print.h (c_pretty_printer::id_expression): Now a 10615 * c-pretty-print.c (c_pretty_printer::id_expression): Rename from 10618 (c_pretty_printer::c_pretty_printer): Do not assign to id_expression.
|