Searched refs:argtype (Results 1 - 25 of 40) sorted by relevance

12

/haiku-buildtools/gcc/libquadmath/printf/
H A Dquadmath-printf.c287 int *argtype, int *size)
291 argtype[0] = pa_flt128;
308 argtype[0] = PA_INT|PA_FLAG_LONG_LONG;
312 argtype[0] = PA_INT|PA_FLAG_LONG;
314 argtype[0] = PA_INT|PA_FLAG_SHORT;
316 argtype[0] = PA_CHAR;
318 argtype[0] = PA_INT;
329 argtype[0] = PA_DOUBLE|PA_FLAG_LONG_DOUBLE;
331 argtype[0] = PA_DOUBLE;
334 argtype[
286 flt128_ais(const struct printf_info *info, size_t n __attribute__ ((unused)), int *argtype, int *size) argument
[all...]
/haiku-buildtools/legacy/binutils/include/opcode/
H A Dcrx.h110 argtype; typedef in typeref:enum:__anon2956
287 argtype type;
322 argtype arg_type;
/haiku-buildtools/binutils/include/opcode/
H A Dcrx.h111 argtype; typedef in typeref:enum:__anon947
288 argtype type;
323 argtype arg_type;
H A Dcr16.h114 argtype; typedef in typeref:enum:__anon934
291 argtype type;
326 argtype arg_type;
/haiku-buildtools/gcc/gcc/cp/
H A Dmethod.c849 tree argtype = cp_build_qualified_type (type, quals);
850 return cp_build_reference_type (argtype, rvalue);
874 locate_fn_flags (tree type, tree name, tree argtype, int flags,
890 if (argtype)
892 if (TREE_CODE (argtype) == TREE_LIST)
894 for (tree elt = argtype; elt != void_list_node;
904 tree arg = build_stub_object (argtype);
966 tree argtype = build_stub_type (type, quals, false);
967 tree fn = locate_fn_flags (type, complete_ctor_identifier, argtype,
981 tree argtype
847 tree argtype = cp_build_qualified_type (type, quals); local
872 locate_fn_flags(tree type, tree name, tree argtype, int flags, tsubst_flags_t complain) argument
964 tree argtype = build_stub_type (type, quals, false); local
979 tree argtype = build_stub_type (type, quals, false); local
1181 tree mem_type, argtype, rval; local
1327 tree binfo, base_binfo, scope, fnname, rval, argtype; local
[all...]
H A Dtypeck.c5366 tree argtype;
5373 argtype = lvalue_type (arg);
5433 if (TREE_CODE (argtype) != FUNCTION_TYPE
5434 && TREE_CODE (argtype) != METHOD_TYPE)
5455 if (TREE_CODE (argtype) == REFERENCE_TYPE)
5457 tree type = build_pointer_type (TREE_TYPE (argtype));
5494 if (TREE_CODE (argtype) != FUNCTION_TYPE
5495 && TREE_CODE (argtype) != METHOD_TYPE
5496 && argtype != unknown_type_node
5502 tree type = build_pointer_type (argtype);
5356 tree argtype; local
5641 tree argtype = 0; local
9224 tree argtype; local
9263 tree argtype; local
[all...]
H A Dcvt.c328 tree argtype = TREE_TYPE (arg);
357 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
358 && MAYBE_CLASS_TYPE_P (argtype)
362 tree binfo = lookup_base (argtype, target_type, ba_check,
367 return error_not_base_type (target_type, argtype);
327 tree argtype = TREE_TYPE (arg); local
H A Dcall.c2042 tree argtype, to_type; local
2055 argtype = lvalue_type (arg);
2094 argtype = lvalue_type (arg);
2125 t = implicit_conversion (parmtype, argtype, arg,
2131 t = build_identity_conv (argtype, arg);
2133 to_type = argtype;
2143 reason = arg_conversion_rejection (first_arg, i, argtype, to_type);
2200 tree arg, argtype, convert_type = NULL_TREE; local
2209 argtype = lvalue_type (arg);
2213 t = implicit_conversion (totype, argtype, ar
7221 tree argtype = TREE_TYPE (arg); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr54760-2.c57 #define func(name, argtype, type, disp)\
59 name ## _tp_store (argtype a) \
220 #define func(name, argtype, type, disp, op, opname)\
222 name ## _tp_load_arith_store_ ##opname (argtype a) \
/haiku-buildtools/gcc/gcc/
H A Dcilk-common.c337 tree arg, argtype; local
342 argtype = TREE_TYPE (arg);
343 gcc_assert (TREE_CODE (argtype) == POINTER_TYPE);
345 argtype = TREE_TYPE (argtype);
H A Ddojump.c588 tree argtype = TREE_TYPE (arg);
592 && prefer_and_bit_test (TYPE_MODE (argtype),
597 do_jump (build2 (BIT_AND_EXPR, argtype, arg,
598 build_int_cstu (argtype, mask)),
587 tree argtype = TREE_TYPE (arg); local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c337 tree argtype = TREE_TYPE (arg);
346 arg = get_temp_name (argtype, 1);
349 arg = pushdecl (build_decl (VAR_DECL, NULL_TREE, argtype));
358 tree slot = build_decl (VAR_DECL, NULL_TREE, argtype);
360 arg = build (TARGET_EXPR, argtype, slot, arg, NULL_TREE, NULL_TREE);
372 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
373 && IS_AGGR_TYPE (argtype)
377 tree binfo = get_binfo (target_type, argtype, 1);
381 return error_not_base_type (target_type, argtype);
336 tree argtype = TREE_TYPE (arg); local
H A Dtypeck.c4263 build_component_addr (arg, argtype)
4264 tree arg, argtype;
4285 rval = build1 (NOP_EXPR, argtype,
4291 rval = convert_force (argtype, rval, 0);
4299 rval = fold (build (PLUS_EXPR, argtype,
4300 rval, cp_convert (argtype, offset)));
4376 register tree argtype = 0;
4518 argtype = TREE_TYPE (arg);
4521 if (TREE_CODE (argtype) == ENUMERAL_TYPE)
4528 if (TREE_CODE (argtype)
4364 register tree argtype = 0; local
[all...]
H A Dcall.c1015 tree argtype = lvalue_type (arg); local
1035 = build_qualified_type (TREE_TYPE (argtype),
1040 t = implicit_conversion (parmtype, argtype, arg, flags);
1044 t = build1 (IDENTITY_CONV, argtype, arg);
1103 tree argtype = lvalue_type (arg); local
1107 t = implicit_conversion (totype, argtype, arg, flags);
1111 t = implicit_conversion (TREE_VALUE (parmnode), argtype, arg, flags);
1114 t = build1 (IDENTITY_CONV, argtype, arg);
3178 tree argtype = TREE_TYPE (TREE_VALUE (arg)); local
3182 TREE_TYPE (argtype), f
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Df95-lang.c605 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \
606 gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \
609 gfc_define_builtin ("__builtin_" name, tbase##double[argtype], \
612 gfc_define_builtin ("__builtin_" name "f", tbase##float[argtype], \
616 #define DEFINE_MATH_BUILTIN(code, name, argtype) \
617 DO_DEFINE_MATH_BUILTIN (code, name, argtype, mfunc_)
619 #define DEFINE_MATH_BUILTIN_C(code, name, argtype) \
620 DO_DEFINE_MATH_BUILTIN (code, name, argtype, mfunc_) \
621 DO_DEFINE_MATH_BUILTIN (C##code, "c" name, argtype, mfunc_c)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-sh64.c1615 shmedia_parse_reg (char *src, int *mode, int *reg, shmedia_arg_type argtype) argument
1871 if (argtype == A_CREG_J || argtype == A_CREG_K)
2223 shmedia_arg_type argtype)
2229 len = shmedia_parse_reg (src, &mode, &(op->reg), argtype);
2510 shmedia_arg_type argtype = opcode->arg[i]; local
2512 switch (argtype)
2772 BAD_CASE (argtype);
2222 shmedia_get_operand(char **ptr, shmedia_operand_info *op, shmedia_arg_type argtype) argument
H A Dtc-crx.c145 static argtype get_optype (operand_type);
183 static argtype
1496 argtype cur_type[MAX_OPERANDS];
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcrx-dis.c101 static argtype getargtype (operand_type);
144 static argtype
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dtypeck.c508 tree argtype = parse_signature_type (&str, limit); local
509 argtype_list = tree_cons (NULL_TREE, argtype, argtype_list);
H A Dclass.c1589 tree argtype = TREE_VALUE (arg); local
1591 if (TREE_CODE (argtype) == POINTER_TYPE)
1594 while (a != arg && argtype != TREE_VALUE (a))
1607 while (arg != end_params_node && argtype == TREE_VALUE (arg));
1625 append_gpp_mangled_type (&temporary_obstack, argtype);
/haiku-buildtools/gcc/gcc/java/
H A Dtypeck.c425 tree argtype = parse_signature_type (&str, limit); local
426 argtype_list = tree_cons (NULL_TREE, argtype, argtype_list);
/haiku-buildtools/binutils/gas/config/
H A Dtc-sh64.c1616 shmedia_arg_type argtype)
1872 if (argtype == A_CREG_J || argtype == A_CREG_K)
2224 shmedia_arg_type argtype)
2230 len = shmedia_parse_reg (src, &mode, &(op->reg), argtype);
2511 shmedia_arg_type argtype = opcode->arg[i]; local
2513 switch (argtype)
2773 BAD_CASE (argtype);
1615 shmedia_parse_reg(char *src, shmedia_arg_type *mode, int *reg, shmedia_arg_type argtype) argument
2223 shmedia_get_operand(char **ptr, shmedia_operand_info *op, shmedia_arg_type argtype) argument
/haiku-buildtools/binutils/opcodes/
H A Dcrx-dis.c102 static argtype getargtype (operand_type);
145 static argtype
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c2787 register tree argtype = 0;
2934 argtype = TREE_TYPE (arg);
2957 inc = convert (argtype, inc);
2991 argtype, value, inc);
3088 argtype = TREE_TYPE (arg);
3097 argtype = c_build_type_variant (argtype,
3102 argtype = build_pointer_type (argtype);
3123 addr = convert (argtype, add
2774 register tree argtype = 0; local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c3841 tree argtype = 0;
4067 argtype = TREE_TYPE (arg);
4075 if (!COMPLETE_OR_VOID_TYPE_P (TREE_TYPE (argtype)))
4080 TREE_TYPE (argtype));
4084 TREE_TYPE (argtype));
4086 else if (TREE_CODE (TREE_TYPE (argtype)) == FUNCTION_TYPE
4087 || TREE_CODE (TREE_TYPE (argtype)) == VOID_TYPE)
4097 inc = c_size_in_bytes (TREE_TYPE (argtype));
4100 else if (FRACT_MODE_P (TYPE_MODE (argtype)))
4117 inc = convert (argtype, in
3826 tree argtype = 0; local
[all...]

Completed in 523 milliseconds

12