/external/clang/test/SemaCXX/ |
D | enum-scoped.cpp | 23 Val2 = 1 enumerator 26 E3 v4 = Val2; 27 E1 v5 = Val2; // expected-error{{cannot initialize a variable}} 31 int x2 = Val2; 33 int a1[Val2]; 36 int* p1 = new int[Val2];
|
D | enum.cpp | 5 Val2 enumerator 15 float& fr = enumerator_type(Val2); in f()
|
/external/clang/test/SemaTemplate/ |
D | enum-argument.cpp | 19 Val2, enumerator 20 SumOfValues = Val1 + Val2
|
D | instantiate-c99.cpp | 43 typename Val1, typename Val2> 45 void f(Val1 val1, Val2 val2) { in f()
|
D | instantiate-expr-4.cpp | 227 template<typename T, typename Val1, typename Val2> 229 void f(Val1 val1, Val2 val2) { in f()
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 378 Address Val1, Address Val2, in emitAtomicCmpXchg() argument 384 llvm::Value *Desired = CGF.Builder.CreateLoad(Val2); in emitAtomicCmpXchg() 427 Address Val2, in emitAtomicCmpXchgFailureSet() argument 450 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, in emitAtomicCmpXchgFailureSet() 474 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, in emitAtomicCmpXchgFailureSet() 480 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, in emitAtomicCmpXchgFailureSet() 490 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, in emitAtomicCmpXchgFailureSet() 501 Address Ptr, Address Val1, Address Val2, in EmitAtomicOp() argument 512 emitAtomicCmpXchgFailureSet(CGF, E, false, Dest, Ptr, Val1, Val2, in EmitAtomicOp() 516 emitAtomicCmpXchgFailureSet(CGF, E, true, Dest, Ptr, Val1, Val2, in EmitAtomicOp() [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 50 static bool isEqual(const DivOpInfo &Val1, const DivOpInfo &Val2) { in isEqual() 51 return Val1.SignedOp == Val2.SignedOp && in isEqual() 52 Val1.Dividend == Val2.Dividend && in isEqual() 53 Val1.Divisor == Val2.Divisor; in isEqual()
|
/external/clang/test/CoverageMapping/Inputs/ |
D | md.def | 3 HANDLE_MD(Val2)
|
/external/clang/test/CoverageMapping/ |
D | md.cpp | 7 Val2 enumerator
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1263 APFloat Val2 = APFloat(Val); in isValueValidForType() local 1271 if (&Val2.getSemantics() == &APFloat::IEEEhalf) in isValueValidForType() 1273 Val2.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType() 1277 if (&Val2.getSemantics() == &APFloat::IEEEsingle) in isValueValidForType() 1279 Val2.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType() 1283 if (&Val2.getSemantics() == &APFloat::IEEEhalf || in isValueValidForType() 1284 &Val2.getSemantics() == &APFloat::IEEEsingle || in isValueValidForType() 1285 &Val2.getSemantics() == &APFloat::IEEEdouble) in isValueValidForType() 1287 Val2.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &losesInfo); in isValueValidForType() 1291 return &Val2.getSemantics() == &APFloat::IEEEhalf || in isValueValidForType() [all …]
|
/external/clang/test/Sema/ |
D | gnu-flags.c | 136 Val2 enumerator
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 910 Value *Val = LHS->getOperand(0), *Val2 = RHS->getOperand(0); in FoldAndOfICmps() local 920 Value *NewOr = Builder->CreateOr(Val, Val2); in FoldAndOfICmps() 926 Value *NewOr = Builder->CreateOr(Val, Val2); in FoldAndOfICmps() 941 if (match(Val2, m_Trunc(m_Value(V))) && in FoldAndOfICmps() 946 match(Val2, m_And(m_Specific(V), m_ConstantInt(AndCst)))) { in FoldAndOfICmps() 968 if (Val != Val2) return nullptr; in FoldAndOfICmps() 1895 Value *Val = LHS->getOperand(0), *Val2 = RHS->getOperand(0); in FoldOrOfICmps() local 1903 A = Val2; in FoldOrOfICmps() 1904 else if (RHSCC == ICmpInst::ICMP_UGT && Val == Val2) in FoldOrOfICmps() 1910 B = Val2; in FoldOrOfICmps() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | dp2.ll | 139 ; The point of this test is that we may not actually see (shl GPR32:$Val, (zext GPR32:$Val2))
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 469 APFloat Val2(2.0f); in TEST() local 472 f1.divide(Val2, rdmd); in TEST() 473 f2.divide(Val2, rdmd); in TEST() 564 APFloat Val2(APFloat::IEEEsingle, 2.0e0); in TEST() local 566 T.divide(Val2, rdmd); in TEST() 576 APFloat Val2(APFloat::IEEEdouble, 2.0e0); in TEST() local 578 T.divide(Val2, rdmd); in TEST() 588 APFloat Val2(APFloat::x87DoubleExtended, 2.0e0); in TEST() local 590 T.divide(Val2, rdmd); in TEST() 600 APFloat Val2(APFloat::IEEEquad, 2.0e0); in TEST() local [all …]
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1791 APInt GreatestCommonDivisor(const APInt &Val1, const APInt &Val2);
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1171 llvm::APSInt Val2 = EC2->getInitVal(); in IsStructurallyEquivalent() local 1172 if (!llvm::APSInt::isSameValue(Val1, Val2) || in IsStructurallyEquivalent()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 85 APFloat Val2 = APFloat(Val); in isValueValidForType() local 87 (void) Val2.convert(SelectionDAG::EVTToAPFloatSemantics(VT), in isValueValidForType()
|