Home
last modified time | relevance | path

Searched refs:temp_type (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dinsertion.c960 int temp_type; in end_insertion() local
965 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()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dstabsread.c246 static struct type *temp_type; in dbx_lookup_type() local
248 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() local
287 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()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c1929 unsigned int temp_type; in swap_operands() local
1944 temp_type = i.types[xchg2]; in swap_operands()
1946 i.types[xchg1] = temp_type; in swap_operands()