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

1 2 3 4 5 6 7 8

  /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/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));
166 this->V = this->V2;
168 this->expectValues(this->V2, this->testArray(0));
169 this->V = std::move(this->V2);
173 this->V = this->V2;
175 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/Target/Hexagon/
HexagonSubtarget.h 42 V1, V2, V3, V4, V5
80 bool hasV2TOps () const { return HexagonArchVersion >= V2; }
81 bool hasV2TOpsOnly () const { return HexagonArchVersion == V2; }
91 bool isSubtargetV2() const { return HexagonArchVersion == V2;}
  /external/chromium_org/third_party/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/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/lib/IR/
ConstantFold.h 36 Constant *V1, Constant *V2);
40 Constant *ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2,
47 Constant *V2);
  /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...]
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 58 template<typename V2>
60 from(const V2& v)
66 template<typename V2>
67 static V2
70 V2 ret = { static_cast<V2>(c.value) };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pod_char_traits.h 58 template<typename V2>
60 from(const V2& v)
66 template<typename V2>
67 static V2
70 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) };
  /prebuilts/ndk/9/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/9/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) };
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
pod_char_traits.h 58 template<typename V2>
60 from(const V2& v)
66 template<typename V2>
67 static V2
70 V2 ret = { static_cast<V2>(c.value) };

Completed in 865 milliseconds

1 2 3 4 5 6 7 8