Home | History | Annotate | Download | only in fortran

Lines Matching defs:memsz

6197   tree memsz;
6221 stat = tmp = memsz = al_vptr = al_len = NULL_TREE;
6761 memsz = tmp;
6771 memsz = fold_build2_loc (input_location, GT_EXPR,
6775 memsz = fold_build3_loc (input_location, COND_EXPR,
6777 memsz, tmp, expr3_esize);
6783 memsz = expr3_esize;
6801 memsz = fold_build2_loc (input_location, MULT_EXPR,
6813 memsz = fold_build2_loc (input_location, MULT_EXPR,
6820 memsz = TYPE_SIZE_UNIT (gfc_typenode_for_spec (&code->ext.alloc.ts));
6823 memsz = TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (se.expr)));
6846 gfc_allocate_allocatable (&se.pre, se.expr, memsz,
6853 gfc_allocate_allocatable (&se.pre, se.expr, memsz,
6857 gfc_allocate_using_malloc (&se.pre, se.expr, memsz, stat);