| /llvm-project-15.0.7/clang/test/CXX/class/class.union/ |
| H A D | p1.cpp | 114 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 D | Multilib.cpp | 149 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 D | Multilib.h | 135 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 D | config.gni | 2 # libc++ ABI version. Either 1 (default) or 2 (unstable).
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | bit-skip-byval.ll | 3 ; Either and or zxtb.
|
| /llvm-project-15.0.7/llvm/docs/AMDGPU/ |
| H A D | gfx10_vaddr_76b997.rst | 15 Either this operand or :ref:`saddr<amdgpu_synid_gfx10_saddr_da2a8a>` must be set to :ref:`off<amdgp…
|
| H A D | gfx9_vaddr_76b997.rst | 15 Either this operand or :ref:`saddr<amdgpu_synid_gfx9_saddr_6060e5>` must be set to :ref:`off<amdgpu…
|
| H A D | gfx90a_vaddr_76b997.rst | 15 Either this operand or :ref:`saddr<amdgpu_synid_gfx90a_saddr_6060e5>` must be set to :ref:`off<amdg…
|
| H A D | gfx10_saddr_da2a8a.rst | 15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx10_vaddr_76b997>` must be set to :ref:`off<amdgp…
|
| H A D | gfx90a_saddr_6060e5.rst | 15 Either this operand or :ref:`vaddr<amdgpu_synid_gfx90a_vaddr_76b997>` must be set to :ref:`off<amdg…
|
| H A D | gfx9_saddr_6060e5.rst | 15 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 D | twice.ll | 3 ; is bit-identical to the first) nor crash. Either failure would most
|
| /llvm-project-15.0.7/llvm/test/MC/RISCV/ |
| H A D | twice.ll | 3 ; is bit-identical to the first) nor crash. Either failure would most
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.cpp | 1078 .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 D | BareMetal.cpp | 57 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 D | flags-multiuse.ll | 4 ; instruction at different points of a routine. Either by rematerializing the
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | select-rotate.mir | 17 ; Either is valid.
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.def | 60 // 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 D | GoogleTest.cmake.in | 34 …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 D | QuantOpsBase.td | 61 // Either a real valued or storage primitive or container type.
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | platform_specific_build_instructions.md | 20 …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 D | 2001-02-06-TypeNotationDebateResp2.txt | 40 > Either of the following would be better:
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | suspicious-semicolon.rst | 55 Either remove the indentation from the second line:
|
| /llvm-project-15.0.7/openmp/tools/multiplex/ |
| H A D | README.md | 15 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 D | warn-superclass-method-mismatch.m | 44 [base method2:s]; // if base is actually 'Sub' OK. Either way OK.
|