Searched refs:Alt (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
| H A D | p2-0x.cpp | 10 struct Alt { struct 14 constexpr short s = Alt(); argument 18 case Alt(): in test() 24 switch (Alt a = Alt()) { in test() 25 case Alt(): in test() 32 case Alt(): in test()
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | SparseSetTest.cpp | 162 struct Alt { struct 164 explicit Alt(unsigned x) : Value(x) {} in Alt() argument 169 typedef SparseSet<Alt> ASet; in TEST() 172 Set.insert(Alt(1005)); in TEST() 178 Set.insert(Alt(1006)); in TEST() 179 Set.insert(Alt(1006)); in TEST()
|
| H A D | SparseMultiSetTest.cpp | 207 struct Alt { struct 209 explicit Alt(unsigned x) : Value(x) {} in Alt() function 214 typedef SparseMultiSet<Alt> ASet; in TEST() 217 Set.insert(Alt(1005)); in TEST() 223 Set.insert(Alt(1006)); in TEST() 224 Set.insert(Alt(1006)); in TEST()
|
| H A D | BitVectorTest.cpp | 87 TypeParam Alt(3, false); in TYPED_TEST() local 88 Alt.resize(6, true); in TYPED_TEST() 89 std::swap(Alt, Vec); in TYPED_TEST() 90 EXPECT_TRUE(Copy == Alt); in TYPED_TEST()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-pdbutil/ |
| H A D | explain.test | 54 FPM1-NEXT: Address is in FPM1 (Alt FPM) 60 EXTRANEOUSFPM-NEXT: Address is in FPM1 (Alt FPM)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | missing-namespace-qualifier-typo-corrections.cpp | 38 void Alt() { in Alt() function
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 6083 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local 6086 uint64_t &Mask, uint64_t &Alt, in combineToCMPB() 6107 Alt |= PAlt; in combineToCMPB() 6220 Alt |= A; in combineToCMPB() 6225 Alt |= A; in combineToCMPB() 6255 if (NonTrivialMask && !Alt) { in combineToCMPB() 6259 } else if (Alt) { in combineToCMPB() 6267 CurDAG->getConstant(Mask ^ Alt, dl, VT)); in combineToCMPB() 6269 CurDAG->getConstant(Alt, dl, VT)); in combineToCMPB()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormat.rst | 230 …lace.visualstudio.com/items?itemName=xaver.clang-format>`_. The default key-binding is Alt-Shift-F.
|
| H A D | UsersManual.rst | 3779 Page (Alt+F7), and in the "General" section of "Configuration Properties"
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 1493 SDValue Alt = Op.getOperand(1 - I).getOperand(0); in SimplifyDemandedBits() local 1495 if (Alt.getOpcode() == ISD::OR) { in SimplifyDemandedBits() 1497 if (X == Alt.getOperand(J)) { in SimplifyDemandedBits() 1498 SDValue Y = Alt.getOperand(1 - J); in SimplifyDemandedBits()
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | README.txt | 468 struct THotKey { short Key; bool Control; bool Shift; bool Alt; };
|