Searched refs:temp_type (Results 1 – 3 of 3) sorted by relevance
960 int temp_type; in end_insertion() local965 temp_type = current_insertion_type (); in end_insertion()968 type = temp_type; in end_insertion()970 if (type != temp_type) in end_insertion()974 insertion_type_pname (temp_type), insertion_type_pname (type)); in end_insertion()
246 static struct type *temp_type; in dbx_lookup_type() local248 temp_type = rs6000_builtin_type (index); in dbx_lookup_type()249 return &temp_type; in dbx_lookup_type()281 struct type *temp_type; in dbx_lookup_type() local287 temp_type = init_type (TYPE_CODE_ERROR, 0, 0, NULL, NULL); in dbx_lookup_type()289 *temp_type_p = temp_type; in dbx_lookup_type()
1929 unsigned int temp_type; in swap_operands() local1944 temp_type = i.types[xchg2]; in swap_operands()1946 i.types[xchg1] = temp_type; in swap_operands()