Searched defs:V2 (Results 1 - 25 of 85) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
H A Dweak-extern-typeinfo.cpp28 class V2 : public virtual V1 { class in inherits:V1
32 void V2::foo() { }
H A Dvtable-layout-abi-examples.cpp210 struct V2 : virtual V1 { struct in namespace:Test3
232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
236 // CHECK-8: Construction vtable for ('Test3::V2', 32) in 'Test3::C' (9 entries).
240 // CHECK-8-NEXT: 3 | Test3::V2 RTTI
241 // CHECK-8-NEXT: -- (Test3::V2, 32) vtable address --
242 // CHECK-8-NEXT: 4 | void Test3::V2::f()
245 // CHECK-8-NEXT: 7 | Test3::V2 RTTI
247 // CHECK-8-NEXT: 8 | void Test3::V2::f()
249 struct C : virtual V1, virtual V2 {
278 // CHECK-9-NEXT: -- (Test3::V2, 4
[all...]
H A Dvtt-layout.cpp31 class V2 : public B1, public B2, public virtual V1 { int i; }; class in namespace:Test3
34 class C2 : public virtual V3, virtual V2 { int i; };
50 class V2 : public B1, public B2, public virtual V1 { int i; }; class in namespace:Test4
53 class C2 : public virtual V3, virtual V2 { int i; };
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp13 struct V2 { struct
15 virtual ~V2();
25 struct V3 : Z, V2 {
28 struct V4 : Z, V1, V2 {
88 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::B' (2 entries).
136 // CHECK-LABEL: VFTable for 'V2' in 'V4' in 'simple::C' (2 entries).
162 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::B' in 'simple::D' (2 entries).
186 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::E' in 'simple::F' (2 entries).
208 // CHECK-LABEL: VFTable for 'V2' in 'V3' in 'simple::E' in 'simple::F' in 'simple::G' (2 entries).
302 struct D : virtual V2 {
[all...]
H A Dthunks.cpp54 struct V2 : virtual V1 { }; struct in namespace:Test3
63 virtual V2 *f();
67 V2 *B::f() { return 0; }
/external/eigen/test/eigen2/
H A Deigen2_smallvectors.cpp14 typedef Matrix<Scalar, 1, 2> V2; typedef
21 V2 v2(x1, x2);
/external/eigen/test/
H A Dsmallvectors.cpp15 typedef Matrix<Scalar, 1, 2> V2; typedef
23 V2 v2(x1, x2);
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp25 VirtualRefCounted *V2 = new VirtualRefCounted(*V1); local
26 IntrusiveRefCntPtr<VirtualRefCounted> R2 = V2;
H A DTinyPtrVectorTest.cpp42 VectorT V2; member in class:__anon12720::TinyPtrVectorTest
66 V2.clear();
67 appendValues(V2, Values2);
155 TypeParam Copy2(this->V2);
158 this->expectValues(this->V2, this->testArray(0));
166 this->V = this->V2;
168 this->expectValues(this->V2, this->testArray(0));
169 this->V = std::move(this->V2);
173 this->V = this->V2;
175 this->expectValues(this->V2, thi
[all...]
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
H A DMesh.cpp17 Triangle::Triangle(int id, cv::Point3f V0, cv::Point3f V1, cv::Point3f V2) argument
19 id_ = id; v0_ = V0; v1_ = V1; v2_ = V2;
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2; struct in union:SkOTTableOS2::Version
48 static_assert(sizeof(SkOTTableOS2::Version::V2) == 96, "sizeof_SkOTTableOS2__V2_not_96");
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp63 struct V2 { int x; virtual ~V2(); }; struct in namespace:__anon12783
67 struct V4 : virtual V2 { int y;
74 struct V7 : virtual V2, virtual V6 {
84 V2::~V2() {}
130 [AlignOf<V2>::Alignment > 0]
170 EXPECT_LE(alignOf<V1>(), alignOf<V2>());
248 EXPECT_EQ(alignOf<V2>(), alignOf<AlignedCharArrayUnion<V2> >());
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp147 const llvm::APSInt& V1, const llvm::APSInt& V2) {
154 return &getValue( V1 * V2 );
157 if (V2 == 0) // Avoid division by zero
159 return &getValue( V1 / V2 );
162 if (V2 == 0) // Avoid division by zero
164 return &getValue( V1 % V2 );
167 return &getValue( V1 + V2 );
170 return &getValue( V1 - V2 );
179 if (V2.isSigned() && V2
146 evalAPSInt(BinaryOperator::Opcode Op, const llvm::APSInt& V1, const llvm::APSInt& V2) argument
266 getPersistentSValPair(const SVal& V1, const SVal& V2) argument
[all...]
/external/clang/test/Layout/
H A Dms-x86-aligned-tail-padding.cpp31 struct V2 { struct
34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} function in struct:V2
280 struct G : virtual V2, virtual V3 {
291 // CHECK-NEXT: 8 | struct V2 (virtual base)
304 // CHECK-X64-NEXT: 16 | struct V2 (virtual base)
/external/clang/test/Sema/
H A Dconst-eval.c62 static struct a V2 = (struct a)(struct a){ 1, 2}; variable in typeref:struct:a
/external/llvm/lib/Support/
H A DFileUtilities.cpp85 double V1 = 0.0, V2 = 0.0; local
104 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd));
122 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd));
139 if (AbsTolerance < std::abs(V1-V2)) {
142 if (V2)
143 Diff = std::abs(V1/V2 - 1.0);
145 Diff = std::abs(V2/V1 - 1.0);
151 << "Compared: " << V1 << " and " << V2 << '\n'
152 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
H A DStringMap.cpp160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); local
161 (void)V2;
162 assert(V == V2 && "Didn't find key?");
/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp61 Value *V2 = new GlobalVariable(M, Ty, false, GlobalValue::ExternalLinkage, Init, "V2"); local
67 const SCEV *S2 = SE.getSCEV(V2);
87 EXPECT_EQ(cast<SCEVUnknown>(M2->getOperand(1))->getValue(), V2);
90 V2->replaceAllUsesWith(V1);
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp242 template<typename B> static const int V2; member in struct:in_class_template::definition_after_outer_instantiation::S
246 template<typename A> template<typename B> const int S<A>::V2<B*> = 456; member in class:in_class_template::definition_after_outer_instantiation::S
255 static_assert(S<int>::V2<int*> == 456, ""); // FIXME expected-error {{}}
256 static_assert(S<int>::V2<int&> == 789, ""); // expected-error {{}}
258 template<typename A> template<typename B> const int S<A>::V2<B&> = 789; member in class:in_class_template::definition_after_outer_instantiation::S
259 static_assert(S<int>::V2<int&> == 789, ""); // FIXME expected-error {{}}
264 static_assert(S<char>::V2<int*> == 456, "");
265 static_assert(S<char>::V2<int&> == 789, "");
/external/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h216 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { argument
217 iterator V1I = insert(V1), V2I = insert(V2);
/external/llvm/include/llvm/IR/
H A DConstantFolder.h227 Constant *CreateShuffleVector(Constant *V1, Constant *V2, argument
229 return ConstantExpr::getShuffleVector(V1, V2, Mask);
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp93 const Value *V2, const Module *M) {
99 V2->printAsOperand(os2, true, M);
131 const Value *V2, const Module *M) {
134 << " <-> " << *V2 << '\n'; local
92 PrintResults(const char *Msg, bool P, const Value *V1, const Value *V2, const Module *M) argument
130 PrintLoadStoreResults(const char *Msg, bool P, const Value *V1, const Value *V2, const Module *M) argument
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp77 unsigned V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(); local
82 V2 = RegInfo.createVirtualRegister(RC);
89 BuildMI(MBB, I, DL, TII.get(Mips::SllX16), V2).addReg(V0).addImm(16);
91 .addReg(V1).addReg(V2);
/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp30 unsigned V2, unsigned V3) {
31 return (V0 << (3*4)) | (V1 << (2*4)) | (V2 << (1*4)) | (V3 << (0*4));
29 MakeMask(unsigned V0, unsigned V1, unsigned V2, unsigned V3) argument
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp111 float *A2 = A + n * (p + 1), *V2 = V + n * (p + 1); local
113 for( q = p + 1; q < n; q++, A2 += n, V2 += n )
143 Vqi = V2[i];
147 V2[i] = (float) (Vqi * c + Vpi * s);
154 Vqi = V2[i];
158 V2[i] = (float) (Vqi * c + Vpi * s);
165 Vqi = V2[i];
169 V2[i] = (float) (Vqi * c + Vpi * s);
223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; local
262 V2
[all...]

Completed in 857 milliseconds

1234