Searched refs:tmp_type (Results 1 – 4 of 4) sorted by relevance
229 struct type *tmp_type; in f77_create_arrayprint_offset_tbl() local234 tmp_type = type; in f77_create_arrayprint_offset_tbl()236 while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)) in f77_create_arrayprint_offset_tbl()238 if (TYPE_ARRAY_UPPER_BOUND_TYPE (tmp_type) == BOUND_CANNOT_BE_DETERMINED) in f77_create_arrayprint_offset_tbl()241 retcode = f77_get_dynamic_upperbound (tmp_type, &upper); in f77_create_arrayprint_offset_tbl()245 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower); in f77_create_arrayprint_offset_tbl()251 tmp_type = TYPE_TARGET_TYPE (tmp_type); in f77_create_arrayprint_offset_tbl()261 eltlen = TYPE_LENGTH (tmp_type); in f77_create_arrayprint_offset_tbl()
1636 struct type *tmp_type; in evaluate_subexp_standard() local1642 tmp_type = check_typedef (value_type (arg1)); in evaluate_subexp_standard()1666 retcode = f77_get_dynamic_upperbound (tmp_type, &upper); in evaluate_subexp_standard()1670 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower); in evaluate_subexp_standard()1689 tmp_type = check_typedef (TYPE_TARGET_TYPE (tmp_type)); in evaluate_subexp_standard()1711 deprecated_set_value_type (arg1, tmp_type); in evaluate_subexp_standard()2291 struct type *tmp_type; in calc_f77_array_dims() local2296 tmp_type = array_type; in calc_f77_array_dims()2298 while ((tmp_type = TYPE_TARGET_TYPE (tmp_type))) in calc_f77_array_dims()2300 if (TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY) in calc_f77_array_dims()
4643 struct type *tmp_type; in hpread_type_lookup() local4937 tmp_type = make_cv_type (dn_bufp->dmodifier.m_const, in hpread_type_lookup()4941 return tmp_type; in hpread_type_lookup()
535 struct type *tmp_type = type; /* tmp type */ in make_cv_type() local