Home
last modified time | relevance | path

Searched refs:gfc_conv_expr_present (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c658 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 Dtrans.h565 tree gfc_conv_expr_present (gfc_symbol *, bool use_saved_decl = false);
H A Dtrans-decl.c4264 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 Dtrans-array.c4811 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 Dtrans-intrinsic.c3671 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 Dtrans-expr.cc741 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 Dtrans.h567 tree gfc_conv_expr_present (gfc_symbol *, bool use_saved_decl = false);
H A Dtrans-decl.cc4298 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 Dtrans-array.cc4919 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 DChangeLog-2012563 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 DChangeLog-20201686 * 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 DChangeLog-2004934 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
1687 * trans-expr.c (gfc_conv_expr_present, gfc_conv_substring,
H A DChangeLog-20101649 * 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 DChangeLog-20131402 * trans-expr.c (gfc_conv_expr_present,
H A DChangeLog-20211524 gfc_conv_expr_present only for dummy variables.
H A DChangeLog-2017463 (gfc_conv_expr_present): Likewise
H A Dtrans-intrinsic.cc3664 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 DChangeLog-2019435 * trans-expr.c (gfc_conv_expr_present): Check for DECL_ARTIFICIAL
H A DChangeLog-20052745 * trans-expr.c (gfc_conv_expr_present): Fix broken assert. Update
H A DChangeLog-20083561 * trans-expr.c (gfc_conv_expr_present, gfc_conv_missing_dummy,