Searched refs:temp_type (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/gcc/cp/
H A Dexcept.c646 tree temp_type; local
683 temp_type = is_bitfield_expr_with_lowered_type (exp);
684 if (!temp_type)
685 temp_type = type_decays_to (TYPE_MAIN_VARIANT (TREE_TYPE (exp)));
701 allocate_expr = do_allocate_exception (temp_type);
704 object = build_nop (build_pointer_type (temp_type), ptr);
710 if (CLASS_TYPE_P (temp_type))
725 exp = build2 (INIT_EXPR, temp_type, object,
/freebsd-10.3-release/contrib/texinfo/makeinfo/
H A Dinsertion.c962 int temp_type;
967 temp_type = current_insertion_type ();
970 type = temp_type;
972 if (type != temp_type)
976 insertion_type_pname (temp_type), insertion_type_pname (type));
960 int temp_type; local
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dstabsread.c247 static struct type *temp_type;
249 temp_type = rs6000_builtin_type (index);
250 return &temp_type;
282 struct type *temp_type;
288 temp_type = init_type (TYPE_CODE_ERROR, 0, 0, NULL, NULL);
290 *temp_type_p = temp_type;
246 static struct type *temp_type; local
281 struct type *temp_type; local
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-i386.c2282 unsigned int temp_type;
2285 temp_type = i.types[xchg2];
2287 i.types[xchg1] = temp_type;
2278 unsigned int temp_type; local

Completed in 216 milliseconds