Searched refs:V2 (Results 1 - 25 of 100) 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 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 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 Dvtable-layout.cpp203 struct V2 : virtual V1 { int v1; }; struct in namespace:Test4
214 // CHECK-9-NEXT: 2 | Test4::V2 *Test4::D::f()
216 // CHECK-9-NEXT: 3 | Test4::V2 *Test4::D::f()
218 virtual V2 *f();
220 V2 *D::f() { return 0; };
947 struct V2 : virtual V1 { struct in namespace:Test22
961 // CHECK-29-NEXT: -- (Test22::V2, 16) vtable address --
963 // CHECK-29: Construction vtable for ('Test22::V2', 16) in 'Test22::C' (3 entries).
966 // CHECK-29-NEXT: 2 | Test22::V2 RTTI
968 struct C : virtual V1, virtual V2 {
1327 struct V2 : virtual V1 { }; struct in namespace:Test29
[all...]
/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 );
175 if (V2.isSigned() && V2.isNegative())
178 uint64_t Amt = V2.getZExtValue();
193 if (V2
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/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp42 VectorT V2; member in class:__anon9246::TinyPtrVectorTest
66 V2.clear();
67 appendValues(V2, Values2);
155 TypeParam Copy2(this->V2);
158 this->expectValues(this->V2, this->testArray(0));
168 this->V = this->V2;
170 this->expectValues(this->V2, this->testArray(0));
172 this->V = std::move(this->V2);
177 this->V = this->V2;
179 this->expectValues(this->V2, thi
[all...]
H A DIntrusiveRefCntPtrTest.cpp23 VirtualRefCounted *V2 = new VirtualRefCounted(*V1); local
24 IntrusiveRefCntPtr<VirtualRefCounted> R2 = V2;
/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/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h36 V1, V2, V3, V4, V5 enumerator in enum:llvm::HexagonSubtarget::HexagonArchEnum
55 bool hasV2TOps () const { return HexagonArchVersion >= V2; }
56 bool hasV2TOpsOnly () const { return HexagonArchVersion == V2; }
66 bool isSubtargetV2() const { return HexagonArchVersion == V2;}
H A DHexagonSubtarget.cpp50 HexagonArchVersion = V2;
/external/llvm/lib/VMCore/
H A DUse.cpp25 Value *V2(RHS.Val);
26 if (V1 != V2) {
31 if (V2) {
33 Val = V2;
34 V2->addUse(*this);
H A DConstantFold.h36 Constant *V1, Constant *V2);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
47 Constant *V2);
/external/llvm/include/llvm/
H A DInstrTypes.h178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
180 return Create(Instruction::OPC, V1, V2, Name);\
184 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
186 return Create(Instruction::OPC, V1, V2, Name, BB);\
190 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
192 return Create(Instruction::OPC, V1, V2, Name, I);\
196 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
198 BinaryOperator *BO = Create(Opc, V1, V2, Name);
202 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
204 BinaryOperator *BO = Create(Opc, V1, V2, Nam
208 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
215 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = Ó) argument
221 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
227 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
234 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = Ó) argument
240 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
246 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
[all...]
/external/easymock/src/org/easymock/
H A DMockControl.java462 * @param <V2> returned value type
467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) {
481 * @param <V2> returned value type
487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value,
504 * @param <V2> returned value type
510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value,
525 * @param <V2> returne
[all...]
/external/llvm/lib/Support/
H A DFileUtilities.cpp86 double V1 = 0.0, V2 = 0.0; local
105 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd));
123 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd));
140 if (AbsTolerance < std::abs(V1-V2)) {
143 if (V2)
144 Diff = std::abs(V1/V2 - 1.0);
146 Diff = std::abs(V2/V1 - 1.0);
152 << "Compared: " << V1 << " and " << V2 << '\n'
153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
/external/guava/guava/src/com/google/common/collect/
H A DTables.java398 public static <R, C, V1, V2> Table<R, C, V2> transformValues(
399 Table<R, C, V1> fromTable, Function<? super V1, V2> function) {
400 return new TransformedTable<R, C, V1, V2>(fromTable, function);
403 private static class TransformedTable<R, C, V1, V2>
404 implements Table<R, C, V2> {
406 final Function<? super V1, V2> function;
409 Table<R, C, V1> fromTable, Function<? super V1, V2> function) {
430 @Override public V2 get(Object rowKey, Object columnKey) {
449 @Override public V2 pu
[all...]
H A DMaps.java941 public static <K, V1, V2> Map<K, V2> transformValues(
942 Map<K, V1> fromMap, final Function<? super V1, V2> function) {
944 EntryTransformer<K, V1, V2> transformer =
945 new EntryTransformer<K, V1, V2>() {
947 public V2 transformEntry(K key, V1 value) {
994 public static <K, V1, V2> SortedMap<K, V2> transformValues(
995 SortedMap<K, V1> fromMap, final Function<? super V1, V2> function) {
997 EntryTransformer<K, V1, V2> transforme
[all...]
H A DMultimaps.java1326 public static <K, V1, V2> Multimap<K, V2> transformValues(
1327 Multimap<K, V1> fromMultimap, final Function<? super V1, V2> function) {
1329 EntryTransformer<K, V1, V2> transformer =
1330 new EntryTransformer<K, V1, V2>() {
1332 public V2 transformEntry(K key, V1 value) {
1395 public static <K, V1, V2> Multimap<K, V2> transformEntries(
1397 EntryTransformer<? super K, ? super V1, V2> transformer) {
1398 return new TransformedEntriesMultimap<K, V1, V2>(fromMa
[all...]
/external/libpcap/packaging/
H A Dpcap.spec39 V2=`echo 0.9.4 | sed 's/\\.[^\.]*\.[^\.]*$//g'`
41 if test "$V2" -ne "$V1"; then
42 ln -sf libpcap.so.$V1 libpcap.so.$V2
43 ln -sf libpcap.so.$V2 libpcap.so
/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp86 MVT::SimpleValueType V1 = LHSSrc->getType(0), V2 = RHSSrc->getType(0); local
87 if (MVT(V1).isVector() != MVT(V2).isVector())
88 return MVT(V2).isVector();
90 if (MVT(V1).isFloatingPoint() != MVT(V2).isFloatingPoint())
91 return MVT(V2).isFloatingPoint();
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp92 int V1, V2, V3; variable
95 void set3(I3<&V1, &V2>) {};
97 set3(I3<&V3, &V2>());
102 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'I3<&V3, &V2>' to 'I3<&V1, &V2>' for 1st argument
112 // CHECK-NOELIDE-TREE: &V2>
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java912 public static <K, V1, V2> Map<K, V2> transformValues(
913 Map<K, V1> fromMap, final Function<? super V1, V2> function) {
915 EntryTransformer<K, V1, V2> transformer =
916 new EntryTransformer<K, V1, V2>() {
918 public V2 transformEntry(K key, V1 value) {
965 public static <K, V1, V2> SortedMap<K, V2> transformValues(
966 SortedMap<K, V1> fromMap, final Function<? super V1, V2> function) {
968 EntryTransformer<K, V1, V2> transforme
[all...]
H A DMultimaps.java1237 public static <K, V1, V2> Multimap<K, V2> transformValues(
1238 Multimap<K, V1> fromMultimap, final Function<? super V1, V2> function) {
1240 EntryTransformer<K, V1, V2> transformer =
1241 new EntryTransformer<K, V1, V2>() {
1243 public V2 transformEntry(K key, V1 value) {
1306 public static <K, V1, V2> Multimap<K, V2> transformEntries(
1308 EntryTransformer<? super K, ? super V1, V2> transformer) {
1309 return new TransformedEntriesMultimap<K, V1, V2>(fromMa
[all...]
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp503 const Value *V2, uint64_t V2Size,
511 const Value *V2, uint64_t V2Size,
517 const Value *V2, uint64_t V2Size,
522 const Value *V2, uint64_t V2Size,
837 /// anything about V2. UnderlyingV1 is GetUnderlyingObject(GEP1, TD),
838 /// UnderlyingV2 is the same for V2.
843 const Value *V2, uint64_t V2Size,
853 if (const GEPOperator *GEP2 = dyn_cast<GEPOperator>(V2)) {
927 V2, V2Size, V2TBAAInfo);
929 // If V2 ma
841 aliasGEP(const GEPOperator *GEP1, uint64_t V1Size, const MDNode *V1TBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo, const Value *UnderlyingV1, const Value *UnderlyingV2) argument
1020 aliasSelect(const SelectInst *SI, uint64_t SISize, const MDNode *SITBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo) argument
1054 aliasPHI(const PHINode *PN, uint64_t PNSize, const MDNode *PNTBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo) argument
1156 aliasCheck(const Value *V1, uint64_t V1Size, const MDNode *V1TBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo) argument
[all...]
/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 1148 milliseconds

1234