Lines Matching defs:stmtblock_t
37 stmtblock_t;
43 stmtblock_t pre;
44 stmtblock_t post;
359 stmtblock_t pre;
360 stmtblock_t post;
384 stmtblock_t code[GFC_MAX_DIMENSIONS];
428 tree gfc_resize_class_size_with_len (stmtblock_t *, tree, tree);
445 void gfc_reset_vptr (stmtblock_t *, gfc_expr *);
446 void gfc_reset_len (stmtblock_t *, gfc_expr *);
451 bool gfc_add_finalizer_call (stmtblock_t *, gfc_expr *);
452 bool gfc_add_comp_finalizer_call (stmtblock_t *, tree, gfc_component *, bool);
513 tree gfc_caf_get_image_index (stmtblock_t *, gfc_expr *, tree);
514 void gfc_simple_for_loop (stmtblock_t *, tree, tree, tree, enum tree_code, tree,
520 tree gfc_evaluate_now_loc (location_t, tree, stmtblock_t *);
521 tree gfc_evaluate_now (tree, stmtblock_t *);
522 tree gfc_evaluate_now_function_scope (tree, stmtblock_t *);
533 tree gfc_save_fp_state (stmtblock_t *);
534 void gfc_restore_fp_state (stmtblock_t *, tree);
584 void gfc_conv_string_length (gfc_charlen *, gfc_expr *, stmtblock_t *);
586 void gfc_trans_vla_type_sizes (gfc_symbol *, stmtblock_t *);
589 void gfc_add_expr_to_block (stmtblock_t *, tree);
591 void gfc_prepend_expr_to_block (stmtblock_t *, tree);
593 void gfc_add_block_to_block (stmtblock_t *, stmtblock_t *);
595 void gfc_add_modify_loc (location_t, stmtblock_t *, tree, tree);
596 void gfc_add_modify (stmtblock_t *, tree, tree);
599 void gfc_init_block (stmtblock_t *);
602 void gfc_start_block (stmtblock_t *);
605 tree gfc_finish_block (stmtblock_t *);
607 void gfc_merge_block_scope (stmtblock_t * block);
654 void gfc_init_default_dt (gfc_symbol *, stmtblock_t *, bool);
720 bool get_array_ctor_strlen (stmtblock_t *, gfc_constructor_base, tree *);
733 void gfc_trans_runtime_check (bool, bool, tree, stmtblock_t *, locus *,
738 stmtblock_t*);
744 tree gfc_call_malloc (stmtblock_t *, tree, tree);
750 void gfc_allocate_using_caf_lib (stmtblock_t *, tree, tree, tree, tree, tree,
754 void gfc_allocate_allocatable (stmtblock_t*, tree, tree, tree, tree,
758 void gfc_allocate_using_malloc (stmtblock_t *, tree, tree, tree);
768 tree gfc_call_realloc (stmtblock_t *, tree, tree);