Searched refs:type0 (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/config/avr/
H A Davr-c.c62 tree type0, type1, fold = NULL_TREE; local
82 type0 = TREE_TYPE (args[0]);
84 if (!FIXED_POINT_TYPE_P (type0))
92 switch (TYPE_MODE (type0))
141 type0 = TREE_TYPE (args[0]);
144 if (!FIXED_POINT_TYPE_P (type0))
160 switch (TYPE_MODE (type0))
207 type0 = TREE_TYPE (args[0]);
209 if (!FIXED_POINT_TYPE_P (type0))
217 switch (TYPE_MODE (type0))
[all...]
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid_conf.h929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\
930 void fn_name (type0 *pres, \
949 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\
950 void fn_name (type0 *pres, \
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\
960 void fn_name (type0 *pres, \
969 #define TYPE0_FUNCTION_ARG128_ARG128(type0, fn_name, arg_name1, arg_name2)\
970 void fn_name (type0 * pres, \
979 #define TYPE0_FUNCTION_ARG1(type0, fn_name, arg_name)\
980 void fn_name (type0 * pre
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ubsan.c153 tree type0 = TREE_TYPE (op0); local
156 HOST_WIDE_INT op0_prec = TYPE_PRECISION (type0);
169 && !TYPE_UNSIGNED (type0)
174 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0);
189 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0);
194 build_int_cst (type0, 0));
227 ubsan_type_descriptor (type0),
H A Dc-common.c4050 tree type0, tree type1)
4103 type0, type1);
12212 tree type0 = TREE_TYPE (op0);
12217 gcc_assert (TREE_CODE (type0) == VECTOR_TYPE
12227 if (TREE_CODE (type0) == INTEGER_TYPE
12234 "involves truncation", type0, type1);
12268 if (TREE_CODE (type0) == VECTOR_TYPE)
12273 tmp = type0; type0 = type1; type1 = tmp;
12277 if (TREE_CODE (type0)
4042 binary_op_error(location_t location, enum tree_code code, tree type0, tree type1) argument
12193 tree type0 = TREE_TYPE (op0); local
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck.c3912 tree type0, type1;
4017 type0 = TREE_TYPE (op0);
4022 code0 = TREE_CODE (type0);
4031 = targetm.invalid_binary_op (code, type0, type1)))
4049 && !TYPE_PTR_OR_PTRMEM_P (type0))
4076 type0 = TREE_TYPE (op0);
4077 code0 = TREE_CODE (type0);
4083 op1 = convert (TREE_TYPE (type0), op1);
4085 op1 = build_vector_from_val (type0, op1);
4102 && same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (type0),
3904 tree type0, type1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexpr.c360 tree type0 = TREE_TYPE (exp0);
362 int len0 = int_size_in_bytes (type0);
365 if (len0 < 0 && TYPE_ARRAY_MAX_SIZE (type0)
366 && TREE_CODE (TYPE_ARRAY_MAX_SIZE (type0)) == INTEGER_CST)
367 len0 = TREE_INT_CST_LOW (TYPE_ARRAY_MAX_SIZE (type0));
3295 tree type0, type1, size0, size1, res;
3298 type0 = TREE_TYPE (op0);
3319 else if (TREE_CODE (type0) == TREE_CODE (type1))
3329 if (TREE_CODE (type0) == SET_TYPE)
3332 discrete_count (TYPE_DOMAIN (type0)),
358 tree type0 = TREE_TYPE (exp0); local
3279 tree type0, type1, size0, size1, res; local
3724 tree type0 = TREE_TYPE (op0); local
4260 tree type0 = TREE_TYPE (op0); local
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c10275 tree type0, type1, orig_type0, orig_type1;
10387 orig_type0 = type0 = find_correct_array_notation_type (op0);
10389 orig_type0 = type0 = TREE_TYPE (op0);
10398 code0 = TREE_CODE (type0);
10412 = targetm.invalid_binary_op (code, type0, type1)))
10437 type0 = TREE_TYPE (op0);
10440 && (eptype = excess_precision_type (type0)) != NULL_TREE)
10442 type0 = eptype;
10457 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE);
10480 orig_type0 = type0
10237 tree type0, type1, orig_type0, orig_type1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c3309 tree type0, type1;
3393 type0 = TREE_TYPE (op0);
3398 code0 = TREE_CODE (type0);
3423 && comp_target_types (type0, type1, 1))
3424 return pointer_diff (op0, op1, common_type (type0, type1));
3512 result_type = type0;
3523 >= TYPE_PRECISION (type0)))
3539 result_type = type0;
3546 >= TYPE_PRECISION (type0)))
3562 result_type = type0;
3299 tree type0, type1; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c1947 tree type0, type1;
2004 type0 = TREE_TYPE (op0);
2009 code0 = TREE_CODE (type0);
2038 && comp_target_types (type0, type1))
2140 >= TYPE_PRECISION (type0)))
2146 result_type = type0;
2168 >= TYPE_PRECISION (type0)))
2173 result_type = type0;
2196 >= TYPE_PRECISION (type0)))
2201 result_type = type0;
1936 tree type0, type1; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c444 tree type0 = expr0->type; local
448 if ((type0 == NULL_TREE) ^ (type1 == NULL_TREE))
453 if (type0 != type1
454 && (TREE_CODE (type0) == ERROR_MARK
456 || TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1)
457 || TYPE_PRECISION (type0) != TYPE_PRECISION (type1)
458 || TYPE_MODE (type0) != TYPE_MODE (type1)))
H A Dbuiltins.c9894 tree type0, type1;
9898 type0 = TREE_TYPE (arg0);
9901 code0 = TREE_CODE (type0);
9906 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
9907 ? type0 : type1;
9909 cmp_type = type0;
9891 tree type0, type1; local

Completed in 468 milliseconds