| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | ChangeLog-2008 | 904 EXPR_COMPCALL expressions. 1005 (gfc_expr): Document EXPR_COMPCALL. 1008 (show_expr): Call it for EXPR_COMPCALL. 1151 * gfortran.h (enum expr_t): New value `EXPR_COMPCALL'. 1153 (struct gfc_expr): New union-member `compcall' for EXPR_COMPCALL. 1158 * expr.c (free_expr0), (gfc_copy_expr): Handle EXPR_COMPCALL. 1162 (gfc_simplify_expr): gcc_unreachable for EXPR_COMPCALL. 1166 (expr_types): Add EXPR_COMPCALL. 1167 (mio_expr): gcc_unreachable for EXPR_COMPCALL. 1177 (gfc_resolve_expr): Handle EXPR_COMPCALL. [all …]
|
| H A D | gfc-internals.texi | 500 procedures; those have the @code{expr_type} @code{EXPR_COMPCALL} with 667 nodes of type @code{EXPR_COMPCALL}. Their @code{value.compcall.actual} saves 681 expression of type @code{EXPR_COMPCALL} of the same structure as mentioned above
|
| H A D | expr.cc | 386 case EXPR_COMPCALL: in gfc_copy_expr() 489 case EXPR_COMPCALL: in free_expr0() 1058 case EXPR_COMPCALL: in gfc_is_constant_expr() 2355 case EXPR_COMPCALL: in gfc_simplify_expr() 5387 case EXPR_COMPCALL: in gfc_traverse_expr()
|
| H A D | dump-parse-tree.cc | 492 gcc_assert (p->expr_type == EXPR_COMPCALL); in show_compcall() 745 case EXPR_COMPCALL: in show_expr()
|
| H A D | module.cc | 3593 minit ("COMPCALL", EXPR_COMPCALL), 3935 case EXPR_COMPCALL: in mio_expr()
|
| H A D | gfortran.h | 180 EXPR_SUBSTRING, EXPR_STRUCTURE, EXPR_ARRAY, EXPR_NULL, EXPR_COMPCALL, EXPR_PPC enumerator
|
| H A D | resolve.cc | 5554 gcc_assert (e->expr_type != EXPR_COMPCALL); in gfc_expression_rank() 6312 gcc_assert (e->expr_type == EXPR_COMPCALL); in extract_compcall_passed_object() 6499 gcc_assert (e->expr_type == EXPR_COMPCALL); in resolve_typebound_static() 6600 gcc_assert (e->expr_type == EXPR_COMPCALL); in resolve_typebound_generic_call() 7230 case EXPR_COMPCALL: in gfc_resolve_expr()
|
| H A D | primary.cc | 2361 primary->expr_type = EXPR_COMPCALL; in gfc_match_varspec()
|
| H A D | trans-expr.cc | 2488 case EXPR_COMPCALL: in flatten_array_ctors_without_strlen() 4856 case EXPR_COMPCALL: in gfc_apply_interface_mapping_to_expr() 11133 if (expr->expr_type == EXPR_COMPCALL) in gfc_expr_is_variable()
|
| H A D | match.cc | 4993 if (base->expr_type == EXPR_COMPCALL) in match_typebound_call()
|
| H A D | check.cc | 4590 || a->expr_type == EXPR_COMPCALL in gfc_check_rank()
|
| H A D | frontend-passes.cc | 5245 case EXPR_COMPCALL: in gfc_expr_walker()
|
| H A D | interface.cc | 4516 e->expr_type = EXPR_COMPCALL; in build_compcall_for_operator()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | gfc-internals.texi | 500 procedures; those have the @code{expr_type} @code{EXPR_COMPCALL} with 667 nodes of type @code{EXPR_COMPCALL}. Their @code{value.compcall.actual} saves 681 expression of type @code{EXPR_COMPCALL} of the same structure as mentioned above
|
| H A D | expr.c | 385 case EXPR_COMPCALL: in gfc_copy_expr() 488 case EXPR_COMPCALL: in free_expr0() 1050 case EXPR_COMPCALL: in gfc_is_constant_expr() 2329 case EXPR_COMPCALL: in gfc_simplify_expr() 5347 case EXPR_COMPCALL: in gfc_traverse_expr()
|
| H A D | dump-parse-tree.c | 467 gcc_assert (p->expr_type == EXPR_COMPCALL); in show_compcall() 720 case EXPR_COMPCALL: in show_expr()
|
| H A D | gfortran.h | 146 EXPR_SUBSTRING, EXPR_STRUCTURE, EXPR_ARRAY, EXPR_NULL, EXPR_COMPCALL, EXPR_PPC enumerator
|
| H A D | module.c | 3442 minit ("COMPCALL", EXPR_COMPCALL), 3784 case EXPR_COMPCALL: in mio_expr()
|
| H A D | resolve.c | 5469 gcc_assert (e->expr_type != EXPR_COMPCALL); in gfc_expression_rank() 6190 gcc_assert (e->expr_type == EXPR_COMPCALL); in extract_compcall_passed_object() 6377 gcc_assert (e->expr_type == EXPR_COMPCALL); in resolve_typebound_static() 6478 gcc_assert (e->expr_type == EXPR_COMPCALL); in resolve_typebound_generic_call() 7108 case EXPR_COMPCALL: in gfc_resolve_expr()
|
| H A D | primary.c | 2373 primary->expr_type = EXPR_COMPCALL; in gfc_match_varspec()
|
| H A D | trans-expr.c | 2394 case EXPR_COMPCALL: in flatten_array_ctors_without_strlen() 4767 case EXPR_COMPCALL: in gfc_apply_interface_mapping_to_expr() 10595 if (expr->expr_type == EXPR_COMPCALL) in gfc_expr_is_variable()
|
| H A D | check.c | 4571 || a->expr_type == EXPR_COMPCALL in gfc_check_rank()
|
| H A D | interface.c | 4313 e->expr_type = EXPR_COMPCALL; in build_compcall_for_operator()
|
| H A D | match.c | 4952 if (base->expr_type == EXPR_COMPCALL) in match_typebound_call()
|
| H A D | frontend-passes.c | 4965 case EXPR_COMPCALL: in gfc_expr_walker()
|