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

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
weak-extern-typeinfo.cpp 28 class V2 : public virtual V1 {
32 void V2::foo() { }
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; };
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...]
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 36 V1, V2, V3, V4, V5
55 bool hasV2TOps () const { return HexagonArchVersion >= V2; }
56 bool hasV2TOpsOnly () const { return HexagonArchVersion == V2; }
66 bool isSubtargetV2() const { return HexagonArchVersion == V2;}
  /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 );
175 if (V2.isSigned() && V2.isNegative())
178 uint64_t Amt = V2.getZExtValue();
193 if (V2.isSigned() && V2.isNegative()
    [all...]
  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 42 VectorT V2;
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, this->testArray(0))
    [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/llvm/lib/IR/
Use.cpp 25 Value *V2(RHS.Val);
26 if (V1 != V2) {
31 if (V2) {
33 Val = V2;
34 V2->addUse(*this);
ConstantFold.h 36 Constant *V1, Constant *V2);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
47 Constant *V2);
  /external/skia/src/sfnt/
SkOTTable_OS_2.h 34 struct V2 : SkOTTableOS2_V2 { } v2; member in union:SkOTTableOS2::Version
48 SK_COMPILE_ASSERT(sizeof(SkOTTableOS2::Version::V2) == 96, sizeof_SkOTTableOS2__V2_not_96);
  /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/easymock/src/org/easymock/
MockControl.java 462 * @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> returned value type
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pod_char_traits.h 54 template<typename V2>
56 from(const V2& v)
62 template<typename V2>
63 static V2
66 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pod_char_traits.h 56 template<typename V2>
58 from(const V2& v)
64 template<typename V2>
65 static V2
68 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pod_char_traits.h 56 template<typename V2>
58 from(const V2& v)
64 template<typename V2>
65 static V2
68 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 54 template<typename V2>
56 from(const V2& v)
62 template<typename V2>
63 static V2
66 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 54 template<typename V2>
56 from(const V2& v)
62 template<typename V2>
63 static V2
66 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pod_char_traits.h 54 template<typename V2>
56 from(const V2& v)
62 template<typename V2>
63 static V2
66 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pod_char_traits.h 54 template<typename V2>
56 from(const V2& v)
62 template<typename V2>
63 static V2
66 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
pod_char_traits.h 56 template<typename V2>
58 from(const V2& v)
64 template<typename V2>
65 static V2
68 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
pod_char_traits.h 59 template<typename V2>
61 from(const V2& v)
67 template<typename V2>
68 static V2
71 V2 ret = { static_cast<V2>(c.value) };
  /external/llvm/lib/Support/
FileUtilities.cpp 86 double V1 = 0.0, V2 = 0.0;
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/
Tables.java 398 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 put(R rowKey, C columnKey, V2 value)
    [all...]
  /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/libpcap/packaging/
pcap.spec 39 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

Completed in 435 milliseconds

1 2 3 4 5