Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c595 tree temp_type; in build_throw() local
642 temp_type = is_bitfield_expr_with_lowered_type (exp); in build_throw()
643 if (!temp_type) in build_throw()
644 temp_type = cv_unqualified (type_decays_to (TREE_TYPE (exp))); in build_throw()
660 allocate_expr = do_allocate_exception (temp_type); in build_throw()
666 object = build_nop (build_pointer_type (temp_type), ptr); in build_throw()
670 if (CLASS_TYPE_P (temp_type)) in build_throw()
721 exp = build2 (INIT_EXPR, temp_type, object, tmp); in build_throw()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c756 tree temp_type; in build_throw() local
798 temp_type = is_bitfield_expr_with_lowered_type (exp); in build_throw()
799 if (!temp_type) in build_throw()
800 temp_type = cv_unqualified (type_decays_to (TREE_TYPE (exp))); in build_throw()
816 allocate_expr = do_allocate_exception (temp_type); in build_throw()
822 object = build_nop (build_pointer_type (temp_type), ptr); in build_throw()
826 if (CLASS_TYPE_P (temp_type)) in build_throw()
859 exp = build2 (INIT_EXPR, temp_type, object, tmp); in build_throw()
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2425 tree decls, temp_type, *chain = NULL; in build_next_objc_exception_stuff() local
2432 temp_type = build_sized_array_type (integer_type_node, OBJC_JBLEN); in build_next_objc_exception_stuff()
2433 decls = add_field_decl (temp_type, "buf", &chain); in build_next_objc_exception_stuff()
2437 temp_type = build_sized_array_type (ptr_type_node, 4); in build_next_objc_exception_stuff()
2438 add_field_decl (temp_type, "pointers", &chain); in build_next_objc_exception_stuff()
2450 temp_type in build_next_objc_exception_stuff()
2459 temp_type in build_next_objc_exception_stuff()
2471 temp_type in build_next_objc_exception_stuff()
2481 temp_type in build_next_objc_exception_stuff()
2492 = add_builtin_function (TAG_ASSIGNIVAR_FAST, temp_type, 0, in build_next_objc_exception_stuff()
[all …]
H A Dobjc-act.c2866 tree noreturn_list, nothrow_list, temp_type; in build_common_objc_exception_stuff() local
2874 temp_type = build_function_type_list (void_type_node, in build_common_objc_exception_stuff()
2878 = add_builtin_function (TAG_EXCEPTIONTHROW, temp_type, 0, NOT_BUILT_IN, NULL, in build_common_objc_exception_stuff()
2885 = add_builtin_function (TAG_SYNCENTER, temp_type, 0, NOT_BUILT_IN, in build_common_objc_exception_stuff()
2889 = add_builtin_function (TAG_SYNCEXIT, temp_type, 0, NOT_BUILT_IN, in build_common_objc_exception_stuff()
/dragonfly/contrib/gdb-7/gdb/
H A Dstabsread.c250 static struct type *temp_type; in dbx_lookup_type() local
252 temp_type = rs6000_builtin_type (index, objfile); in dbx_lookup_type()
253 return &temp_type; in dbx_lookup_type()
285 static struct type *temp_type; in dbx_lookup_type() local
290 temp_type = objfile_type (objfile)->builtin_error; in dbx_lookup_type()
291 return &temp_type; in dbx_lookup_type()
H A Dvalops.c2820 struct type *temp_type = check_typedef (value_type (temp)); in find_overload_match() local
2823 if (TYPE_CODE (temp_type) != TYPE_CODE_PTR in find_overload_match()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c3518 i386_operand_type temp_type; in build_vex_prefix() local
3520 temp_type = i.types[xchg]; in build_vex_prefix()
3522 i.types[0] = temp_type; in build_vex_prefix()
3555 i386_operand_type temp_type; in build_vex_prefix() local
3563 temp_type = i.types[xchg]; in build_vex_prefix()
3565 i.types[xchg + 1] = temp_type; in build_vex_prefix()
5046 i386_operand_type temp_type; in swap_2_operands() local
5050 temp_type = i.types[xchg2]; in swap_2_operands()
5052 i.types[xchg1] = temp_type; in swap_2_operands()
/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c3138 i386_operand_type temp_type; in build_vex_prefix() local
3140 temp_type = i.types[xchg]; in build_vex_prefix()
3142 i.types[0] = temp_type; in build_vex_prefix()
4177 i386_operand_type temp_type; in swap_2_operands() local
4180 temp_type = i.types[xchg2]; in swap_2_operands()
4182 i.types[xchg1] = temp_type; in swap_2_operands()