Searched refs:temp_type (Results 1 – 3 of 3) sorted by relevance
646 tree temp_type; in build_throw() local683 temp_type = is_bitfield_expr_with_lowered_type (exp); in build_throw()684 if (!temp_type) in build_throw()685 temp_type = type_decays_to (TYPE_MAIN_VARIANT (TREE_TYPE (exp))); in build_throw()701 allocate_expr = do_allocate_exception (temp_type); in build_throw()704 object = build_nop (build_pointer_type (temp_type), ptr); in build_throw()710 if (CLASS_TYPE_P (temp_type)) in build_throw()725 exp = build2 (INIT_EXPR, temp_type, object, in build_throw()
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()
2278 unsigned int temp_type; in swap_2_operands() local2281 temp_type = i.types[xchg2]; in swap_2_operands()2283 i.types[xchg1] = temp_type; in swap_2_operands()