Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dcgraphunit.c1748 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in expand_thunk() local
1768 RESULT_DECL, 0, restype); in expand_thunk()
1807 tree restype; in expand_thunk() local
1840 restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in expand_thunk()
1843 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in expand_thunk()
1862 if (!VOID_TYPE_P (restype) in expand_thunk()
1864 || TREE_ADDRESSABLE (restype) in expand_thunk()
1865 || TREE_CODE (TYPE_SIZE_UNIT (restype)) != INTEGER_CST)) in expand_thunk()
1877 else if (!is_gimple_reg_type (restype)) in expand_thunk()
1888 restmp = create_tmp_var (restype, "retval"); in expand_thunk()
[all …]
H A Dipa-split.c1644 tree restype; in split_function() local
1645 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function()
1647 if (!useless_type_conversion_p (TREE_TYPE (retval), restype)) in split_function()
1650 tree tem = create_tmp_reg (restype); in split_function()
H A Dtree-cfg.c4814 tree restype = TREE_TYPE (TREE_TYPE (cfun->decl)); in verify_gimple_return() local
4837 if (!useless_type_conversion_p (restype, TREE_TYPE (op))) in verify_gimple_return()
4840 debug_generic_stmt (restype); in verify_gimple_return()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcgraphunit.c1625 tree restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in assemble_thunk() local
1629 RESULT_DECL, 0, restype); in assemble_thunk()
1654 tree restype; in assemble_thunk() local
1674 restype = TREE_TYPE (TREE_TYPE (thunk_fndecl)); in assemble_thunk()
1677 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in assemble_thunk()
1690 if (!VOID_TYPE_P (restype)) in assemble_thunk()
1692 if (!is_gimple_reg_type (restype)) in assemble_thunk()
1699 restmp = create_tmp_var_raw (restype, "retval"); in assemble_thunk()
H A Dipa-split.c1320 tree restype; in split_function() local
1321 restype = TREE_TYPE (DECL_RESULT (current_function_decl)); in split_function()
1323 if (!useless_type_conversion_p (TREE_TYPE (retval), restype)) in split_function()
1326 tree tem = create_tmp_reg (restype, NULL); in split_function()
H A Dipa-cp.c639 tree restype, res; in ipa_get_jf_pass_through_result() local
647 restype = boolean_type_node; in ipa_get_jf_pass_through_result()
649 restype = TREE_TYPE (input); in ipa_get_jf_pass_through_result()
650 res = fold_binary (jfunc->value.pass_through.operation, restype, in ipa_get_jf_pass_through_result()
H A Dc-typeck.c1773 tree restype = TREE_TYPE (type); in array_to_pointer_conversion() local
1783 ptrtype = build_pointer_type (restype); in array_to_pointer_conversion()
3396 tree restype = ptrdiff_type_node; in pointer_diff() local
3427 if (TYPE_PRECISION (restype) < TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff()
3431 inttype = restype; in pointer_diff()
3505 return convert (restype, result); in pointer_diff()
H A Dtree-cfg.c4062 tree restype = TREE_TYPE (TREE_TYPE (cfun->decl)); in verify_gimple_return() local
4084 if (!useless_type_conversion_p (restype, TREE_TYPE (op))) in verify_gimple_return()
4087 debug_generic_stmt (restype); in verify_gimple_return()
H A Dc-decl.c7688 tree restype, resdecl; in start_function() local
7888 restype = TREE_TYPE (TREE_TYPE (current_function_decl)); in start_function()
7889 resdecl = build_decl (loc, RESULT_DECL, NULL_TREE, restype); in start_function()
/dragonfly/sys/bus/pccard/
H A Dcard_if.m50 int restype;
58 int restype;
/dragonfly/contrib/tcpdump/
H A Dprint-smb.c1143 u_int restype; in nbt_udp137_print() local
1148 restype = GET_BE_U_2(p); in nbt_udp137_print()
1160 if (restype == 0x21) { in nbt_udp137_print()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c4572 tree restype = ptrdiff_type_node; in pointer_diff() local
4590 cp_convert (restype, op0), in pointer_diff()
4591 cp_convert (restype, op1), in pointer_diff()
4604 result = build2 (EXACT_DIV_EXPR, restype, op0, cp_convert (restype, op1)); in pointer_diff()
H A Ddecl.c12672 tree restype; in start_preparsed_function() local
12783 restype = TREE_TYPE (fntype); in start_preparsed_function()
12788 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in start_preparsed_function()
12793 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); in start_preparsed_function()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c14954 tree restype; in start_preparsed_function() local
15065 restype = TREE_TYPE (fntype); in start_preparsed_function()
15071 resdecl = build_decl (input_location, RESULT_DECL, 0, restype); in start_preparsed_function()
15076 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); in start_preparsed_function()
15136 restype = TREE_TYPE (fntype); in start_preparsed_function()
15181 if (!processing_template_decl && type_uses_auto (restype)) in start_preparsed_function()
15184 current_function_auto_return_pattern = restype; in start_preparsed_function()
H A Dtypeck.c5496 tree restype = ptrdiff_type_node; in pointer_diff() local
5530 if (TYPE_PRECISION (restype) < TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff()
5533 inttype = restype; in pointer_diff()
5589 return cp_convert (restype, result, complain); in pointer_diff()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c1871 tree restype = TREE_TYPE (type); in array_to_pointer_conversion() local
1881 ptrtype = build_pointer_type (restype); in array_to_pointer_conversion()
3777 tree restype = ptrdiff_type_node; in pointer_diff() local
3807 if (TYPE_PRECISION (restype) < TYPE_PRECISION (TREE_TYPE (op0))) in pointer_diff()
3810 inttype = restype; in pointer_diff()
3864 return convert (restype, result); in pointer_diff()
H A Dc-decl.c8704 tree restype, resdecl; in start_function() local
8918 restype = TREE_TYPE (TREE_TYPE (current_function_decl)); in start_function()
8919 resdecl = build_decl (loc, RESULT_DECL, NULL_TREE, restype); in start_function()