Searched refs:realloc_lhs (Results 1 – 4 of 4) sorted by relevance
4157 tree realloc_lhs = get_realloc_lhs (stmt, &realloc_ptr); in check_pointer_uses() local4184 if (realloc_lhs) in check_pointer_uses()4197 if (m_ptr_qry.rvals->range_of_expr (vr, realloc_lhs, use_stmt)) in check_pointer_uses()
7005 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local7011 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()7062 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local7068 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()
6972 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local6978 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()7029 int realloc_lhs = flag_realloc_lhs; in gfc_trans_allocate() local7035 flag_realloc_lhs = realloc_lhs; in gfc_trans_allocate()
4392 defm realloc_lhs : BooleanFFlag<"realloc-lhs">, Group<gfortran_Group>;