| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-pretty-print.h | 60 virtual void id_expression (tree);
|
| c-pretty-print.h | 60 virtual void id_expression (tree);
|
| c-pretty-print.cc | 426 id_expression (t); 446 id_expression (TYPE_NAME (t)); 523 pp->id_expression (name); 1124 pp->id_expression (TREE_PURPOSE (value)); 1606 c_pretty_printer::id_expression (tree t) 1841 id_expression (TREE_OPERAND (e, 0)); 1603 c_pretty_printer::id_expression (tree t) function in class:c_pretty_printer
|
| c-pretty-print.cc | 426 id_expression (t); 446 id_expression (TYPE_NAME (t)); 523 pp->id_expression (name); 1124 pp->id_expression (TREE_PURPOSE (value)); 1606 c_pretty_printer::id_expression (tree t) 1841 id_expression (TREE_OPERAND (e, 0)); 1603 c_pretty_printer::id_expression (tree t) function in class:c_pretty_printer
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-pretty-print.h | 60 virtual void id_expression (tree);
|
| c-pretty-print.h | 60 virtual void id_expression (tree);
|
| c-pretty-print.cc | 408 id_expression (t); 428 id_expression (TYPE_NAME (t)); 497 pp->id_expression (name); 1075 pp->id_expression (TREE_PURPOSE (value)); 1555 c_pretty_printer::id_expression (tree t) 1779 id_expression (TREE_OPERAND (e, 0)); 1552 c_pretty_printer::id_expression (tree t) function in class:c_pretty_printer
|
| c-pretty-print.cc | 408 id_expression (t); 428 id_expression (TYPE_NAME (t)); 497 pp->id_expression (name); 1075 pp->id_expression (TREE_PURPOSE (value)); 1555 c_pretty_printer::id_expression (tree t) 1779 id_expression (TREE_OPERAND (e, 0)); 1552 c_pretty_printer::id_expression (tree t) function in class:c_pretty_printer
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cxx-pretty-print.h | 40 void id_expression (tree);
|
| cxx-pretty-print.h | 40 void id_expression (tree);
|
| cxx-pretty-print.cc | 336 pp->id_expression (TREE_PURPOSE (value)); 387 cxx_pretty_printer::id_expression (tree t) 404 pp->id_expression (USERDEF_LITERAL_SUFFIX_ID (t)); 470 id_expression (t); 1668 id_expression (DECL_NAME (t)); 2312 pp->id_expression (t); 386 cxx_pretty_printer::id_expression (tree t) function in class:cxx_pretty_printer
|
| cxx-pretty-print.cc | 336 pp->id_expression (TREE_PURPOSE (value)); 387 cxx_pretty_printer::id_expression (tree t) 404 pp->id_expression (USERDEF_LITERAL_SUFFIX_ID (t)); 470 id_expression (t); 1668 id_expression (DECL_NAME (t)); 2312 pp->id_expression (t); 386 cxx_pretty_printer::id_expression (tree t) function in class:cxx_pretty_printer
|
| semantics.cc | 3988 /* ID_EXPRESSION is a representation of parsed, but unprocessed, 3991 ID_EXPRESSION. DECL is the entity to which that name has been 4022 finish_id_expression_1 (tree id_expression, 4042 if (id_expression == error_mark_node) 4059 && !(identifier_p (id_expression) 4060 && IDENTIFIER_CONV_OP_P (id_expression) 4061 && dependent_type_p (TREE_TYPE (id_expression)))))) 4066 qualified_name_lookup_error (scope, id_expression, decl, location); 4073 return id_expression; 4076 decl = id_expression; [all...] |
| semantics.cc | 3988 /* ID_EXPRESSION is a representation of parsed, but unprocessed, 3991 ID_EXPRESSION. DECL is the entity to which that name has been 4022 finish_id_expression_1 (tree id_expression, 4042 if (id_expression == error_mark_node) 4059 && !(identifier_p (id_expression) 4060 && IDENTIFIER_CONV_OP_P (id_expression) 4061 && dependent_type_p (TREE_TYPE (id_expression)))))) 4066 qualified_name_lookup_error (scope, id_expression, decl, location); 4073 return id_expression; 4076 decl = id_expression; [all...] |
| parser.cc | 5753 goto id_expression; 5905 id_expression: 5906 cp_expr id_expression; 5914 id_expression 5921 if (id_expression == error_mark_node) 5934 if (TREE_CODE (id_expression) == TEMPLATE_ID_EXPR 5935 || TREE_CODE (id_expression) == TYPE_DECL) 5936 decl = id_expression; 5952 decl = cp_parser_lookup_name (parser, id_expression, 5958 id_expression.get_location ()) [all...] |
| parser.cc | 5753 goto id_expression; 5905 id_expression: 5906 cp_expr id_expression; 5914 id_expression 5921 if (id_expression == error_mark_node) 5934 if (TREE_CODE (id_expression) == TEMPLATE_ID_EXPR 5935 || TREE_CODE (id_expression) == TYPE_DECL) 5936 decl = id_expression; 5952 decl = cp_parser_lookup_name (parser, id_expression, 5958 id_expression.get_location ()) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cxx-pretty-print.h | 40 void id_expression (tree) final override;
|
| cxx-pretty-print.h | 40 void id_expression (tree) final override;
|
| cxx-pretty-print.cc | 336 pp->id_expression (TREE_PURPOSE (value)); 387 cxx_pretty_printer::id_expression (tree t) 404 pp->id_expression (USERDEF_LITERAL_SUFFIX_ID (t)); 470 id_expression (t); 1694 id_expression (DECL_NAME (t)); 2339 pp->id_expression (t); 386 cxx_pretty_printer::id_expression (tree t) function in class:cxx_pretty_printer
|
| cxx-pretty-print.cc | 336 pp->id_expression (TREE_PURPOSE (value)); 387 cxx_pretty_printer::id_expression (tree t) 404 pp->id_expression (USERDEF_LITERAL_SUFFIX_ID (t)); 470 id_expression (t); 1694 id_expression (DECL_NAME (t)); 2339 pp->id_expression (t); 386 cxx_pretty_printer::id_expression (tree t) function in class:cxx_pretty_printer
|
| semantics.cc | 4367 /* ID_EXPRESSION is a representation of parsed, but unprocessed, 4370 ID_EXPRESSION. DECL is the entity to which that name has been 4401 finish_id_expression_1 (tree id_expression, 4421 if (id_expression == error_mark_node) 4438 && !(identifier_p (id_expression) 4439 && IDENTIFIER_CONV_OP_P (id_expression) 4440 && dependent_type_p (TREE_TYPE (id_expression)))))) 4445 qualified_name_lookup_error (scope, id_expression, decl, location); 4452 return id_expression; 4455 decl = id_expression; [all...] |
| semantics.cc | 4367 /* ID_EXPRESSION is a representation of parsed, but unprocessed, 4370 ID_EXPRESSION. DECL is the entity to which that name has been 4401 finish_id_expression_1 (tree id_expression, 4421 if (id_expression == error_mark_node) 4438 && !(identifier_p (id_expression) 4439 && IDENTIFIER_CONV_OP_P (id_expression) 4440 && dependent_type_p (TREE_TYPE (id_expression)))))) 4445 qualified_name_lookup_error (scope, id_expression, decl, location); 4452 return id_expression; 4455 decl = id_expression; [all...] |
| parser.cc | 6038 goto id_expression; 6167 id_expression: 6168 cp_expr id_expression; 6176 id_expression 6183 if (id_expression == error_mark_node) 6196 if (TREE_CODE (id_expression) == TEMPLATE_ID_EXPR 6197 || TREE_CODE (id_expression) == TYPE_DECL) 6198 decl = id_expression; 6214 decl = cp_parser_lookup_name (parser, id_expression, 6220 id_expression.get_location ()) [all...] |
| parser.cc | 6038 goto id_expression; 6167 id_expression: 6168 cp_expr id_expression; 6176 id_expression 6183 if (id_expression == error_mark_node) 6196 if (TREE_CODE (id_expression) == TEMPLATE_ID_EXPR 6197 || TREE_CODE (id_expression) == TYPE_DECL) 6198 decl = id_expression; 6214 decl = cp_parser_lookup_name (parser, id_expression, 6220 id_expression.get_location ()) [all...] |
| error.cc | 2986 pp->id_expression (t);
|