Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/sys/
HDsdt.h130 #define DTRACE_PROBE1(name, type0, arg0) argument
131 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
132 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
133 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
134 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
333 #define DTRACE_PROBE1(name, type0, arg0) \ argument
335 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
338 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
340 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
344 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
[all …]
/NextBSD/contrib/gdb/gdb/
HDada-lang.c2899 struct type *type0 = check_typedef (VALUE_TYPE (args[0])); in possible_user_operator_p() local
2912 return (!(numeric_type_p (type0) && numeric_type_p (type1))); in possible_user_operator_p()
2919 return (!(integer_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()
2927 return (!(scalar_type_p (type0) && scalar_type_p (type1))); in possible_user_operator_p()
2930 return ((TYPE_CODE (type0) != TYPE_CODE_ARRAY && in possible_user_operator_p()
2931 (TYPE_CODE (type0) != TYPE_CODE_PTR || in possible_user_operator_p()
2932 TYPE_CODE (TYPE_TARGET_TYPE (type0)) in possible_user_operator_p()
2939 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()
2945 return (!numeric_type_p (type0)); in possible_user_operator_p()
3210 equiv_types (struct type *type0, struct type *type1) in equiv_types() argument
[all …]
HDada-typeprint.c606 print_record_type (struct type *type0, struct ui_file *stream, int show, in print_record_type() argument
612 type = type0; in print_record_type()
741 ada_print_type (struct type *type0, char *varstring, struct ui_file *stream, in ada_print_type() argument
746 struct type *type = ada_completed_type (ada_get_base_type (type0)); in ada_print_type()
/NextBSD/contrib/gcc/
HDipa-type-escape.c1204 tree type0 = get_canon_type (TREE_TYPE (op0), false, false); in scan_for_refs() local
1219 if (type0 && POINTER_TYPE_P (type0) in scan_for_refs()
1221 mark_interesting_type (type0, FULL_ESCAPE); in scan_for_refs()
1235 tree type0 = get_canon_type (TREE_TYPE (op0), false, false); in scan_for_refs() local
1239 if (type0 && (TREE_CODE (op0) == NEGATE_EXPR in scan_for_refs()
1241 && POINTER_TYPE_P (type0)) in scan_for_refs()
1243 mark_interesting_type (type0, FULL_ESCAPE); in scan_for_refs()
HDc-typeck.c8217 tree type0, type1; in build_binary_op() local
8278 type0 = TREE_TYPE (op0); in build_binary_op()
8283 code0 = TREE_CODE (type0); in build_binary_op()
8297 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
8303 objc_ok = objc_compare_types (type0, type1, -3, NULL_TREE, "comparison"); in build_binary_op()
8321 && comp_target_types (type0, type1)) in build_binary_op()
8438 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op()
8444 result_type = type0; in build_binary_op()
8462 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op()
8467 result_type = type0; in build_binary_op()
[all …]
HDbuiltins.c8877 tree type0, type1; in fold_builtin_unordered_cmp() local
8901 type0 = TREE_TYPE (arg0); in fold_builtin_unordered_cmp()
8904 code0 = TREE_CODE (type0); in fold_builtin_unordered_cmp()
8909 cmp_type = TYPE_PRECISION (type0) >= TYPE_PRECISION (type1) in fold_builtin_unordered_cmp()
8910 ? type0 : type1; in fold_builtin_unordered_cmp()
8912 cmp_type = type0; in fold_builtin_unordered_cmp()
HDc-common.c2037 binary_op_error (enum tree_code code, tree type0, tree type1) in binary_op_error() argument
2089 type0, type1); in binary_op_error()
/NextBSD/contrib/gcc/cp/
HDtypeck.c3086 tree type0, type1; in build_binary_op() local
3183 type0 = TREE_TYPE (op0); in build_binary_op()
3188 code0 = TREE_CODE (type0); in build_binary_op()
3198 = targetm.invalid_binary_op (code, type0, type1))) in build_binary_op()
3210 && same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (type0), in build_binary_op()
3212 return pointer_diff (op0, op1, common_type (type0, type1)); in build_binary_op()
3328 result_type = type0; in build_binary_op()
3337 if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op()
3353 result_type = type0; in build_binary_op()
3358 else if (compare_tree_int (op1, TYPE_PRECISION (type0)) >= 0) in build_binary_op()
[all …]
HDChangeLog-19952392 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
/NextBSD/crypto/openssl/doc/apps/
HDreq.pod134 I</type0=value0/type1=value1/type2=...>,
219 The arg must be formatted as I</type0=value0/type1=value1/type2=...>,
HDca.pod236 The arg must be formatted as I</type0=value0/type1=value1/type2=...>,
/NextBSD/lib/libpmc/
HDlibpmc.c1657 __P4MASK(req-type0, 0),
1667 __P4MASK(mem-type0, 11),
/NextBSD/sys/dev/mrsas/
HDmrsas.h2493 } type0; member
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-pip-defs.h5777 uint64_t type0 : 16; /**< VLAN Ethertype member
5784 uint64_t type0 : 16;