Home
last modified time | relevance | path

Searched refs:Either (Results 1 – 25 of 109) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDMultilib.cpp149 return Either(M, Opposite); in Maybe()
152 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() function in MultilibSet
153 return Either({M1, M2}); in Either()
156 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() function in MultilibSet
158 return Either({M1, M2, M3}); in Either()
161 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() function in MultilibSet
163 return Either({M1, M2, M3, M4}); in Either()
166 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() function in MultilibSet
169 return Either({M1, M2, M3, M4, M5}); in Either()
191 MultilibSet &MultilibSet::Either(ArrayRef<Multilib> MultilibSegments) { in Either() function in MultilibSet
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
HDMultilib.h135 MultilibSet &Either(const Multilib &M1, const Multilib &M2);
136 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
138 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
140 MultilibSet &Either(const Multilib &M1, const Multilib &M2,
143 MultilibSet &Either(ArrayRef<Multilib> Ms);
/freebsd-11-stable/contrib/libucl/haskell/
HDhucl.hs67 ucl_parser_parse_string_pure :: String -> Either UCLObjectHandle ErrorString
76 ucl_parser_add_file_pure :: String -> Either UCLObjectHandle ErrorString
85 unpack :: MSG.MessagePack a => String -> Either a ErrorString
/freebsd-11-stable/crypto/heimdal/appl/rcp/
HDChangeLog18 Meissner at SUSE. Either of CVE-2006-3083 or CVE-2006-3084.
22 Meissner at SUSE. Either of CVE-2006-3083 or CVE-2006-3084.
26 Meissner at SUSE. Either of CVE-2006-3083 or CVE-2006-3084.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDGnu.cpp995 .Either(MArchMips16, MArchMicroMips, MArchDefault) in findMipsCsMultilibs()
997 .Either(SoftFloat, Nan2008, DefaultFloat) in findMipsCsMultilibs()
1000 .Either(BigEndian, LittleEndian) in findMipsCsMultilibs()
1031 MultilibSet().Either(M32, M64, MAbiN32).FilterOut(NonExistent); in findMipsCsMultilibs()
1063 .Either(Multilib().flag("+march=mips32"), in findMipsAndroidMultilibs()
1070 .Either( in findMipsAndroidMultilibs()
1106 MuslMipsMultilibs = MultilibSet().Either(MArchMipsR2, MArchMipselR2); in findMipsMuslMultilibs()
1169 .Either(MArchMips32, MArchMicroMips, MArchMips64r2, MArchMips64, in findMipsMtiMultilibs()
1181 .Either(BigEndian, LittleEndian) in findMipsMtiMultilibs()
1269 .Either({BeHard, BeSoft, ElHard, ElSoft, BeHardNan, ElHardNan, in findMipsMtiMultilibs()
[all …]
/freebsd-11-stable/tools/tools/locale/
HDREADME27 Either modify tools/tools/locales/etc/unicode.conf or export variables:
/freebsd-11-stable/tools/tools/net80211/wesside/
HDREADME16 - Either by flooding with ARP requests.
/freebsd-11-stable/usr.sbin/bsdconfig/share/
HDmustberoot.subr76 # USE_XDIALOG Either NULL or Non-NULL. If given a value will indicate
268 # USE_XDIALOG Either NULL or Non-NULL. If given a value will indicate
407 # SECURE Either NULL or Non-NULL. If given a value will indicate
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDt-aix5255 # Either 32-bit and 64-bit objects in archives.
HDt-aix4374 # Either 32-bit and 64-bit objects in archives.
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDCMS_get0_SignerInfos.pod24 associated with a specific CMS_SignerInfo structure B<si>. Either the
HDPKCS12_create.pod58 Either B<pkey>, B<cert> or both can be B<NULL> to indicate that no key or
HDCMS_get0_RecipientInfos.pod36 must be of type CMS_RECIPINFO_TRANS. Either the keyidentifier will be set in
HDBN_add.pod64 remainder in I<rem> (C<dv=a/d, rem=a%d>). Either of I<dv> and I<rem> may
/freebsd-11-stable/crypto/openssl/doc/apps/
HDtsget.pod106 Either option B<-C> or option B<-P> must be given in case of HTTPS. (Optional)
112 OpenSSL utility. Either option B<-C> or option B<-P> must be given in case of
HDts.pod137 time stamp token. Either the dotted OID notation or OID names defined
317 details. Either this option or B<-CAfile> must be specified. (Optional)
324 L<verify(1)|verify(1)> for additional details. Either this option
/freebsd-11-stable/contrib/gcc/doc/
HDfrontends.texi49 compiler by its own name, or as GCC@. Either is correct.
/freebsd-11-stable/sys/gnu/dts/arm/
HDkirkwood-b3.dts13 * old. Either upgrade, or consider the following email:
/freebsd-11-stable/sbin/natd/samples/
HDnatd.cf.sample38 # Interface name or address being aliased. Either one,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDExecutionEngine.h519 const static Kind Either = (Kind)(JIT | Interpreter); variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp108 builder.setEngineKind(EngineKind::Either) in LLVMCreateExecutionEngineForModule()
/freebsd-11-stable/contrib/tcsh/
HDPorted843 NOTES : not quite up to the makefile. Either use gnu make or change
847 NOTES : since they are hard-wired internal variables. Either use
850 NOTES : workaround. Either get gnu sed or run that portion of the
/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_alert_type_string.pod207 Either of these would normally lead to renegotiation; when that
/freebsd-11-stable/contrib/libpcap/
HDINSTALL.txt64 perhaps errors. Either make sure your path has /opt/SUNWspro/bin
226 work). Either pick up a current version from:
HDINSTALL.md64 perhaps errors. Either make sure your path has /opt/SUNWspro/bin
222 work). Either pick up a current version from:

12345