Searched refs:shape_size (Results 1 – 4 of 4) sorted by relevance
4689 int shape_size; in gfc_check_reshape() local4708 shape_size = mpz_get_ui (size); in gfc_check_reshape()4711 if (shape_size <= 0) in gfc_check_reshape()4718 else if (shape_size > GFC_MAX_DIMENSIONS) in gfc_check_reshape()4732 for (i = 0; i < shape_size; ++i) in gfc_check_reshape()4779 if (order_size != shape_size) in gfc_check_reshape()4785 order_size, shape_size); in gfc_check_reshape()
6861 int order_size, shape_size; in gfc_simplify_reshape() local6871 shape_size = mpz_get_ui (size); in gfc_simplify_reshape()6876 if (order_size != shape_size) in gfc_simplify_reshape()
4670 int shape_size; in gfc_check_reshape() local4689 shape_size = mpz_get_ui (size); in gfc_check_reshape()4692 if (shape_size <= 0) in gfc_check_reshape()4699 else if (shape_size > GFC_MAX_DIMENSIONS) in gfc_check_reshape()4713 for (i = 0; i < shape_size; ++i) in gfc_check_reshape()4760 if (order_size != shape_size) in gfc_check_reshape()4766 order_size, shape_size); in gfc_check_reshape()
6729 int order_size, shape_size; in gfc_simplify_reshape() local6739 shape_size = mpz_get_ui (size); in gfc_simplify_reshape()6744 if (order_size != shape_size) in gfc_simplify_reshape()