HomeSort by relevance Sort by last modified time
    Searched refs:V1 (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
weak-extern-typeinfo.cpp 24 class V1 : public virtual A {
28 class V2 : public virtual V1 {
31 void V1::foo() { }
microsoft-abi-rtti.cpp 17 struct V1 : X1 {};
18 struct W1 : virtual V1 {};
19 struct Y1 : W1, virtual V1 {} y1;
69 // CHECK: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null]
74 // CHECK: @"\01??_R2W1@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null]
75 // CHECK: @"\01??_R1A@A@3FA@V1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUV1@@@8" to i8*), i32 1, i32 0, i32 0, i32 4, i32 80, %rtti.ClassHierarchyDescriptor* @"\01??_R3V1@@8" }
78 // CHECK: @"\01??_R2V1@@8" = linkonce_odr constant [3 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@X1@@8", %rtti.BaseClassDescriptor* null]
79 // CHECK: @"\01??_R1A@?0A@EA@V1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUV1@@@8" to i8*), i32 1, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3V1@@8" }
    [all...]
vtt-layout.cpp 28 class V1 : public A1, public A2 { int i; };
31 class V2 : public B1, public B2, public virtual V1 { int i; };
33 class C1 : public virtual V1 { int i; };
43 // (making A2 a virtual base of V1)
47 class V1 : public A1, public virtual A2 { int i; };
50 class V2 : public B1, public B2, public virtual V1 { int i; };
52 class C1 : public virtual V1 { int i; };
vtable-layout-abi-examples.cpp 205 struct V1 {
206 int v1; member in struct:Test3::V1
210 struct V2 : virtual V1 {
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
246 // CHECK-8-NEXT: -- (Test3::V1, 16) vtable address --
249 struct C : virtual V1, virtual V2 {
271 // CHECK-9-NEXT: -- (Test3::V1, 24) vtable address --
292 // CHECK-10-NEXT: -- (Test3::V1, 24) vtable address --
313 // CHECK-11-NEXT: -- (Test3::V1, 24) vtable address --
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp 8 struct V1 {
10 virtual ~V1();
28 struct V4 : Z, V1, V2 {
56 struct A : virtual V1 {
57 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' (2 entries).
124 // CHECK-LABEL: VFTable for 'V1' in 'V4' in 'simple::C' (2 entries).
239 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::A' (2 entries).
266 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::B' (2 entries).
283 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::C' (2 entries).
352 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::G' (2 entries)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 147 const llvm::APSInt& V1, const llvm::APSInt& V2) {
154 return &getValue( V1 * V2 );
157 return &getValue( V1 / V2 );
160 return &getValue( V1 % V2 );
163 return &getValue( V1 + V2 );
166 return &getValue( V1 - V2 );
180 if (Amt >= V1.getBitWidth())
183 return &getValue( V1.operator<<( (unsigned) Amt ));
198 if (Amt >= V1.getBitWidth())
201 return &getValue( V1.operator>>( (unsigned) Amt ))
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p6.cpp 10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}}
  /external/clang/test/Parser/
cxx0x-member-initializers.cpp 26 struct V1 {
28 V1() : a(), b{} {}
  /external/chromium_org/net/cert/
signed_tree_head.h 27 enum Version { V1 = 0, };
  /external/easymock/src/org/easymock/
MockControl.java 461 * @param <V1> mocked method return type
467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) {
480 * @param <V1> mocked method return type
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value,
503 * @param <V1> mocked method return type
510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value,
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 393 * instance, this method returns {@code CacheBuilder<K1, V1>}. From this point on, either the
410 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> weigher(
411 Weigher<? super K1, ? super V1> weigher) {
420 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this;
434 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() {
435 return (Weigher<K1, V1>) Objects.firstNonNull(weigher, OneWeigher.INSTANCE);
678 * instance, this method returns {@code CacheBuilder<K1, V1>}. From this point on, either th
    [all...]
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_OS_2.h 33 struct V1 : SkOTTableOS2_V1 { } v1; member in union:SkOTTableOS2::Version
47 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V1) == 86, sizeof_SkOTTableOS2__V1_not_86);
  /external/llvm/lib/IR/
ConstantFold.h 36 Constant *V1, Constant *V2);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
46 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 23 VirtualRefCounted *V1 = new VirtualRefCounted;
24 IntrusiveRefCntPtr<VirtualRefCounted> R1 = V1;
25 VirtualRefCounted *V2 = new VirtualRefCounted(*V1);
  /external/llvm/include/llvm/IR/
InstrTypes.h 176 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
178 return Create(Instruction::OPC, V1, V2, Name);\
182 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
184 return Create(Instruction::OPC, V1, V2, Name, BB);\
188 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
190 return Create(Instruction::OPC, V1, V2, Name, I);\
194 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
196 BinaryOperator *BO = Create(Opc, V1, V2, Name);
200 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2,
202 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB)
    [all...]
  /external/clang/test/CodeGen/
sse-builtins.c 241 __m128d test_blend_pd(__m128d V1, __m128d V2) {
244 return _mm_blend_pd(V1, V2, 1);
247 __m128 test_blend_ps(__m128 V1, __m128 V2) {
250 return _mm_blend_ps(V1, V2, 5);
253 __m128i test_blend_epi16(__m128i V1, __m128i V2) {
256 return _mm_blend_epi16(V1, V2, 42);
  /external/llvm/lib/Support/
FileUtilities.cpp 85 double V1 = 0.0, V2 = 0.0;
103 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
112 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
139 if (AbsTolerance < std::abs(V1-V2)) {
143 Diff = std::abs(V1/V2 - 1.0);
144 else if (V1)
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'
  /external/eigen/lapack/
clarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
dlarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
slarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
zlarfb.f 179 *> V = ( 1 ) V = ( 1 v1 v1 v1 v1 )
180 *> ( v1 1 ) ( 1 v2 v2 v2 )
181 *> ( v1 v2 1 ) ( 1 v3 v3 )
182 *> ( v1 v2 v3 )
183 *> ( v1 v2 v3 )
187 *> V = ( v1 v2 v3 ) V = ( v1 v1 1
    [all...]
  /external/clang/lib/CodeGen/
CGValue.h 41 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1;
46 bool isScalar() const { return V1.getInt() == Scalar; }
47 bool isComplex() const { return V1.getInt() == Complex; }
48 bool isAggregate() const { return V1.getInt() == Aggregate; }
55 return V1.getPointer();
61 return std::make_pair(V1.getPointer(), V2.getPointer());
67 return V1.getPointer();
72 ER.V1.setPointer(V);
73 ER.V1.setInt(Scalar);
77 static RValue getComplex(llvm::Value *V1, llvm::Value *V2)
    [all...]
  /external/clang/lib/Headers/
shaintrin.h 35 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \
36 __builtin_ia32_sha1rnds4((V1), (V2), (M)); })
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 106 float *V1 = V, *A1 = A;
109 for( p = 0; p < n - 1; p++, A1 += n, V1 += n )
142 Vpi = V1[i];
146 V1[i] = (float) (Vpi * c - Vqi * s);
153 Vpi = V1[i];
157 V1[i] = (float) (Vpi * c - Vqi * s);
164 Vpi = V1[i];
168 V1[i] = (float) (Vpi * c - Vqi * s);
223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V;
234 for( i = 0; i < n; i++, V1 += n, A1 += n
    [all...]
  /external/llvm/unittests/Support/
AlignOfTest.cpp 70 struct V1 { virtual ~V1(); };
72 struct V3 : V1 { virtual ~V3(); };
81 V1::~V1() {}
127 [AlignOf<V1>::Alignment > 0]
167 EXPECT_LE(alignOf<S1>(), alignOf<V1>());
168 EXPECT_LE(alignOf<V1>(), alignOf<V2>());
169 EXPECT_LE(alignOf<V1>(), alignOf<V3>());
170 EXPECT_LE(alignOf<V1>(), alignOf<V4>())
    [all...]

Completed in 5494 milliseconds

1 2 3 4 5 6 7