/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-expr.c | 658 cond_optional = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_derived_to_class() 873 tree cond = gfc_conv_expr_present (e->symtree->n.sym); in class_scalar_coarray_to_class() 1239 cond = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_class_to_class() 1662 tree present = gfc_conv_expr_present (code->expr1->symtree->n.sym); in gfc_trans_class_init_assign() 1886 gfc_conv_expr_present (gfc_symbol * sym, bool use_saved_desc) in gfc_conv_expr_present() function 1989 present = gfc_conv_expr_present (arg->symtree->n.sym); in gfc_conv_missing_dummy() 5210 tmp = gfc_conv_expr_present (sym); in gfc_conv_subref_array_arg() 5545 cond = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_gfc_desc_to_cfi_desc() 5831 tree cond = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_procedure_call() 5948 tmp = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_procedure_call() [all …]
|
H A D | trans.h | 565 tree gfc_conv_expr_present (gfc_symbol *, bool use_saved_decl = false);
|
H A D | trans-decl.c | 4264 present = gfc_conv_expr_present (sym); in gfc_init_default_dt() 4318 present = gfc_conv_expr_present (f->sym); in init_intent_out_dt() 4345 present = gfc_conv_expr_present (f->sym); in init_intent_out_dt() 4384 tree present = gfc_conv_expr_present (sym); in gfc_null_and_pass_deferred_len() 4402 tree present = gfc_conv_expr_present (sym); in gfc_null_and_pass_deferred_len() 4972 tree present = gfc_conv_expr_present (sym); in gfc_trans_deferred_vars() 6250 not_absent = gfc_conv_expr_present (fsym); in add_argument_checking()
|
H A D | trans-array.c | 4811 gfc_conv_expr_present (expr->symtree->n.sym), in gfc_conv_ss_startstride() 6638 tmp = gfc_conv_expr_present (sym, true); in gfc_trans_g77_array() 6962 tmp = gfc_conv_expr_present (sym, true); in gfc_trans_dummy_array_bias() 7003 tmp = gfc_conv_expr_present (sym); in gfc_trans_dummy_array_bias() 8371 tmp = gfc_conv_expr_present (sym); in gfc_conv_array_parameter() 8451 gfc_conv_expr_present (sym), tmp); in gfc_conv_array_parameter() 8486 gfc_conv_expr_present (sym), tmp); in gfc_conv_array_parameter()
|
H A D | trans-intrinsic.c | 3671 se->expr = gfc_conv_expr_present (arg->symtree->n.sym); in gfc_conv_intrinsic_present() 4661 present = gfc_conv_expr_present (maskexpr->symtree->n.sym); in conv_mask_condition()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-expr.cc | 741 cond_optional = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_derived_to_class() 967 tree cond = gfc_conv_expr_present (e->symtree->n.sym); in class_scalar_coarray_to_class() 1333 cond = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_class_to_class() 1756 tree present = gfc_conv_expr_present (code->expr1->symtree->n.sym); in gfc_trans_class_init_assign() 1980 gfc_conv_expr_present (gfc_symbol * sym, bool use_saved_desc) in gfc_conv_expr_present() function 2083 present = gfc_conv_expr_present (arg->symtree->n.sym); in gfc_conv_missing_dummy() 5309 tmp = gfc_conv_expr_present (sym); in gfc_conv_subref_array_arg() 5531 present = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_gfc_desc_to_cfi_desc() 6265 tree cond = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_procedure_call() 6380 tmp = gfc_conv_expr_present (e->symtree->n.sym); in gfc_conv_procedure_call() [all …]
|
H A D | trans.h | 567 tree gfc_conv_expr_present (gfc_symbol *, bool use_saved_decl = false);
|
H A D | trans-decl.cc | 4298 present = gfc_conv_expr_present (sym); in gfc_init_default_dt() 4352 present = gfc_conv_expr_present (f->sym); in init_intent_out_dt() 4379 present = gfc_conv_expr_present (f->sym); in init_intent_out_dt() 4418 tree present = gfc_conv_expr_present (sym); in gfc_null_and_pass_deferred_len() 4436 tree present = gfc_conv_expr_present (sym); in gfc_null_and_pass_deferred_len() 4903 tree present = gfc_conv_expr_present (sym); in gfc_trans_deferred_vars() 6183 not_absent = gfc_conv_expr_present (fsym); in add_argument_checking()
|
H A D | trans-array.cc | 4919 gfc_conv_expr_present (expr->symtree->n.sym), in gfc_conv_ss_startstride() 6756 tmp = gfc_conv_expr_present (sym, true); in gfc_trans_g77_array() 7080 tmp = gfc_conv_expr_present (sym, true); in gfc_trans_dummy_array_bias() 7121 tmp = gfc_conv_expr_present (sym); in gfc_trans_dummy_array_bias() 8540 tmp = gfc_conv_expr_present (sym); in gfc_conv_array_parameter() 8620 gfc_conv_expr_present (sym), tmp); in gfc_conv_array_parameter() 8655 gfc_conv_expr_present (sym), tmp); in gfc_conv_array_parameter()
|
H A D | ChangeLog-2012 | 563 gfc_conv_expr_present): Handle absent polymorphic arguments. 650 re-setting of the _data by gfc_conv_expr_present. 1333 * trans-expr.c (gfc_conv_expr_present, gfc_conv_variable,
|
H A D | ChangeLog-2020 | 1686 * trans.h (gfc_conv_expr_present): Add use_saved_decl=false argument. 1687 * trans-expr.c (gfc_conv_expr_present): Likewise; use DECL directly
|
H A D | ChangeLog-2004 | 934 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring, 1687 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
|
H A D | ChangeLog-2010 | 1649 * trans-expr.c (gfc_conv_expr_present, gfc_conv_missing_dummy, 2213 * trans-expr.c (gfc_conv_expr_present): Regard nullified 5362 argument. Use gfc_conv_expr_present, remembering to set the
|
H A D | ChangeLog-2013 | 1402 * trans-expr.c (gfc_conv_expr_present,
|
H A D | ChangeLog-2021 | 1524 gfc_conv_expr_present only for dummy variables.
|
H A D | ChangeLog-2017 | 463 (gfc_conv_expr_present): Likewise
|
H A D | trans-intrinsic.cc | 3664 se->expr = gfc_conv_expr_present (arg->symtree->n.sym); in gfc_conv_intrinsic_present() 4810 present = gfc_conv_expr_present (maskexpr->symtree->n.sym); in conv_mask_condition()
|
H A D | ChangeLog-2019 | 435 * trans-expr.c (gfc_conv_expr_present): Check for DECL_ARTIFICIAL
|
H A D | ChangeLog-2005 | 2745 * trans-expr.c (gfc_conv_expr_present): Fix broken assert. Update
|
H A D | ChangeLog-2008 | 3561 * trans-expr.c (gfc_conv_expr_present, gfc_conv_missing_dummy,
|