Searched refs:V1 (Results 1 - 25 of 123) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
H A Dweak-extern-typeinfo.cpp24 class V1 : public virtual A { class in inherits:A
28 class V2 : public virtual V1 {
31 void V1::foo() { }
H A Dmicrosoft-abi-rtti.cpp17 struct V1 : X1 {}; struct in inherits:X1
18 struct W1 : virtual V1 {};
19 struct Y1 : W1, virtual V1 {} y1;
69 // CHECK-DAG: @"\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], comdat
74 // CHECK-DAG: @"\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], comdat
75 // CHECK-DAG: @"\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" }, comdat
78 // CHECK-DAG: @"\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], comdat
79 // CHECK-DAG: @"\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" }, comdat
189 // X64-DAG: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1
[all...]
H A Dvtt-layout.cpp28 class V1 : public A1, public A2 { int i; }; class in namespace:Test3
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; }; class in namespace:Test4
50 class V2 : public B1, public B2, public virtual V1 { int i; };
52 class C1 : public virtual V1 { int i; };
H A Dvtable-layout-abi-examples.cpp205 struct V1 { struct in namespace:Test3
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 --
/external/selinux/scripts/
H A DLindent4 V1=`echo $RES | cut -d' ' -f3 | cut -d'.' -f1`
7 if [ $V1 -gt 2 ]; then
9 elif [ $V1 -eq 2 ]; then
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp147 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
146 evalAPSInt(BinaryOperator::Opcode Op, const llvm::APSInt& V1, const llvm::APSInt& V2) argument
262 getPersistentSValPair(const SVal& V1, const SVal& V2) argument
[all...]
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
H A Dp6.cpp10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}}
/external/clang/test/Parser/
H A Dcxx0x-member-initializers.cpp26 struct V1 { struct
28 V1() : a(), b{} {} function in struct:V1
/external/easymock/src/org/easymock/
H A DMockControl.java461 * @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, V
[all...]
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java353 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() {
354 return (Weigher<K1, V1>) Objects.firstNonNull(weigher, OneWeigher.INSTANCE);
491 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> removalListener(
492 RemovalListener<? super K1, ? super V1> listener) {
497 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this;
504 <K1 extends K, V1 extends V> RemovalListener<K1, V1> getRemovalListene
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilder.java458 * instance, this method returns {@code CacheBuilder<K1, V1>}. From this point on, either the
476 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> weigher(
477 Weigher<? super K1, ? super V1> weigher) {
486 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this;
500 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() {
501 return (Weigher<K1, V1>) Objects.firstNonNull(weigher, OneWeigher.INSTANCE);
736 public <K1 extends K, V1 extend
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h33 struct V1 : SkOTTableOS2_V1 { } v1; struct in union:SkOTTableOS2::Version
47 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V1) == 86, sizeof_SkOTTableOS2__V1_not_86);
/external/llvm/lib/IR/
H A DConstantFold.h36 Constant *V1, Constant *V2);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
46 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp23 VirtualRefCounted *V1 = new VirtualRefCounted; local
24 IntrusiveRefCntPtr<VirtualRefCounted> R1 = V1;
25 VirtualRefCounted *V2 = new VirtualRefCounted(*V1);
/external/guava/guava/src/com/google/common/collect/
H A DPlatform.java69 static <K, V1, V2> SortedMap<K, V2> mapsTransformEntriesSortedMap( argument
70 SortedMap<K, V1> fromMap,
71 EntryTransformer<? super K, ? super V1, V2> transformer) {
H A DTables.java332 public static <R, C, V1, V2> Table<R, C, V2> transformValues( argument
333 Table<R, C, V1> fromTable, Function<? super V1, V2> function) {
334 return new TransformedTable<R, C, V1, V2>(fromTable, function);
337 private static class TransformedTable<R, C, V1, V2>
339 final Table<R, C, V1> fromTable;
340 final Function<? super V1, V2> function;
343 Table<R, C, V1> fromTable, Function<? super V1, V2> function) {
389 Function<Cell<R, C, V1>, Cel
342 TransformedTable( Table<R, C, V1> fromTable, Function<? super V1, V2> function) argument
[all...]
/external/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysisEvaluator.cpp71 for (Value *V1 : Values) {
72 StringRef NameV1 = getName(V1);
78 if (PA.related(V1, V2, DL))
/external/llvm/lib/Support/
H A DFileUtilities.cpp85 double V1 = 0.0, V2 = 0.0; local
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/clang/lib/CodeGen/
H A DCGValue.h42 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1; member in class:clang::CodeGen::RValue
47 bool isScalar() const { return V1.getInt() == Scalar; }
48 bool isComplex() const { return V1.getInt() == Complex; }
49 bool isAggregate() const { return V1.getInt() == Aggregate; }
56 return V1.getPointer();
62 return std::make_pair(V1.getPointer(), V2.getPointer());
68 return V1.getPointer();
73 ER.V1.setPointer(V);
74 ER.V1.setInt(Scalar);
78 static RValue getComplex(llvm::Value *V1, llv argument
[all...]
/external/clang/lib/Headers/
H A Dshaintrin.h35 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \
36 __builtin_ia32_sha1rnds4((V1), (V2), (M)); })
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp106 float *V1 = V, *A1 = A; local
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; local
234 for( i = 0; i < n; i++, V1
[all...]
/external/llvm/include/llvm/IR/
H A DInstrTypes.h172 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
174 return Create(Instruction::OPC, V1, V2, Name);\
178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
180 return Create(Instruction::OPC, V1, V2, Name, BB);\
184 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
186 return Create(Instruction::OPC, V1, V2, Name, I);\
190 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
192 BinaryOperator *BO = Create(Opc, V1, V2, Name);
196 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
198 BinaryOperator *BO = Create(Opc, V1, V
202 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
209 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = �) argument
215 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
221 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
228 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = �) argument
234 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
240 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
[all...]
/external/llvm/unittests/Support/
H A DAlignOfTest.cpp62 struct V1 { virtual ~V1(); }; struct in namespace:__anon11288
64 struct V3 : V1 {
83 V1::~V1() {}
129 [AlignOf<V1>::Alignment > 0]
169 EXPECT_LE(alignOf<S1>(), alignOf<V1>());
170 EXPECT_LE(alignOf<V1>(), alignOf<V2>());
171 EXPECT_LE(alignOf<V1>(), alignOf<V3>());
172 EXPECT_LE(alignOf<V1>(), alignO
[all...]
/external/llvm/include/llvm/ADT/
H A DAPSInt.h319 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; } argument
320 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; } argument
321 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; } argument
322 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; } argument
323 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; } argument
324 operator >(int64_t V1, const APSInt &V2) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMultimaps.java1018 public static <K, V1, V2> Multimap<K, V2> transformValues( argument
1019 Multimap<K, V1> fromMultimap, final Function<? super V1, V2> function) {
1021 EntryTransformer<K, V1, V2> transformer = Maps.asEntryTransformer(function);
1080 public static <K, V1, V2> Multimap<K, V2> transformEntries( argument
1081 Multimap<K, V1> fromMap,
1082 EntryTransformer<? super K, ? super V1, V2> transformer) {
1083 return new TransformedEntriesMultimap<K, V1, V2>(fromMap, transformer);
1086 private static class TransformedEntriesMultimap<K, V1, V2>
1088 final Multimap<K, V1> fromMultima
1091 TransformedEntriesMultimap(Multimap<K, V1> fromMultimap, final EntryTransformer<? super K, ? super V1, V2> transformer) argument
1228 transformValues( ListMultimap<K, V1> fromMultimap, final Function<? super V1, V2> function) argument
1288 transformEntries( ListMultimap<K, V1> fromMap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
1298 TransformedEntriesListMultimap(ListMultimap<K, V1> fromMultimap, EntryTransformer<? super K, ? super V1, V2> transformer) argument
[all...]

Completed in 1575 milliseconds

12345