HomeSort by relevance Sort by last modified time
    Searched defs:V2 (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
AnnotationValue.java 21 V2;
TestAnnotation3.java 26 V2;
  /external/clang/test/CodeGenCXX/
weak-extern-typeinfo.cpp 28 class V2 : public virtual V1 {
32 void V2::foo() { }
vtable-layout-abi-examples.cpp 210 struct V2 : virtual V1 {
211 int v2; member in struct:Test3::V2
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 {
    [all...]
vtt-layout.cpp 31 class V2 : public B1, public B2, public virtual V1 { int i; };
34 class C2 : public virtual V3, virtual V2 { int i; };
50 class V2 : public B1, public B2, public virtual V1 { int i; };
53 class C2 : public virtual V3, virtual V2 { int i; };
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 13 struct V2 {
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...]
thunks.cpp 54 struct V2 : virtual V1 { };
63 virtual V2 *f();
67 V2 *B::f() { return 0; }
  /external/eigen/test/eigen2/
eigen2_smallvectors.cpp 14 typedef Matrix<Scalar, 1, 2> V2;
21 V2 v2(x1, x2);
24 VERIFY_IS_APPROX(x1, v2.x());
27 VERIFY_IS_APPROX(x2, v2.y());
  /external/eigen/test/
smallvectors.cpp 15 typedef Matrix<Scalar, 1, 2> V2;
23 V2 v2(x1, x2);
26 VERIFY_IS_APPROX(x1, v2.x());
29 VERIFY_IS_APPROX(x2, v2.y());