Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/clang/test/CXX/class/class.union/
H A Dp1.cpp114 template <class A, class B> struct Either { struct
121 Either(const A& a) : tag(true), a(a) {} in Either() function
122 Either(const B& b) : tag(false), b(b) {} in Either() function
126 Either<int,Virtual> virt(0); // expected-note {{in instantiation of template}} in fred()
127 Either<int,VirtualBase> vbase(0); // expected-note {{in instantiation of template}} in fred()
128 Either<int,Ctor> ctor(0); // expected-note {{in instantiation of template}} in fred()
129 Either<int,CopyCtor> copyctor(0); // expected-note {{in instantiation of template}} in fred()
130 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}} in fred()
131 Either<int,Dtor> dtor(0); // expected-note {{in instantiation of template}} in fred()
132 Either<int,Okay> okay(0); in fred()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/
H A Dconfig.gni2 # libc++ ABI version. Either 1 (default) or 2 (unstable).
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dbit-skip-byval.ll3 ; Either and or zxtb.
/llvm-project-15.0.7/llvm/docs/AMDGPU/
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 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_saddr_da2a8a.rst15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx10_vaddr_76b997>` must be set to :ref:`off<amdgp…
H A Dgfx90a_saddr_6060e5.rst15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx90a_vaddr_76b997>` must be set to :ref:`off<amdg…
H A Dgfx9_saddr_6060e5.rst15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx9_vaddr_76b997>` must be set to :ref:`off<amdgpu…
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dtwice.ll3 ; is bit-identical to the first) nor crash. Either failure would most
/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dtwice.ll3 ; is bit-identical to the first) nor crash. Either failure would most
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DGnu.cpp1078 .Either(MArchMips16, MArchMicroMips, MArchDefault) in findMipsCsMultilibs()
1080 .Either(SoftFloat, Nan2008, DefaultFloat) in findMipsCsMultilibs()
1083 .Either(BigEndian, LittleEndian) in findMipsCsMultilibs()
1147 .Either(Multilib().flag("+march=mips32"), in findMipsAndroidMultilibs()
1154 .Either( in findMipsAndroidMultilibs()
1265 .Either(BigEndian, LittleEndian) in findMipsMtiMultilibs()
1356 .Either(O32, N32, N64) in findMipsMtiMultilibs()
1449 .Either(O32, N32, N64) in findMipsImgMultilibs()
1563 .Either(ThumbMultilib, ArmV7Multilib, in findAndroidArmMultilibs()
1666 .Either(HardFloat, SoftFpFloat, SoftFloat) in findCSKYMultilibs()
[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()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dflags-multiuse.ll4 ; instruction at different points of a routine. Either by rematerializing the
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dselect-rotate.mir17 ; Either is valid.
/llvm-project-15.0.7/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}
/llvm-project-15.0.7/third-party/benchmark/cmake/
H A DGoogleTest.cmake.in34 …message(SEND_ERROR "Did not find Google Test sources! Either pass correct path in GOOGLETEST_PATH,…
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Quant/
H A DQuantOpsBase.td61 // Either a real valued or storage primitive or container type.
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Dplatform_specific_build_instructions.md20 …i`) is required to support a call to `CPUInfo` which reads the registry. Either add `shlwapi.lib` …
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebateResp2.txt40 > Either of the following would be better:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-semicolon.rst55 Either remove the indentation from the second line:
/llvm-project-15.0.7/openmp/tools/multiplex/
H A DREADME.md15 Either build llvm and find lit+FileCheck in build directory of llvm or install using `pip`:
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dwarn-superclass-method-mismatch.m44 [base method2:s]; // if base is actually 'Sub' OK. Either way OK.

1234