Home
last modified time | relevance | path

Searched refs:tmp_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Df-valprint.c234 struct type *tmp_type; in f77_create_arrayprint_offset_tbl() local
239 tmp_type = type; in f77_create_arrayprint_offset_tbl()
241 while ((TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY)) in f77_create_arrayprint_offset_tbl()
243 if (TYPE_ARRAY_UPPER_BOUND_TYPE (tmp_type) == BOUND_CANNOT_BE_DETERMINED) in f77_create_arrayprint_offset_tbl()
246 retcode = f77_get_dynamic_upperbound (tmp_type, &upper); in f77_create_arrayprint_offset_tbl()
250 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower); in f77_create_arrayprint_offset_tbl()
256 tmp_type = TYPE_TARGET_TYPE (tmp_type); in f77_create_arrayprint_offset_tbl()
266 eltlen = TYPE_LENGTH (tmp_type); in f77_create_arrayprint_offset_tbl()
H A Deval.c1620 struct type *tmp_type; in evaluate_subexp_standard() local
1626 tmp_type = check_typedef (VALUE_TYPE (arg1)); in evaluate_subexp_standard()
1645 retcode = f77_get_dynamic_upperbound (tmp_type, &upper); in evaluate_subexp_standard()
1649 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower); in evaluate_subexp_standard()
1668 tmp_type = check_typedef (TYPE_TARGET_TYPE (tmp_type)); in evaluate_subexp_standard()
1690 VALUE_TYPE (arg1) = tmp_type; in evaluate_subexp_standard()
2262 struct type *tmp_type; in calc_f77_array_dims() local
2267 tmp_type = array_type; in calc_f77_array_dims()
2269 while ((tmp_type = TYPE_TARGET_TYPE (tmp_type))) in calc_f77_array_dims()
2271 if (TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY) in calc_f77_array_dims()
H A Dhpread.c4648 struct type *tmp_type; in hpread_type_lookup() local
4942 tmp_type = make_cvr_type (dn_bufp->dmodifier.m_const, in hpread_type_lookup()
4947 return tmp_type; in hpread_type_lookup()
H A Dgdbtypes.c509 struct type *tmp_type = type; /* tmp type */ in make_cvr_type() local
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c1119 info->tmp_type = port_type; in __set_port_type()
1122 mdev->caps.possible_type[info->port] = info->tmp_type; in __set_port_type()
1125 types[i] = priv->port[i+1].tmp_type ? priv->port[i+1].tmp_type : in __set_port_type()
1155 priv->port[i + 1].tmp_type = 0; in __set_port_type()
H A Dmlx4.h819 enum mlx4_port_type tmp_type; member