Searched refs:ignored (Results 101 - 118 of 118) sorted by relevance

12345

/freebsd-9.3-release/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. */
5379 value is to be ignored. */
5644 IGNORE is nonzero if the value is to be ignored. */
5667 to determine whether the function's result will be ignored. */
5671 /* If the result of a pure or const built-in function is ignored, and
8850 result of the function call is ignored. This function returns NULL_TREE
9754 by the builtin will be ignored. UNLOCKED is true is true if this
9838 /* These optimizations are only performed when the result is ignored,
9918 fold_builtin_sprintf (tree arglist, int ignored)
9915 fold_builtin_sprintf(tree arglist, int ignored) argument
[all...]
H A Dreload1.c4212 forget_old_reloads_1 (rtx x, rtx ignored ATTRIBUTE_UNUSED,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp1448 bool ignored; local
1449 if (Value.convertToInteger(Result, llvm::APFloat::rmTowardZero, &ignored)
1459 bool ignored; local
1461 APFloat::rmNearestTiesToEven, &ignored)
3467 // As a general principle, C++11 attributes can be ignored without
4151 /// Visit a value which is evaluated, but whose value is ignored.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp342 bool ignored; local
344 llvm::APFloat::rmTowardZero, &ignored);
372 bool ignored; local
375 llvm::APFloat::rmNearestTiesToEven, &ignored);
1093 /// function context. Inside an unavailable function, unavailability is ignored.
5485 // A defaulted move constructor that is defined as deleted is ignored by
5672 // ignored by overload resolution.
5715 // The implicit object argument is ignored.
9775 // overloaded function name is ignored (5.1). ]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c303 vdev_raidz_cksum_free(void *arg, size_t ignored) argument
H A Dzio.c2687 zio_vsd_default_cksum_report(zio_t *zio, zio_cksum_report_t *zcr, void *ignored) argument
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1138 fprintf(fp, "ignored packets: %lu\n",
1139 (u_long)ntohl(io->ignored));
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_request.c1211 io->ignored = htonl((u_int32)packets_ignored);
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps104 # do this, the capability will be ignored on input (though the user will
216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
768 # past it should be ignored (not written out) when dumping terminfo objects. It
842 # The `kn' code is accepted but ignored.
H A DCaps.aix4104 # do this, the capability will be ignored on input (though the user will
216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
870 # past it should be ignored (not written out) when dumping terminfo objects. It
944 # The `kn' code is accepted but ignored.
H A DCaps.hpux11104 # do this, the capability will be ignored on input (though the user will
216 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
782 # past it should be ignored (not written out) when dumping terminfo objects. It
856 # The `kn' code is accepted but ignored.
H A DCaps.keys106 # do this, the capability will be ignored on input (though the user will
218 eat_newline_glitch xenl bool xn - - YBCGE newline ignored after 80 cols (concept)
858 # past it should be ignored (not written out) when dumping terminfo objects. It
932 # The `kn' code is accepted but ignored.
/freebsd-9.3-release/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-9.3-release/sys/kern/
H A Duipc_socket.c281 init_maxsockets(void *ignored) argument
/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c6811 sctp_recv_udp_tunneled_packet(struct mbuf *m, int off, struct inpcb *ignored) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp758 bool ignored; local
761 &ignored);
16616 // ignored in unsafe-math mode).
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh13320 ${PROG} checkout: cannot find module .badname. - ignored" \
13322 ${PROG} server: cannot find module .badname. - ignored
16301 "${PROG} edit: no such file w4; ignored"
16305 "${PROG} edit: no such file w5; ignored"
19222 "${PROG} rlog: cannot find module .HEAD. - ignored
20233 "${PROG} checkout: cannot find module .cvs-sanity. - ignored"
20429 "${PROG} checkout: cannot find module .cvs-sanity. - ignored"
29442 # Test that the global `-l' option is ignored nonfatally.
29444 "E cvs server: WARNING: global \`-l' option ignored\.
30146 echo $what is not the name of a test -- ignored
[all...]

Completed in 603 milliseconds

12345