Home
last modified time | relevance | path

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

12345678

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DMultilib.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
/openbsd-src/gnu/usr.bin/perl/
H A DChanges52 Changes5.000 Either N/A
53 Changes5.001 Either perl-5.000..perl-5.001
54 Changes5.002 Either perl-5.001..perl-5.002
55 Changes5.003 Either perl-5.002..perl-5.003
56 Changes5.004 Either perl-5.003..perl-5.004
57 Changes5.005 Either perl-5.004..perl-5.005_03
58 Changes5.6 Either perl-5.005_03..perl-5.6.0
59 Changes5.8 Either perl-5.6.0..perl-5.8.0
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DMultilib.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);
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/
H A Dconfig.gni2 # libc++ ABI version. Either 1 (default) or 2 (unstable).
/openbsd-src/regress/usr.bin/mandoc/mdoc/Fo/
H A Deos.out_markdown15 Either will do.
H A Deos.out_ascii8 …_e _x). Or do you prefer _d_o_u_b_l_e ccooss(_d_o_u_b_l_e, _x). Either will do.
/openbsd-src/gnu/llvm/llvm/docs/AMDGPU/
H A Dgfx9_vaddr_76b997.rst15 Either this operand or :ref:`saddr<amdgpu_synid_gfx9_saddr_6060e5>` must be set to :ref:`off<amdgpu…
H A Dgfx90a_vaddr_76b997.rst15 Either this operand or :ref:`saddr<amdgpu_synid_gfx90a_saddr_6060e5>` must be set to :ref:`off<amdg…
H A Dgfx10_vaddr_76b997.rst15 Either this operand or :ref:`saddr<amdgpu_synid_gfx10_saddr_da2a8a>` must be set to :ref:`off<amdgp…
H A Dgfx10_saddr_da2a8a.rst15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx10_vaddr_76b997>` must be set to :ref:`off<amdgp…
H A Dgfx9_saddr_6060e5.rst15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx9_vaddr_76b997>` must be set to :ref:`off<amdgpu…
H A Dgfx90a_saddr_6060e5.rst15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx90a_vaddr_76b997>` must be set to :ref:`off<amdg…
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DGnu.cpp1088 .Either(MArchMips16, MArchMicroMips, MArchDefault) in findMipsCsMultilibs()
1090 .Either(SoftFloat, Nan2008, DefaultFloat) in findMipsCsMultilibs()
1093 .Either(BigEndian, LittleEndian) in findMipsCsMultilibs()
1125 MultilibSet().Either(M32, M64, MAbiN32).FilterOut(NonExistent); in findMipsCsMultilibs()
1157 .Either(Multilib().flag("+march=mips32"), in findMipsAndroidMultilibs()
1164 .Either( in findMipsAndroidMultilibs()
1200 MuslMipsMultilibs = MultilibSet().Either(MArchMipsR2, MArchMipselR2); in findMipsMuslMultilibs()
1263 .Either(MArchMips32, MArchMicroMips, MArchMips64r2, MArchMips64, in findMipsMtiMultilibs()
1275 .Either(BigEndian, LittleEndian) in findMipsMtiMultilibs()
1363 .Either({BeHard, BeSoft, ElHard, ElSoft, BeHardNan, ElHardNan, in findMipsMtiMultilibs()
[all …]
H A DBareMetal.cpp57 Result.Multilibs = MultilibSet().Either(Imac, Imafdc); in findRISCVMultilibs()
88 Result.Multilibs = MultilibSet().Either(I, Im, Iac, Imac, Imafc); in findRISCVMultilibs()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.def60 // Either of {and, andc, eqv, nand, nor, or, orc, xor}
71 // Either of {vand, vandc, veqv, vnand, vnor, vor, vorc, vxor}
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dt-aix5245 # Either 32-bit and 64-bit objects in archives.
H A Dt-aix4364 # Either 32-bit and 64-bit objects in archives.
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dt-aix5255 # Either 32-bit and 64-bit objects in archives.
H A Dt-aix4374 # Either 32-bit and 64-bit objects in archives.
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp2.txt40 > Either of the following would be better:
/openbsd-src/regress/sys/net/pf_state/
H A DMakefile38 @echo Either disable pf or add a line 'anchor "regress"' to pf.conf.
/openbsd-src/regress/sys/kern/sosplice/scapy/
H A DMakefile49 @echo Either disable pf or add a line 'anchor "regress"' to pf.conf.
/openbsd-src/gnu/gcc/gcc/doc/
H A Dfrontends.texi52 compiler by its own name, or as GCC@. Either is correct.
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-exegesis.rst174 Either `opcode-index`, `opcode-name` or `snippets-file` must be set.
180 Either `opcode-index`, `opcode-name` or `snippets-file` must be set.
185 Either `opcode-index`, `opcode-name` or `snippets-file` must be set.
/openbsd-src/sbin/isakmpd/
H A DREADME46 But how do you get such? Either use http://isakmp-test.ssh.fi/,

12345678