Searched refs:ignored (Results 126 - 148 of 148) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp771 bool ignored; local
773 APFloat::rmNearestTiesToEven, &ignored); local
H A DAsmWriter.cpp1314 bool ignored; local
1346 &ignored); local
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c1714 * @param ignored This parameter carries the ULP which is only used for WQ and RQs
1722 ocs_dma_t *qmem, uint16_t eq_id, uint16_t ignored)
1972 * so these parameters are ignored
2047 * parameter is ignored.
2184 * @param ignored This parameter carries the ULP which is only used for WQ and RQs
2192 ocs_dma_t *qmem, uint16_t cq_id, uint16_t ignored)
5834 * @param ignored This parameter carries the ULP for WQ (ignored for V1)
5841 uint16_t cq_id, uint16_t ignored)
6125 * @param ulp This parameter carries the ULP for RQ (ignored fo
1721 sli_cmd_common_create_cq(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *qmem, uint16_t eq_id, uint16_t ignored) argument
2191 sli_cmd_common_create_mq_ext(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *qmem, uint16_t cq_id, uint16_t ignored) argument
5840 sli_cmd_fcoe_wq_create_v1(sli4_t *sli4, void *buf, size_t size, ocs_dma_t *qmem, uint16_t cq_id, uint16_t ignored) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp184 return (void) EmitAnyExpr(E, AggValueSlot::ignored(), true);
214 AggValueSlot AggSlot = AggValueSlot::ignored();
3552 // Handle the extvector case we ignored above.
4204 // __weak attribute on a field is ignored.
4712 return EmitARCStoreStrong(E, /*ignored*/ false).first;
5159 // Otherwise, evaluate the expression in an ignored context.
5178 return emitPseudoObjectExpr(*this, E, true, AggValueSlot::ignored()).LV;
H A DCGStmtOpenMP.cpp1811 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(),
1821 RValue Len = CGF.EmitAnyExpr(C->getSafelen(), AggValueSlot::ignored(),
H A DCGExprScalar.cpp1792 assert (Ignore == false && "init list ignored");
2590 bool ignored; local
2600 F.convert(*FS, llvm::APFloat::rmTowardZero, &ignored);
3036 // If the result is clearly ignored, return now.
4034 // If the result is clearly ignored, return now.
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c303 void *ignored ATTRIBUTE_UNUSED)
/freebsd-11-stable/contrib/gcc/
H A Dc-format.c1272 the standard does say extra arguments are ignored, so in the specific
1956 if (bad_flag_pairs[i].ignored)
1960 "%s ignored with %s and %<%%%c%> %s format",
1964 warning (OPT_Wformat, "%s ignored with %s in %s format",
H A Dbuiltins.c2920 /* If return value is ignored, transform mempcpy into memcpy. */
3208 /* If return value is ignored, transform stpcpy into strcpy. */
5403 value is to be ignored. */
5668 IGNORE is nonzero if the value is to be ignored. */
5691 to determine whether the function's result will be ignored. */
5695 /* If the result of a pure or const built-in function is ignored, and
8943 result of the function call is ignored. This function returns NULL_TREE
9851 by the builtin will be ignored. UNLOCKED is true is true if this
9935 /* These optimizations are only performed when the result is ignored,
10015 fold_builtin_sprintf (tree arglist, int ignored)
10012 fold_builtin_sprintf(tree arglist, int ignored) argument
[all...]
H A Dreload1.c4214 forget_old_reloads_1 (rtx x, rtx ignored ATTRIBUTE_UNUSED,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c311 vdev_raidz_cksum_free(void *arg, size_t ignored) argument
H A Dzio.c3442 zio_vsd_default_cksum_report(zio_t *zio, zio_cksum_report_t *zcr, void *ignored) argument
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1147 fprintf(fp, "ignored packets: %lu\n",
1148 (u_long)ntohl(io->ignored));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp76 #pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c1215 io->ignored = htonl((u_int32)packets_ignored);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp999 bool ignored; local
1001 &ignored); local
H A DExprConstant.cpp2349 bool ignored;
2350 if (Value.convertToInteger(Result, llvm::APFloat::rmTowardZero, &ignored)
2360 bool ignored;
2362 APFloat::rmNearestTiesToEven, &ignored);
4840 // As a general principle, C++11 attributes can be ignored without
7219 /// Visit a value which is evaluated, but whose value is ignored.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7973 // Warn about ignored flag with a fixit removal.
8257 // Check that flags are not ignored by another flag
8258 if (FS.hasSpacePrefix() && FS.hasPlusPrefix()) // ' ' ignored by '+'
8261 if (FS.hasLeadingZeros() && FS.isLeftJustified()) // '0' ignored by '-'
10565 bool ignored; local
10566 truncated.convert(Src, llvm::APFloat::rmNearestTiesToEven, &ignored);
10567 truncated.convert(Tgt, llvm::APFloat::rmNearestTiesToEven, &ignored);
12097 // ...but it's currently ignored...
H A DSemaOverload.cpp306 /// from floating point types to integral types should be ignored.
363 bool ignored;
365 llvm::APFloat::rmTowardZero, &ignored);
398 bool ignored;
401 llvm::APFloat::rmNearestTiesToEven, &ignored);
6163 // A defaulted move constructor that is defined as deleted is ignored by
6742 // ignored by overload resolution.
6790 // The implicit object argument is ignored.
10978 // Do nothing, these should simply be ignored.
12172 // overloaded function name is ignored (5.
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c4585 s_alpha_arch (int ignored ATTRIBUTE_UNUSED)
5210 ignored; perhaps it was once meaningful, but now it is historical.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4479 bool ignored;
4483 APFloat::rmNearestTiesToEven, &ignored);
4488 bool ignored;
4492 V.convertToInteger(IntVal, APFloat::rmTowardZero, &ignored);
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c330 init_maxsockets(void *ignored) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp644 bool ignored; local
647 &ignored); local
817 // N.b. ISD::EXTLOAD legality is basically ignored except for i1-like
11337 // of the element (the remaining are ignored) and 0 in that high bit would
[all...]

Completed in 816 milliseconds

123456