Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 25 of 25) sorted by relevance

/netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/
Dintr.c346 int i, rettype; local
392 rettype = packed.bits.f2;
393 if(rettype == TYLONG)
394 rettype = tyint;
395 if( ISCOMPLEX(rettype) && nargs==2)
402 else q = mkexpr(OPCONV,mkconv(rettype-2,qr),
403 mkconv(rettype-2,qi));
406 q = mkconv(rettype, argsp->b_list.listp->chain.datap);
409 q->vtype = rettype;
467 rettype = packed.bits.f2;
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c2054 struct type *rettype = NULL; in rs6000_builtin_type() local
2090 rettype = init_integer_type (alloc, 32, 0, "int"); in rs6000_builtin_type()
2093 rettype = init_integer_type (alloc, 8, 0, "char"); in rs6000_builtin_type()
2094 rettype->set_has_no_signedness (true); in rs6000_builtin_type()
2097 rettype = init_integer_type (alloc, 16, 0, "short"); in rs6000_builtin_type()
2100 rettype = init_integer_type (alloc, 32, 0, "long"); in rs6000_builtin_type()
2103 rettype = init_integer_type (alloc, 8, 1, "unsigned char"); in rs6000_builtin_type()
2106 rettype = init_integer_type (alloc, 8, 0, "signed char"); in rs6000_builtin_type()
2109 rettype = init_integer_type (alloc, 16, 1, "unsigned short"); in rs6000_builtin_type()
2112 rettype = init_integer_type (alloc, 32, 1, "unsigned int"); in rs6000_builtin_type()
[all …]
Dopencl-lang.c448 struct type *rettype; in opencl_logical_not() local
462 rettype = lookup_opencl_vector_type (exp->gdbarch, TYPE_CODE_INT, in opencl_logical_not()
465 ret = value::allocate (rettype); in opencl_logical_not()
480 rettype = language_bool_type (exp->language_defn, exp->gdbarch); in opencl_logical_not()
481 ret = value_from_longest (rettype, value_logical_not (arg)); in opencl_logical_not()
534 struct type *type1, *type2, *eltype1, *eltype2, *rettype; in vector_relop() local
562 rettype = lookup_opencl_vector_type (exp->gdbarch, TYPE_CODE_INT, in vector_relop()
565 ret = value::allocate (rettype); in vector_relop()
Dctfread.c686 struct type *type, *rettype, *atype; in read_func_kind_type() local
699 rettype = fetch_tid_type (ccp, cfi.ctc_return); in read_func_kind_type()
700 type->set_target_type (rettype); in read_func_kind_type()
DChangeLog-19932452 * stabsread.c (rs6000_builtin_type): initialize rettype.
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dstabs.c3515 debug_type rettype; in stab_xcoff_builtin_type() local
3533 rettype = debug_make_int_type (dhandle, 4, false); in stab_xcoff_builtin_type()
3537 rettype = debug_make_int_type (dhandle, 1, false); in stab_xcoff_builtin_type()
3541 rettype = debug_make_int_type (dhandle, 2, false); in stab_xcoff_builtin_type()
3545 rettype = debug_make_int_type (dhandle, 4, false); in stab_xcoff_builtin_type()
3549 rettype = debug_make_int_type (dhandle, 1, true); in stab_xcoff_builtin_type()
3553 rettype = debug_make_int_type (dhandle, 1, false); in stab_xcoff_builtin_type()
3557 rettype = debug_make_int_type (dhandle, 2, true); in stab_xcoff_builtin_type()
3561 rettype = debug_make_int_type (dhandle, 4, true); in stab_xcoff_builtin_type()
3565 rettype = debug_make_int_type (dhandle, 4, true); in stab_xcoff_builtin_type()
[all …]
Dwrstabs.c2056 char *rettype, *buf; in stab_start_function() local
2061 rettype = stab_pop_type (info); in stab_start_function()
2063 buf = xmalloc (strlen (name) + strlen (rettype) + 3); in stab_start_function()
2066 rettype); in stab_start_function()
2067 free (rettype); in stab_start_function()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcalls.cc2594 tree rettype; in expand_call() local
2722 rettype = TREE_TYPE (exp); in expand_call()
2728 if (AGGREGATE_TYPE_P (rettype)) in expand_call()
2739 || TYPE_MODE (rettype) == VOIDmode)) in expand_call()
2782 if (!poly_int_tree_p (TYPE_SIZE_UNIT (rettype), &struct_value_size)) in expand_call()
2794 && (TREE_ADDRESSABLE (rettype) in expand_call()
2795 || !(MEM_ALIGN (target) < TYPE_ALIGN (rettype) in expand_call()
2796 && targetm.slow_unaligned_access (TYPE_MODE (rettype), in expand_call()
2804 rtx d = assign_temp (rettype, 1, 1); in expand_call()
3521 if (TYPE_MODE (rettype) != VOIDmode in expand_call()
[all …]
Dbuiltins.cc8614 fold_builtin_frexp (location_t loc, tree arg0, tree arg1, tree rettype) in fold_builtin_frexp() argument
8642 return omit_one_operand_loc (loc, rettype, arg0, arg1); in fold_builtin_frexp()
8650 frac = build_real (rettype, frac_rvt); in fold_builtin_frexp()
8659 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1, exp); in fold_builtin_frexp()
8661 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1, frac); in fold_builtin_frexp()
8670 fold_builtin_modf (location_t loc, tree arg0, tree arg1, tree rettype) in fold_builtin_modf() argument
8683 if (TYPE_MAIN_VARIANT (TREE_TYPE (arg1)) == TYPE_MAIN_VARIANT (rettype)) in fold_builtin_modf()
8713 arg1 = fold_build2_loc (loc, MODIFY_EXPR, rettype, arg1, in fold_builtin_modf()
8714 build_real (rettype, trunc)); in fold_builtin_modf()
8716 return fold_build2_loc (loc, COMPOUND_EXPR, rettype, arg1, in fold_builtin_modf()
[all …]
Dcgraphunit.cc1446 tree rettype = TREE_TYPE (altype); in maybe_diag_incompatible_alias() local
1448 altype = build_function_type (rettype, args); in maybe_diag_incompatible_alias()
Dtree-vect-stmts.cc2811 tree rettype = TREE_TYPE (TREE_TYPE (gs_info->decl)); in vect_build_gather_load_calls() local
2818 gcc_checking_assert (types_compatible_p (srctype, rettype) in vect_build_gather_load_calls()
2896 src_op = vect_build_zero_merge_argument (vinfo, stmt_info, rettype); in vect_build_gather_load_calls()
3000 if (!useless_type_conversion_p (vectype, rettype)) in vect_build_gather_load_calls()
3003 TYPE_VECTOR_SUBPARTS (rettype))); in vect_build_gather_load_calls()
3004 op = vect_get_new_ssa_name (rettype, vect_simple_var); in vect_build_gather_load_calls()
7704 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; in vectorizable_store() local
7755 rettype = TREE_TYPE (TREE_TYPE (gs_info.decl)); in vectorizable_store()
7763 && TREE_CODE (rettype) == VOID_TYPE); in vectorizable_store()
Dtrans-mem.cc5126 tree rettype = TREE_TYPE (gimple_call_fntype (stmt)); in ipa_tm_insert_gettmclone_call() local
5128 && !useless_type_conversion_p (TREE_TYPE (lhs), rettype)) in ipa_tm_insert_gettmclone_call()
5132 temp = create_tmp_reg (rettype); in ipa_tm_insert_gettmclone_call()
Dtree.cc7546 tree rettype, in build_method_type_directly() argument
7558 TREE_TYPE (t) = rettype; in build_method_type_directly()
7573 || TYPE_STRUCTURAL_EQUALITY_P (rettype)); in build_method_type_directly()
7576 || TYPE_CANONICAL (rettype) != rettype); in build_method_type_directly()
7585 TYPE_CANONICAL (rettype), in build_method_type_directly()
Domp-low.cc14070 tree rettype = TREE_TYPE (TREE_TYPE (decl)); in lower_omp_teams() local
14071 tree first = create_tmp_var (rettype); in lower_omp_teams()
14073 gimple_build_assign (first, build_one_cst (rettype))); in lower_omp_teams()
14080 tree temp = create_tmp_var (rettype); in lower_omp_teams()
14086 gimple *cond = gimple_build_cond (NE_EXPR, temp, build_zero_cst (rettype), in lower_omp_teams()
14091 gimple_build_assign (first, build_zero_cst (rettype))); in lower_omp_teams()
DChangeLog-200911018 (expand_call): New local rettype for TREE_TYPE(exp), use it
DChangeLog-201827348 * calls.c (expand_call): For TREE_ADDRESSABLE rettype ignore alignment
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc1385 tree rettype = TREE_TYPE (TREE_TYPE (fndecl)); in do_one_comp() local
1392 tree lteq = genericize_spaceship (loc, rettype, lhs, rhs); in do_one_comp()
1426 && !can_convert (rettype, TREE_TYPE (comp), complain)) in do_one_comp()
1432 sub, TREE_TYPE (comp), rettype); in do_one_comp()
1486 tree rettype = TREE_TYPE (TREE_TYPE (fndecl)); in build_comparison_op() local
1487 if (code != SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
1489 rettype = boolean_type_node; in build_comparison_op()
1490 apply_deduced_return_type (fndecl, rettype); in build_comparison_op()
1497 retcat = cat_tag_for (rettype); in build_comparison_op()
1620 if (code == SPACESHIP_EXPR && is_auto (rettype)) in build_comparison_op()
[all …]
Dcvt.cc1056 tree rettype = TREE_TYPE (type); in maybe_warn_nodiscard() local
1078 && (attr = lookup_attribute ("nodiscard", TYPE_ATTRIBUTES (rettype)))) in maybe_warn_nodiscard()
1092 if (warning_at (loc, OPT_Wunused_result, format, rettype, raw_msg)) in maybe_warn_nodiscard()
1097 inform (DECL_SOURCE_LOCATION (TYPE_NAME (rettype)), in maybe_warn_nodiscard()
1098 "%qT declared here", rettype); in maybe_warn_nodiscard()
Dlambda.cc1221 tree rettype = build_pointer_type (stattype); in maybe_add_lambda_conv_op() local
1222 tree name = make_conv_op_name (rettype); in maybe_add_lambda_conv_op()
1224 tree fntype = build_method_type_directly (thistype, rettype, void_list_node); in maybe_add_lambda_conv_op()
Dcall.cc4290 tree rettype = TREE_TYPE (TREE_TYPE (cand->fn)); in build_user_type_conversion_1() local
4293 rettype, in build_user_type_conversion_1()
4318 rettype, totype, in build_user_type_conversion_1()
4342 cand->reason = explicit_conversion_rejection (rettype, totype); in build_user_type_conversion_1()
4349 rettype, totype, in build_user_type_conversion_1()
4360 cand->reason = template_conversion_rejection (rettype, totype); in build_user_type_conversion_1()
Dconstexpr.cc238 tree rettype = TREE_TYPE (TREE_TYPE (fun)); in is_valid_constexpr_fn() local
239 if (!literal_type_p (rettype)) in is_valid_constexpr_fn()
246 rettype, fun); in is_valid_constexpr_fn()
247 explain_non_literal_class (rettype); in is_valid_constexpr_fn()
Dparser.cc35140 tree rettype, kwdparms, optparms; in cp_parser_objc_method_signature() local
35145 rettype = cp_parser_objc_typename (parser); in cp_parser_objc_method_signature()
35154 return objc_build_method_signature (is_class_method, rettype, kwdparms, optparms, ellipsis); in cp_parser_objc_method_signature()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-gen-builtins.cc404 typeinfo rettype; member
1640 if (protoptr->rettype.ispointer) in construct_fntype_id()
1643 if (protoptr->rettype.isvoid) in construct_fntype_id()
1647 if (protoptr->rettype.isunsigned) in construct_fntype_id()
1649 if (protoptr->rettype.isvector) in construct_fntype_id()
1650 complete_vector_type (&protoptr->rettype, buf, &bufi); in construct_fntype_id()
1652 complete_base_type (&protoptr->rettype, buf, &bufi); in construct_fntype_id()
1722 typeinfo *ret_type = &protoptr->rettype; in parse_prototype()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.cc2141 objc_build_method_signature (bool is_class_method, tree rettype, tree selector, in objc_build_method_signature() argument
2145 return build_method_decl (CLASS_METHOD_DECL, rettype, selector, in objc_build_method_signature()
2148 return build_method_decl (INSTANCE_METHOD_DECL, rettype, selector, in objc_build_method_signature()
8168 tree rettype = build_tree_list (NULL_TREE, TREE_TYPE (x)); in finish_class() local
8170 rettype, PROPERTY_GETTER_NAME (x), in finish_class()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git56107 (stab_start_function): Fix "rettype" memory leak.
126766 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)