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

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.h141 signed int type0 : 8; member in struct:direct_internal_fn_info
160 return direct_internal_fn_array[fn].type0 >= -1;
194 the "type0" and "type1" fields of FN's direct_internal_fn_info
198 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, argument
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1),
H A Dtree-ssa-scopedtables.c564 tree type0 = expr0->type; local
568 if ((type0 == NULL_TREE) ^ (type1 == NULL_TREE))
573 if (type0 != type1
574 && (TREE_CODE (type0) == ERROR_MARK
576 || TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1)
577 || TYPE_PRECISION (type0) != TYPE_PRECISION (type1)
578 || TYPE_MODE (type0) != TYPE_MODE (type1)))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.h145 signed int type0 : 8; member in struct:direct_internal_fn_info
164 return direct_internal_fn_array[fn].type0 >= -1;
198 the "type0" and "type1" fields of FN's direct_internal_fn_info
202 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, argument
205 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1),
H A Dtree-ssa-scopedtables.cc564 tree type0 = expr0->type; local
568 if ((type0 == NULL_TREE) ^ (type1 == NULL_TREE))
573 if (type0 != type1
574 && (TREE_CODE (type0) == ERROR_MARK
576 || TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1)
577 || TYPE_PRECISION (type0) != TYPE_PRECISION (type1)
578 || TYPE_MODE (type0) != TYPE_MODE (type1)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-c.c52 tree type0, type1, fold = NULL_TREE; local
72 type0 = TREE_TYPE (args[0]);
74 if (!FIXED_POINT_TYPE_P (type0))
82 switch (TYPE_MODE (type0))
131 type0 = TREE_TYPE (args[0]);
134 if (!FIXED_POINT_TYPE_P (type0))
150 switch (TYPE_MODE (type0))
197 type0 = TREE_TYPE (args[0]);
199 if (!FIXED_POINT_TYPE_P (type0))
207 switch (TYPE_MODE (type0))
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.cc52 tree type0, type1, fold = NULL_TREE; local
72 type0 = TREE_TYPE (args[0]);
74 if (!FIXED_POINT_TYPE_P (type0))
82 switch (TYPE_MODE (type0))
131 type0 = TREE_TYPE (args[0]);
134 if (!FIXED_POINT_TYPE_P (type0))
150 switch (TYPE_MODE (type0))
197 type0 = TREE_TYPE (args[0]);
199 if (!FIXED_POINT_TYPE_P (type0))
207 switch (TYPE_MODE (type0))
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/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...]
/netbsd-current/external/gpl3/gcc/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ubsan.c123 tree type0 = TREE_TYPE (op0); local
125 if (!INTEGRAL_TYPE_P (type0))
129 HOST_WIDE_INT op0_prec = TYPE_PRECISION (type0);
140 if (TYPE_OVERFLOW_WRAPS (type0)
141 || maybe_ne (GET_MODE_BITSIZE (TYPE_MODE (type0)),
142 TYPE_PRECISION (type0))
156 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0);
169 tt = fold_convert_loc (loc, unsigned_type_for (type0),
175 build_int_cst (type0, 0));
215 ubsan_type_descriptor (type0),
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ubsan.cc150 tree type0 = TREE_TYPE (op0); local
152 if (!INTEGRAL_TYPE_P (type0))
156 HOST_WIDE_INT op0_prec = TYPE_PRECISION (type0);
167 if (TYPE_OVERFLOW_WRAPS (type0)
168 || maybe_ne (GET_MODE_BITSIZE (TYPE_MODE (type0)),
169 TYPE_PRECISION (type0))
183 tt = fold_convert_loc (loc, unsigned_type_for (type0), op0);
196 tt = fold_convert_loc (loc, unsigned_type_for (type0),
202 build_int_cst (type0, 0));
242 ubsan_type_descriptor (type0),
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgo-lang.c78 struct type *type0 = type->field (0).type (); local
81 type0 = check_typedef (type0);
84 if (type0->code () == TYPE_CODE_PTR
89 struct type *target_type = type0->target_type ();
H A Dada-lang.c3098 struct type *type0 = ada_check_typedef (type);
3099 struct type *base_index_type = type0->index_type ()->target_type ();
3103 (NULL, type0->target_type (), index_type,
3104 type0->dyn_prop (DYN_PROP_BYTE_STRIDE),
3105 TYPE_FIELD_BITSIZE (type0, 0));
3106 int base_low = ada_discrete_type_low_bound (type0->index_type ());
3122 stride = type0->target_type ()->length ();
4193 struct type *type0 =
4198 if (type0 == NULL)
4210 return (!(numeric_type_p (type0)
3093 struct type *type0 = ada_check_typedef (type); local
4187 struct type *type0 = local
4800 equiv_types(struct type *type0, struct type *type1) argument
4834 struct type *type0 = sym0->type (); local
6782 ada_variant_discrim_name(struct type *type0) argument
7637 ada_prefer_type(struct type *type0, struct type *type1) argument
8103 template_to_static_fixed_type(struct type *type0) argument
8260 to_fixed_record_type(struct type *type0, const gdb_byte *valaddr, CORE_ADDR address, struct value *dval) argument
8411 to_fixed_array_type(struct type *type0, struct value *dval, int ignore_too_big) argument
8735 to_static_fixed_type(struct type *type0) argument
8850 ada_to_fixed_value_create(struct type *type0, CORE_ADDR address, struct value *val0) argument
10324 struct type *type0 = ada_check_typedef (value_type (array)); local
[all...]
H A Dada-typeprint.c803 print_record_type (struct type *type0, struct ui_file *stream, int show,
809 type = ada_find_parallel_type (type0, "___XVE");
811 type = type0;
941 ada_print_type (struct type *type0, const char *varstring,
945 struct type *type = ada_check_typedef (ada_get_base_type (type0));
957 const char *type_name = decoded_type_name (type0);
802 print_record_type(struct type *type0, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
940 ada_print_type(struct type *type0, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
/netbsd-current/sys/sys/
H A Dsdt.h178 #define DTRACE_PROBE1(name, type0, arg0) \
180 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) do \
184 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) do \
189 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \
195 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \
412 #define DTRACE_PROBE1(name, type0, arg0) \
414 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
417 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \
419 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
423 #define DTRACE_PROBE3(name, type0, arg
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgo-lang.c78 struct type *type0 = type->field (0).type (); local
81 type0 = check_typedef (type0);
84 if (type0->code () == TYPE_CODE_PTR
89 struct type *target_type = TYPE_TARGET_TYPE (type0);
H A Dada-lang.c2757 struct type *type0 = ada_check_typedef (type);
2758 struct type *base_index_type = TYPE_TARGET_TYPE (type0->index_type ());
2762 (NULL, TYPE_TARGET_TYPE (type0), index_type,
2763 type0->dyn_prop (DYN_PROP_BYTE_STRIDE),
2764 TYPE_FIELD_BITSIZE (type0, 0));
2765 int base_low = ada_discrete_type_low_bound (type0->index_type ());
2779 * TYPE_LENGTH (TYPE_TARGET_TYPE (type0)));
4073 struct type *type0 =
4078 if (type0 == NULL)
4090 return (!(numeric_type_p (type0)
2753 struct type *type0 = ada_check_typedef (type); local
4068 struct type *type0 = local
4700 equiv_types(struct type *type0, struct type *type1) argument
4734 struct type *type0 = SYMBOL_TYPE (sym0); local
6718 ada_variant_discrim_name(struct type *type0) argument
7562 ada_prefer_type(struct type *type0, struct type *type1) argument
8050 template_to_static_fixed_type(struct type *type0) argument
8205 to_fixed_record_type(struct type *type0, const gdb_byte *valaddr, CORE_ADDR address, struct value *dval) argument
8357 to_fixed_array_type(struct type *type0, struct value *dval, int ignore_too_big) argument
8679 to_static_fixed_type(struct type *type0) argument
8794 ada_to_fixed_value_create(struct type *type0, CORE_ADDR address, struct value *val0) argument
10595 struct type *type0 = ada_check_typedef (value_type (array)); local
[all...]
H A Dada-typeprint.c806 print_record_type (struct type *type0, struct ui_file *stream, int show,
812 type = ada_find_parallel_type (type0, "___XVE");
814 type = type0;
954 ada_print_type (struct type *type0, const char *varstring,
958 struct type *type = ada_check_typedef (ada_get_base_type (type0));
959 char *type_name = decoded_type_name (type0);
805 print_record_type(struct type *type0, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
953 ada_print_type(struct type *type0, const char *varstring, struct ui_file *stream, int show, int level, const struct type_print_options *flags) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; local
48 type0 = TREE_TYPE (op0);
56 if (POINTER_TYPE_P (type0) && TREE_CODE (op1) == INTEGER_CST
59 result_type = type0;
68 else if (INTEGRAL_TYPE_P (type0) && INTEGRAL_TYPE_P (type1))
70 if (TYPE_PRECISION (type0) > TYPE_PRECISION (type1))
71 result_type = type0;
72 else if (TYPE_PRECISION (type0) < TYPE_PRECISION (type1))
74 else if (TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1))
75 result_type = TYPE_UNSIGNED (type0)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; local
48 type0 = TREE_TYPE (op0);
56 if (POINTER_TYPE_P (type0) && TREE_CODE (op1) == INTEGER_CST
59 result_type = type0;
68 else if (INTEGRAL_TYPE_P (type0) && INTEGRAL_TYPE_P (type1))
70 if (TYPE_PRECISION (type0) > TYPE_PRECISION (type1))
71 result_type = type0;
72 else if (TYPE_PRECISION (type0) < TYPE_PRECISION (type1))
74 else if (TYPE_UNSIGNED (type0) != TYPE_UNSIGNED (type1))
75 result_type = TYPE_UNSIGNED (type0)
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4796 do_warn_enum_conversions (location_t loc, enum tree_code code, tree type0,
4799 if (TREE_CODE (type0) == ENUMERAL_TYPE
4801 && TYPE_MAIN_VARIANT (type0) != TYPE_MAIN_VARIANT (type1))
4831 type0, type1);
4835 "types %qT and %qT is deprecated", type0, type1);
4839 else if ((TREE_CODE (type0) == ENUMERAL_TYPE
4841 || (TREE_CODE (type0) == REAL_TYPE
4844 const bool enum_first_p = TREE_CODE (type0) == ENUMERAL_TYPE;
4866 type0, type1);
4870 type0, type
4788 do_warn_enum_conversions(location_t loc, enum tree_code code, tree type0, tree type1) argument
4907 tree type0, type1; local
5157 tree type0 = TREE_OPERAND (op0, 0); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4488 tree type0, type1;
4598 type0 = TREE_TYPE (op0);
4603 code0 = TREE_CODE (type0);
4612 = targetm.invalid_binary_op (code, type0, type1)))
4630 && !TYPE_PTR_OR_PTRMEM_P (type0))
4643 if ((gnu_vector_type_p (type0) && code1 != VECTOR_TYPE)
4658 type0 = TREE_TYPE (op0);
4659 code0 = TREE_CODE (type0);
4665 op1 = convert (TREE_TYPE (type0), op1);
4667 op1 = build_vector_from_val (type0, op
4480 tree type0, type1; local
4730 tree type0 = TREE_OPERAND (op0, 0); local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c11545 tree type0, type1, orig_type0, orig_type1;
11652 orig_type0 = type0 = TREE_TYPE (op0);
11658 code0 = TREE_CODE (type0);
11680 = targetm.invalid_binary_op (code, type0, type1)))
11708 && (ANY_INTEGRAL_TYPE_P (type0)
11719 type0 = TREE_TYPE (op0);
11722 && (eptype = excess_precision_type (type0)) != NULL_TREE)
11724 type0 = eptype;
11739 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE);
11743 if ((gnu_vector_type_p (type0)
11508 tree type0, type1, orig_type0, orig_type1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11757 tree type0, type1, orig_type0, orig_type1;
11864 orig_type0 = type0 = TREE_TYPE (op0);
11870 code0 = TREE_CODE (type0);
11892 = targetm.invalid_binary_op (code, type0, type1)))
11920 && (ANY_INTEGRAL_TYPE_P (type0)
11931 type0 = TREE_TYPE (op0);
11934 && (eptype = excess_precision_type (type0)) != NULL_TREE)
11936 type0 = eptype;
11951 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE);
11955 if ((gnu_vector_type_p (type0)
11720 tree type0, type1, orig_type0, orig_type1; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1221 type_suffix_index type0,
1224 type_suffix_pair types = { type0, type1 };
1236 type_suffix_index type0,
1239 tree res = lookup_form (mode, type0, type1);
1243 return report_no_such_form (type0);
1244 if (type0 == type_suffix_ids[0])
1220 lookup_form(mode_suffix_index mode, type_suffix_index type0, type_suffix_index type1) argument
1235 resolve_to(mode_suffix_index mode, type_suffix_index type0, type_suffix_index type1) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1216 type_suffix_index type0,
1219 type_suffix_pair types = { type0, type1 };
1231 type_suffix_index type0,
1234 tree res = lookup_form (mode, type0, type1);
1238 return report_no_such_form (type0);
1239 if (type0 == type_suffix_ids[0])
1215 lookup_form(mode_suffix_index mode, type_suffix_index type0, type_suffix_index type1) argument
1230 resolve_to(mode_suffix_index mode, type_suffix_index type0, type_suffix_index type1) argument

Completed in 716 milliseconds

12