Home
last modified time | relevance | path

Searched refs:expr_ref_len (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc6677 gfc_expr *expr_ref_vptr, *expr_ref_len; in gfc_trans_allocate() local
6691 expr_ref_len = gfc_copy_expr (al->expr); in gfc_trans_allocate()
6692 gfc_add_len_component (expr_ref_len); in gfc_trans_allocate()
6693 gfc_conv_expr (&se, expr_ref_len); in gfc_trans_allocate()
6695 gfc_free_expr (expr_ref_len); in gfc_trans_allocate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-stmt.c6644 gfc_expr *expr_ref_vptr, *expr_ref_len; in gfc_trans_allocate() local
6658 expr_ref_len = gfc_copy_expr (al->expr); in gfc_trans_allocate()
6659 gfc_add_len_component (expr_ref_len); in gfc_trans_allocate()
6660 gfc_conv_expr (&se, expr_ref_len); in gfc_trans_allocate()
6662 gfc_free_expr (expr_ref_len); in gfc_trans_allocate()