/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/chromium_org/chrome/browser/sync_file_system/ |
remote_file_sync_service.cc | 20 case V2: 35 case V2:
|
/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/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/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/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) };
|
/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) };
|