Searched refs:optype (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dvalue-prof.c187 tree optype = TREE_TYPE (operation); local
194 tmpv = create_tmp_var (optype, "PROF");
195 tmp1 = create_tmp_var (optype, "PROF");
196 stmt1 = build2 (MODIFY_EXPR, optype, tmpv, fold_convert (optype, value));
197 stmt2 = build2 (MODIFY_EXPR, optype, tmp1, op2);
207 tmp2 = create_tmp_var (optype, "PROF");
209 stmt1 = build2 (MODIFY_EXPR, optype, tmp2,
210 build2 (TREE_CODE (operation), optype, op1, tmpv));
216 stmt1 = build2 (MODIFY_EXPR, optype, tmp
350 tree optype = TREE_TYPE (operation); local
514 tree optype = TREE_TYPE (operation); local
[all...]
H A Dgimplify.c3238 tree optype = TREE_TYPE (op);
3240 if (lang_hooks.types_compatible_p (type, optype))
3243 else if (TREE_CODE (optype) == ARRAY_TYPE
3244 && lang_hooks.types_compatible_p (type, TREE_TYPE (optype)))
3246 tree type_domain = TYPE_DOMAIN (optype);
3237 tree optype = TREE_TYPE (op); local
H A Dfold-const.c13331 tree optype = TREE_TYPE (op);
13336 if (type == optype)
13345 else if (TREE_CODE (optype) == ARRAY_TYPE
13346 && type == TREE_TYPE (optype))
13348 tree type_domain = TYPE_DOMAIN (optype);
13355 else if (TREE_CODE (optype) == COMPLEX_TYPE
13356 && type == TREE_TYPE (optype))
13296 tree optype = TREE_TYPE (op); local
/freebsd-11-stable/libexec/bootpd/
H A Dreadfile.c721 if (optype == OP_BOOLEAN) \
724 if (optype == OP_ADDITION) { \
735 if (optype == OP_BOOLEAN) \
743 if (optype == OP_ADDITION) { \
754 if (optype == OP_BOOLEAN) \
762 if (optype == OP_ADDITION) { \
773 if (optype == OP_BOOLEAN) \
776 if (optype == OP_ADDITION) { \
803 int optype; /* Indicates boolean, addition, or deletion */
842 optype
797 int optype; /* Indicates boolean, addition, or deletion */ local
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_sysctl.c74 int optype; member in struct:flash_img_attri
308 pimg->optype = 0;
315 pimg->optype = 1;
321 pimg->optype,
328 pimg->optype = 2;
335 pimg->optype = 3;
342 pimg->optype = 8;
349 pimg->optype = 9;
356 pimg->optype = 10;
363 pimg->optype
[all...]
H A Doce_mbox.c1467 oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode, argument
1487 fwcmd->flash_op_type = LE_32(optype);
1516 uint32_t offset, uint32_t optype)
1540 fwcmd->flash_op_type = optype;
1515 oce_mbox_get_flashrom_crc(POCE_SOFTC sc, uint8_t *flash_crc, uint32_t offset, uint32_t optype) argument
H A Doce_if.h1061 int oce_mbox_write_flashrom(POCE_SOFTC sc, uint32_t optype,uint32_t opcode,
1068 uint32_t offset, uint32_t optype);
H A Doce_if.c2732 int num_cqes = 0, evt_type = 0, optype = 0; local
2746 optype = cqe->u0.s.async_type;
2754 optype == ASYNC_EVENT_DEBUG_QNQ) {
/freebsd-11-stable/sys/dev/sume/
H A Dadapter.h225 * optype - 0x1f when writing, 0x00 for reading
231 uint32_t optype; member in struct:nf_regop_data
H A Dif_sume.c734 * Request a register read or write (depending on optype).
735 * If optype is set (0x1f) this will result in a register write,
741 uint32_t optype)
768 data->optype = htole32(optype);
783 if (optype != SUME_MR_READ || error != 0 || error == EWOULDBLOCK) {
785 if (optype == SUME_MR_READ)
740 sume_module_reg_write(struct nf_priv *nf_priv, struct sume_ifreq *sifr, uint32_t optype) argument
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c359 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, argument
375 if ((optype != -1) && !(ctx->operation & optype)) {
H A Devp.h1217 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
/freebsd-11-stable/lib/libomp/
H A Domp-tools.h925 ompt_target_data_op_t optype,
936 ompt_target_data_op_t optype; member in struct:ompt_record_target_data_op_t
/freebsd-11-stable/contrib/gcc/cp/
H A Dsearch.c1156 build_baselink (tree binfo, tree access_binfo, tree functions, tree optype)
1164 gcc_assert (!optype || TYPE_P (optype));
1172 BASELINK_OPTYPE (baselink) = optype;
1154 build_baselink(tree binfo, tree access_binfo, tree functions, tree optype) argument
H A Ddecl.c7337 tree optype)
7345 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
7346 type = build_pointer_type (optype);
7358 if (targetm.cxx.cdtor_returns_this () && !TYPE_FOR_JAVA (optype))
7365 if (type && !same_type_p (type, optype))
7366 error ("operator %qT declared to return %qT", optype, type);
7368 pedwarn ("return type specified for %<operator %T%>", optype);
7369 type = optype;
7321 check_special_function_return_type(special_function_kind sfk, tree type, tree optype) argument
H A Dcall.c5368 tree optype; local
5407 optype = BASELINK_OPTYPE (fns);
5492 this_arglist, optype,
H A Dpt.c7862 tree optype;
7876 optype = BASELINK_OPTYPE (baselink);
7906 = tsubst (optype, args, complain, in_decl);
7861 tree optype; local
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c1208 struct neon_type optype;
1212 if (parse_neon_type (&optype, &str) == SUCCESS)
1214 if (optype.elems == 1)
1215 *vectype = optype.el[0];
5157 struct neon_type_el optype;
5159 if ((val = parse_scalar (&ptr, 8, &optype)) != FAIL)
5164 inst.operands[i].vectype = optype;
5177 else if ((val = arm_typed_reg_parse (&ptr, REG_TYPE_NSDQ, &rtype, &optype))
5189 inst.operands[i].vectype = optype;
5218 &optype)) !
1206 struct neon_type optype; local
5154 struct neon_type_el optype; local
[all...]

Completed in 331 milliseconds