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

123456

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h325 bool ignored; local
327 FV.convert(Val.getSemantics(), APFloat::rmNearestTiesToEven, &ignored);
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-checkconf.c292 int ignored = 0; local
301 if(!respip_views_apply_cfg(views, cfg, &ignored))
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-rdi.c1032 Fail (const char *ignored, ...)
1023 Fail(const char *ignored, ...) argument
H A Dsol-thread.c1410 sol_find_new_threads_callback (const td_thrhandle_t *th, void *ignored)
1403 sol_find_new_threads_callback(const td_thrhandle_t *th, void *ignored) argument
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h194 /* b0 : V Vendor Specific Test Mode. Causes all other bits to be ignored */
978 bit8 ignored; member in struct:agsaSmpReqDiscover_s
/freebsd-11-stable/crypto/openssh/
H A Dcipher.c85 void *ignored; member in struct:sshcipher
/freebsd-11-stable/sbin/sysctl/
H A Dsysctl.c200 /* ignored */
824 * Characters that aren't ASCII digits after the 'K' are ignored. No
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_request.h110 * the end). Padding is ignored, other than for encryption purposes.
562 u_int32 ignored; /* ignored packets */ member in struct:info_io_stats
932 u_char ignore_packets; /* Specify whether the packet should be ignored */
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DArrayRef.h105 #pragma GCC diagnostic ignored "-Winit-list-lifetime"
H A DStringRef.h870 #pragma clang diagnostic ignored "-Wgcc-compat"
H A DAPFloat.h1151 bool ignored; local
1153 Tmp.convert(getSemantics(), APFloat::rmNearestTiesToEven, &ignored); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1722 convertAtomicTempToRValue(ExpectedAddr, AggValueSlot::ignored(),
1734 ConvertIntToValueOrAtomic(Res.first, AggValueSlot::ignored(),
1812 AggValueSlot::ignored(),
1844 auto OldRVal = ConvertIntToValueOrAtomic(PHI, AggValueSlot::ignored(),
H A DCGValue.h499 /// ignored - Returns an aggregate value slot indicating that the
500 /// aggregate value is being ignored.
501 static AggValueSlot ignored() { function in class:clang::CodeGen::AggValueSlot
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp595 bool ignored; local
604 APFloat::rmNearestTiesToEven, &ignored);
612 bool ignored; local
616 V.convertToInteger(IntVal, APFloat::rmTowardZero, &ignored)) {
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh2444 All other options (arguments beginning with \`-') are ignored.
2572 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
3274 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
5685 func_warning "\`-no-install' is ignored for $host"
6184 func_warning "\`-l' is ignored for archives/objects"
6293 func_warning "\`-L' is ignored for archives/objects"
7215 func_warning "\`-dlopen' is ignored for archives"
7220 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7224 func_warning "\`-rpath' is ignored for archives"
7227 func_warning "\`-R' is ignored fo
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1935 reply(202, "ALLO command ignored.");
1944 reply(202, "ALLO command ignored.");
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh2474 All other options (arguments beginning with \`-') are ignored.
2602 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
3304 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
5719 func_warning "\`-no-install' is ignored for $host"
6232 func_warning "\`-l' is ignored for archives/objects"
6341 func_warning "\`-L' is ignored for archives/objects"
7263 func_warning "\`-dlopen' is ignored for archives"
7268 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7272 func_warning "\`-rpath' is ignored for archives"
7275 func_warning "\`-R' is ignored fo
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh2443 All other options (arguments beginning with \`-') are ignored.
2571 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
3271 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
5672 func_warning "\`-no-install' is ignored for $host"
6167 func_warning "\`-l' is ignored for archives/objects"
6276 func_warning "\`-L' is ignored for archives/objects"
7198 func_warning "\`-dlopen' is ignored for archives"
7203 func_warning "\`-l' and \`-L' are ignored for archives" ;;
7207 func_warning "\`-rpath' is ignored for archives"
7210 func_warning "\`-R' is ignored fo
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk270 # ignored if using meta+filemon since it handles all dependencies. The other
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc900 case OBACK_: /* ignored here */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c638 svn_boolean_t *ignored,
1159 svn_revnum_t base_revision, /* This is ignored in co */
1554 svn_boolean_t *ignored,
1564 *conflicted = *ignored = FALSE;
1572 SVN_ERR(svn_wc__conflicted_for_update_p(conflicted, ignored, db,
1575 if (*conflicted || *ignored)
1549 already_in_a_tree_conflict(svn_boolean_t *conflicted, svn_boolean_t *ignored, svn_wc__db_t *db, const char *local_abspath, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1692 bool ignored; local
1699 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &ignored); local
1703 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &ignored); local
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c3301 directive is ignored if the linker script explicitly
3387 os->ignored = TRUE;
4313 if (!os->ignored
4377 if (bfd_is_abs_section (os->bfd_section) || os->ignored)
4381 size on an ignored section indicates that some
4463 if (bfd_is_abs_section (os->bfd_section) || os->ignored)
4648 if (!output_section_statement->ignored)
4870 if (os->bfd_section != NULL && !os->ignored)
5648 /* SEC_EXCLUDE is ignored when doing a relocatable link, except in
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c424 printf("offsetof(ignored) = %d\n",
425 (int) offsetof(struct info_io_stats, ignored));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp727 bool ignored; local
730 APFloat::rmTowardZero, &ignored); local

Completed in 549 milliseconds

123456