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

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20050503-1.c10 #define F(n, rettype, name, args, callargs) \
11 extern rettype name args; \
12 rettype test##n args \
16 #define F1(n, rettype, name, t1, callargs) \
17 F (n, rettype, name, (t1 a1), callargs)
18 #define F2(n, rettype, name, t1, t2, callargs) \
19 F (n, rettype, name, (t1 a1, t2 a2), callargs)
20 #define F3(n, rettype, name, t1, t2, t3, callargs) \
21 F (n, rettype, name, (t1 a1, t2 a2, t3 a3), callargs)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dnarrow_high-intrinsics.c6 #define TWO(name, rettype, rmwtype, intype, fs) \
7 rettype test_ ## name ## _ ## fs \
41 #define TWOn(name, rettype, rmwtype, intype, fs) \
42 rettype test_ ## name ## _ ## fs \
84 #define ONE(name, rettype, rmwtype, intype, fs) \
85 rettype test_ ## name ## _ ## fs \
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr54760-2.c12 #define func(name, rettype, type, disp)\
13 rettype \
149 #define func(name, rettype, type, disp0, disp1, op, opname)\
150 rettype \
/haiku-buildtools/legacy/binutils/binutils/
H A Dstabs.c3347 debug_type rettype; local
3364 rettype = debug_make_int_type (dhandle, 4, FALSE);
3368 rettype = debug_make_int_type (dhandle, 1, FALSE);
3372 rettype = debug_make_int_type (dhandle, 2, FALSE);
3376 rettype = debug_make_int_type (dhandle, 4, FALSE);
3380 rettype = debug_make_int_type (dhandle, 1, TRUE);
3384 rettype = debug_make_int_type (dhandle, 1, FALSE);
3388 rettype = debug_make_int_type (dhandle, 2, TRUE);
3392 rettype = debug_make_int_type (dhandle, 4, TRUE);
3396 rettype
[all...]
H A Dwrstabs.c2091 char *rettype, *buf;
2095 rettype = stab_pop_type (info);
2097 buf = (char *) xmalloc (strlen (name) + strlen (rettype) + 3);
2100 rettype);
2089 char *rettype, *buf; local
/haiku-buildtools/binutils/binutils/
H A Dstabs.c3385 debug_type rettype; local
3402 rettype = debug_make_int_type (dhandle, 4, FALSE);
3406 rettype = debug_make_int_type (dhandle, 1, FALSE);
3410 rettype = debug_make_int_type (dhandle, 2, FALSE);
3414 rettype = debug_make_int_type (dhandle, 4, FALSE);
3418 rettype = debug_make_int_type (dhandle, 1, TRUE);
3422 rettype = debug_make_int_type (dhandle, 1, FALSE);
3426 rettype = debug_make_int_type (dhandle, 2, TRUE);
3430 rettype = debug_make_int_type (dhandle, 4, TRUE);
3434 rettype
[all...]
H A Dwrstabs.c2088 char *rettype, *buf;
2092 rettype = stab_pop_type (info);
2094 buf = (char *) xmalloc (strlen (name) + strlen (rettype) + 3);
2097 rettype);
2086 char *rettype, *buf; local
/haiku-buildtools/gcc/gcc/
H A Dcalls.c2379 tree rettype;
2505 rettype = TREE_TYPE (exp);
2511 if (AGGREGATE_TYPE_P (rettype))
2521 || TYPE_MODE (rettype) == VOIDmode))
2564 struct_value_size = int_size_in_bytes (rettype);
2571 && !(MEM_ALIGN (target) < TYPE_ALIGN (rettype)
2572 && SLOW_UNALIGNED_ACCESS (TYPE_MODE (rettype),
2580 rtx d = assign_temp (rettype, 1, 1);
3270 if (TYPE_MODE (rettype) != VOIDmode
3275 valreg = hard_function_value (build_pointer_type (rettype),
2378 tree rettype; local
[all...]
H A Dtree-vect-stmts.c1902 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; local
1912 rettype = TREE_TYPE (TREE_TYPE (gather_decl));
1918 gcc_checking_assert (types_compatible_p (srctype, rettype)
2023 if (!useless_type_conversion_p (vectype, rettype))
2026 == TYPE_VECTOR_SUBPARTS (rettype));
2027 var = vect_get_new_vect_var (rettype, vect_simple_var, NULL);
5924 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; local
5959 rettype = TREE_TYPE (TREE_TYPE (gather_decl));
5965 gcc_checking_assert (types_compatible_p (srctype, rettype));
6003 if (TREE_CODE (TREE_TYPE (rettype))
[all...]
H A Dbuiltins.c9286 fold_builtin_logb (location_t loc, tree arg, tree rettype)
9302 if (TREE_CODE (rettype) == REAL_TYPE)
9309 return build_real (rettype, tem);
9311 return fold_convert_loc (loc, rettype, arg);
9324 return fold_convert_loc (loc, rettype,
9337 fold_builtin_significand (location_t loc, tree arg, tree rettype)
9354 return fold_convert_loc (loc, rettype, arg);
9364 return build_real (rettype, result);
9376 fold_builtin_frexp (location_t loc, tree arg0, tree arg1, tree rettype)
9404 return omit_one_operand_loc (loc, rettype, arg
9283 fold_builtin_logb(location_t loc, tree arg, tree rettype) argument
9334 fold_builtin_significand(location_t loc, tree arg, tree rettype) argument
9373 fold_builtin_frexp(location_t loc, tree arg0, tree arg1, tree rettype) argument
9490 fold_builtin_modf(location_t loc, tree arg0, tree arg1, tree rettype) argument
[all...]
H A Dtrans-mem.c5116 tree rettype = TREE_TYPE (gimple_call_fntype (stmt));
5118 && !useless_type_conversion_p (TREE_TYPE (lhs), rettype))
5122 temp = create_tmp_reg (rettype);
H A Dtree.c8294 tree rettype,
8307 TREE_TYPE (t) = rettype;
8317 hstate.add_object (TYPE_HASH (rettype));
8324 || TYPE_STRUCTURAL_EQUALITY_P (rettype));
8327 || TYPE_CANONICAL (rettype) != rettype);
8336 TYPE_CANONICAL (rettype),
8270 build_method_type_directly(tree basetype, tree rettype, tree argtypes) argument
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck2.c1368 tree rettype;
1377 rettype = type;
1382 rettype = TREE_TYPE (type);
1415 component = build (OFFSET_REF, rettype, datum, component);
1363 tree rettype; local
H A Dtree.c367 build_cplus_method_type (basetype, rettype, argtypes)
368 tree basetype, rettype, argtypes;
378 TREE_TYPE (t) = rettype;
393 hashcode = TYPE_HASH (basetype) + TYPE_HASH (rettype) + type_hash_list (argtypes);
/haiku-buildtools/gcc/gcc/c-family/
H A Dstub-objc.c243 tree ARG_UNUSED (rettype),
/haiku-buildtools/gcc/gcc/cp/
H A Dlambda.c990 tree rettype = build_pointer_type (stattype); local
991 tree name = mangle_conv_op_name_for_type (rettype);
993 tree fntype = build_method_type_directly (thistype, rettype, void_list_node);
H A Dconstexpr.c210 tree rettype = TREE_TYPE (TREE_TYPE (fun)); local
211 if (!literal_type_p (rettype))
217 rettype, fun);
218 explain_non_literal_class (rettype);
H A Dcall.c3719 tree rettype = TREE_TYPE (TREE_TYPE (cand->fn)); local
3722 rettype,
3747 rettype, totype);
3760 cand->reason = explicit_conversion_rejection (rettype, totype);
3767 rettype, totype);
3777 cand->reason = template_conversion_rejection (rettype, totype);
H A Dparser.c26456 tree rettype, kwdparms, optparms;
26461 rettype = cp_parser_objc_typename (parser);
26470 return objc_build_method_signature (is_class_method, rettype, kwdparms, optparms, ellipsis);
26453 tree rettype, kwdparms, optparms; local
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc1820 tree rettype = TREE_TYPE(TREE_TYPE(TREE_TYPE(fn))); local
1842 && ((SCALAR_FLOAT_TYPE_P(rettype)
1844 || (COMPLEX_FLOAT_TYPE_P(rettype)
1870 excess_type != NULL_TREE ? excess_type : rettype,
1880 ret = build1_loc(location.gcc_location(), NOP_EXPR, rettype, ret);
2016 tree rettype = TREE_TYPE(result); local
2022 tree rettmp = create_tmp_var(rettype, "RESULT");
2025 tree field = TYPE_FIELDS(rettype);
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans.h681 tree rettype, int nargs, ...);
H A Dtrans-decl.c2865 tree rettype, int nargs, va_list p)
2885 fntype = build_function_type_vec (rettype, arglist);
2887 fntype = build_varargs_function_type_vec (rettype, arglist);
2914 gfc_build_library_function_decl (tree name, tree rettype, int nargs, ...) argument
2919 ret = build_library_function_decl_1 (name, NULL, rettype, nargs, args);
2931 tree rettype, int nargs, ...)
2936 ret = build_library_function_decl_1 (name, spec, rettype, nargs, args);
2864 build_library_function_decl_1(tree name, const char *spec, tree rettype, int nargs, va_list p) argument
2930 gfc_build_library_function_decl_with_spec(tree name, const char *spec, tree rettype, int nargs, ...) argument
H A Dtrans-intrinsic.c853 tree rettype; local
879 rettype = TREE_TYPE (TREE_TYPE (fndecl));
882 se->expr = build_call_array_loc (input_location, rettype, fndecl, num_args, args);
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c2021 objc_build_method_signature (bool is_class_method, tree rettype, tree selector, argument
2025 return build_method_decl (CLASS_METHOD_DECL, rettype, selector,
2028 return build_method_decl (INSTANCE_METHOD_DECL, rettype, selector,
7997 tree rettype = build_tree_list (NULL_TREE, TREE_TYPE (x));
7999 rettype, PROPERTY_GETTER_NAME (x),
7993 tree rettype = build_tree_list (NULL_TREE, TREE_TYPE (x)); local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c15417 tree rettype;
15427 rettype = gpr_type_node;
15433 rettype = unsigned_type_node;
15438 rettype = unsigned_type_node;
15457 op[nopnds++] = (void_func) ? void_type_node : rettype;
15396 tree rettype; local
[all...]

Completed in 1429 milliseconds

12