Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DGenericOpcodes.td178 let InOperandList = (ins type0:$src1, type0:$src2);
186 let InOperandList = (ins type0:$src1, type0:$src2);
194 let InOperandList = (ins type0:$src1, type0:$src2);
202 let InOperandList = (ins type0:$src1, type0:$src2);
210 let InOperandList = (ins type0:$src1, type0:$src2);
218 let InOperandList = (ins type0:$src1, type0:$src2);
226 let InOperandList = (ins type0:$src1, type0:$src2);
234 let InOperandList = (ins type0:$src1, type0:$src2);
242 let InOperandList = (ins type0:$src1, type0:$src2);
250 let InOperandList = (ins type0:$src1, type0:$src2);
[all …]
H A DTarget.td815 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/freebsd-12.1/sys/sys/
H A Dsdt.h134 #define DTRACE_PROBE1(name, type0, arg0) argument
135 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
136 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
339 #define DTRACE_PROBE1(name, type0, arg0) \ argument
341 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
344 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
346 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
350 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
352 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
359 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dada-lang.c3212 if (type0 == type1) in equiv_types()
5276 type = type0; in ada_variant_discrim_name()
5813 else if (type0 == NULL) in ada_prefer_type()
6193 return type0; in to_fixed_record_type()
6273 result = type0; in to_fixed_array_type()
6283 elt_type0 = type0; in to_fixed_array_type()
6343 if (type0 == NULL) in to_static_fixed_type()
6350 CHECK_TYPEDEF (type0); in to_static_fixed_type()
6355 return type0; in to_static_fixed_type()
6360 return type0; in to_static_fixed_type()
[all …]
H A Dada-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()
/freebsd-12.1/contrib/gcc/
H A Dipa-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()
H A Dc-typeck.c8238 tree type0, type1; in build_binary_op() local
8299 type0 = TREE_TYPE (op0); in build_binary_op()
8304 code0 = TREE_CODE (type0); in build_binary_op()
8465 result_type = type0; in build_binary_op()
8488 result_type = type0; in build_binary_op()
8516 tree tt0 = TREE_TYPE (type0); in build_binary_op()
8569 result_type = type0; in build_binary_op()
8584 result_type = type0; in build_binary_op()
8594 result_type = type0; in build_binary_op()
8628 result_type = type0; in build_binary_op()
[all …]
H A Dbuiltins.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()
H A Dc-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()
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.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()
3328 result_type = type0; in build_binary_op()
3353 result_type = type0; in build_binary_op()
3374 result_type = type0; in build_binary_op()
3417 result_type = type0; in build_binary_op()
3425 result_type = type0; in build_binary_op()
3493 type0)); in build_binary_op()
3526 result_type = type0; in build_binary_op()
[all …]
H A DChangeLog-19952392 * typeck.c (build_binary_op_nodefault, comparison ops): Update type0
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dstoreutl.pod85 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
97 The issuer arg must be formatted as I</type0=value0/type1=value1/type2=...>,
H A Dreq.pod224 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
H A Dca.pod253 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h5777 uint64_t type0 : 16; /**< VLAN Ethertype member
5784 uint64_t type0 : 16;
/freebsd-12.1/sys/dev/mrsas/
H A Dmrsas.h2860 } type0; member