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

/freebsd-11-stable/sys/sys/
H A Dsdt.h132 #define DTRACE_PROBE1(name, type0, arg0)
133 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1)
134 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2)
135 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3)
136 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\
337 #define DTRACE_PROBE1(name, type0, arg0) \
339 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
342 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \
344 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
348 #define DTRACE_PROBE3(name, type0, arg
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2904 struct type *type0 = check_typedef (VALUE_TYPE (args[0]));
2917 return (!(numeric_type_p (type0) && numeric_type_p (type1)));
2924 return (!(integer_type_p (type0) && integer_type_p (type1)));
2932 return (!(scalar_type_p (type0) && scalar_type_p (type1)));
2935 return ((TYPE_CODE (type0) != TYPE_CODE_ARRAY &&
2936 (TYPE_CODE (type0) != TYPE_CODE_PTR ||
2937 TYPE_CODE (TYPE_TARGET_TYPE (type0))
2944 return (!(numeric_type_p (type0) && integer_type_p (type1)));
2950 return (!numeric_type_p (type0));
3218 equiv_types (struct type *type0, struc
2899 struct type *type0 = check_typedef (VALUE_TYPE (args[0])); local
3210 equiv_types(struct type *type0, struct type *type1) argument
3244 struct type *type0 = SYMBOL_TYPE (sym0); local
5264 ada_variant_discrim_name(struct type *type0) argument
5809 ada_prefer_type(struct type *type0, struct type *type1) argument
6174 to_fixed_record_type(struct type *type0, char *valaddr, CORE_ADDR address, struct value *dval) argument
6252 to_fixed_array_type(struct type *type0, struct value *dval, int ignore_too_big) argument
6339 to_static_fixed_type(struct type *type0) argument
6427 ada_to_fixed_value(struct type *type0, char *valaddr, CORE_ADDR address, struct value *val0) argument
[all...]
H A Dada-typeprint.c607 print_record_type (struct type *type0, struct ui_file *stream, int show,
613 type = type0;
742 ada_print_type (struct type *type0, char *varstring, struct ui_file *stream,
747 struct type *type = ada_completed_type (ada_get_base_type (type0));
606 print_record_type(struct type *type0, struct ui_file *stream, int show, int level) argument
741 ada_print_type(struct type *type0, char *varstring, struct ui_file *stream, int show, int level) argument
/freebsd-11-stable/contrib/gcc/
H A Dipa-type-escape.c1204 tree type0 = get_canon_type (TREE_TYPE (op0), false, false); local
1219 if (type0 && POINTER_TYPE_P (type0)
1221 mark_interesting_type (type0, FULL_ESCAPE);
1235 tree type0 = get_canon_type (TREE_TYPE (op0), false, false); local
1239 if (type0 && (TREE_CODE (op0) == NEGATE_EXPR
1241 && POINTER_TYPE_P (type0))
1243 mark_interesting_type (type0, FULL_ESCAPE);
H A Dc-typeck.c8276 tree type0, type1;
8337 type0 = TREE_TYPE (op0);
8342 code0 = TREE_CODE (type0);
8356 = targetm.invalid_binary_op (code, type0, type1)))
8362 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE, "comparison");
8380 && comp_target_types (type0, type1))
8497 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0)
8503 result_type = type0;
8521 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0)
8526 result_type = type0;
8238 tree type0, type1; local
[all...]
H A Dbuiltins.c8880 tree type0, type1;
8904 type0 = TREE_TYPE (arg0);
8907 code0 = TREE_CODE (type0);
8912 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1)
8913 ? type0 : type1;
8915 cmp_type = type0;
8877 tree type0, type1; local
H A Dc-common.c2045 binary_op_error (enum tree_code code, tree type0, tree type1)
2097 type0, type1);
2037 binary_op_error(enum tree_code code, tree type0, tree type1) argument
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c3093 tree type0, type1;
3190 type0 = TREE_TYPE (op0);
3195 code0 = TREE_CODE (type0);
3205 = targetm.invalid_binary_op (code, type0, type1)))
3217 && same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (type0),
3219 return pointer_diff (op0, op1, common_type (type0, type1));
3335 result_type = type0;
3344 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0)
3360 result_type = type0;
3365 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >
3086 tree type0, type1; local
[all...]
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2382 __P4MASK(req-type0, 0),
2392 __P4MASK(mem-type0, 11),
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.h2860 } type0; member in union:_MRSAS_DRV_PCI_COMMON_HEADER::__anon5135
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h5777 uint64_t type0 : 16; /**< VLAN Ethertype member in struct:cvmx_pip_vlan_etypesx::cvmx_pip_vlan_etypesx_s
5784 uint64_t type0 : 16;

Completed in 300 milliseconds