Searched refs:tmp_type (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | f-valprint.c | 234 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 D | eval.c | 1616 struct type *tmp_type; in evaluate_subexp_standard() local 1622 tmp_type = check_typedef (VALUE_TYPE (arg1)); in evaluate_subexp_standard() 1646 retcode = f77_get_dynamic_upperbound (tmp_type, &upper); in evaluate_subexp_standard() 1650 retcode = f77_get_dynamic_lowerbound (tmp_type, &lower); in evaluate_subexp_standard() 1669 tmp_type = check_typedef (TYPE_TARGET_TYPE (tmp_type)); in evaluate_subexp_standard() 1691 VALUE_TYPE (arg1) = tmp_type; in evaluate_subexp_standard() 2263 struct type *tmp_type; in calc_f77_array_dims() local 2268 tmp_type = array_type; in calc_f77_array_dims() 2270 while ((tmp_type = TYPE_TARGET_TYPE (tmp_type))) in calc_f77_array_dims() 2272 if (TYPE_CODE (tmp_type) == TYPE_CODE_ARRAY) in calc_f77_array_dims()
|
H A D | hpread.c | 4643 struct type *tmp_type; in hpread_type_lookup() local 4937 tmp_type = make_cv_type (dn_bufp->dmodifier.m_const, in hpread_type_lookup() 4941 return tmp_type; in hpread_type_lookup()
|
H A D | gdbtypes.c | 513 struct type *tmp_type = type; /* tmp type */ in make_cv_type() local
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | apple.c | 88 static char tmp_type[CT_SIZE+1], tmp_creator[CT_SIZE+1]; variable 1729 if (sscanf(ret, "%4s%4s", tmp_creator, tmp_type) == 2) { 1730 *type = tmp_type; 1773 if (sscanf(ret, "%4s%4s", tmp_creator, tmp_type) == 2) { 1774 *type = tmp_type;
|