Lines Matching refs:gfc_expr
257 gfc_expr *expr;
427 gfc_expr * gfc_find_and_cut_at_last_class_ref (gfc_expr *, bool is_mold = false);
444 void gfc_reset_vptr (stmtblock_t *, gfc_expr *);
445 void gfc_reset_len (stmtblock_t *, gfc_expr *);
446 tree gfc_get_class_from_gfc_expr (gfc_expr *);
451 bool gfc_add_finalizer_call (stmtblock_t *, gfc_expr *);
454 void gfc_conv_derived_to_class (gfc_se *, gfc_expr *, gfc_typespec, tree, bool,
456 void gfc_conv_class_to_class (gfc_se *, gfc_expr *, gfc_typespec, bool, bool,
499 void gfc_conv_expr (gfc_se * se, gfc_expr * expr);
500 void gfc_conv_expr_val (gfc_se * se, gfc_expr * expr);
501 void gfc_conv_expr_lhs (gfc_se * se, gfc_expr * expr);
502 void gfc_conv_expr_reference (gfc_se * se, gfc_expr * expr);
503 void gfc_conv_expr_type (gfc_se * se, gfc_expr *, tree);
508 tree gfc_get_ultimate_alloc_ptr_comps_caf_token (gfc_se *, gfc_expr *);
509 void gfc_conv_scalar_char_value (gfc_symbol *sym, gfc_se *se, gfc_expr **expr);
511 tree gfc_get_tree_for_caf_expr (gfc_expr *);
512 void gfc_get_caf_token_offset (gfc_se*, tree *, tree *, tree, tree, gfc_expr *);
513 tree gfc_caf_get_image_index (stmtblock_t *, gfc_expr *, tree);
516 void gfc_conv_label_variable (gfc_se * se, gfc_expr * expr);
529 void gfc_conv_intrinsic_function (gfc_se *, gfc_expr *);
530 bool gfc_conv_ieee_arithmetic_function (gfc_se *, gfc_expr *);
534 bool gfc_expr_is_variable (gfc_expr *);
539 int gfc_is_intrinsic_libcall (gfc_expr *);
544 gfc_expr *, vec<tree, va_gc> *);
546 void gfc_conv_subref_array_arg (gfc_se *, gfc_expr *, int, sym_intent, bool,
552 void gfc_conv_is_contiguous_expr (gfc_se *, gfc_expr *);
562 void gfc_conv_structure (gfc_se *, gfc_expr *, int);
567 void gfc_conv_missing_dummy (gfc_se *, gfc_expr *, gfc_typespec, int);
580 tree gfc_get_expr_charlen (gfc_expr *);
582 void gfc_conv_string_length (gfc_charlen *, gfc_expr *, stmtblock_t *);
646 tree gfc_conv_initializer (gfc_expr *, gfc_typespec *, tree, bool, bool, bool);
750 tree, tree, tree, gfc_expr*, int);
757 gfc_expr *, int, tree a = NULL_TREE,
759 tree gfc_deallocate_scalar_with_status (tree, tree, tree, bool, gfc_expr*,
766 tree gfc_trans_structure_assign (tree, gfc_expr *, bool, bool c = false);
769 tree gfc_trans_assignment (gfc_expr *, gfc_expr *, bool, bool, bool p = false,
773 tree gfc_trans_pointer_assignment (gfc_expr *, gfc_expr *);
1129 gfc_expr *expr;
1151 gfc_symbol *, gfc_se *, gfc_expr *);
1155 gfc_se *, gfc_expr *);