/external/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 116 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 222 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 231 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 260 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 268 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 276 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
/external/clang/test/CodeGen/ |
D | sse41-builtins.c | 11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() 17 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() 23 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() 29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() 35 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() 41 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
|
/external/clang/test/Layout/ |
D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() argument
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleFnAdapterTest.cpp | 12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
|
/external/clang/test/CodeGenCXX/ |
D | vtable-layout-abi-examples.cpp | 210 struct V2 : virtual V1 { struct 232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
|
D | weak-extern-typeinfo.cpp | 28 class V2 : public virtual V1 { class
|
D | vtt-layout.cpp | 31 class V2 : public B1, public B2, public virtual V1 { int i; }; class 50 class V2 : public B1, public B2, public virtual V1 { int i; }; class
|
D | vtable-layout.cpp | 241 struct V2 : virtual V1 { int v1; }; struct 252 // CHECK-9-NEXT: 2 | Test4::V2 *Test4::D::f() 1050 struct V2 : virtual V1 { struct 1064 // CHECK-29-NEXT: -- (Test22::V2, 16) vtable address -- 1448 struct V2 : virtual V1 { }; struct
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasAnalysis.h | 168 const Value *V2, uint64_t V2Size) { in alias() 173 AliasResult alias(const Value *V1, const Value *V2) { in alias() 185 const Value *V2, uint64_t V2Size) { in isNoAlias() 195 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
|
/external/swiftshader/src/Renderer/ |
D | Triangle.hpp | 26 Vertex V2; member
|
/external/eigen/test/ |
D | smallvectors.cpp | 15 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
|
/external/clang/test/CXX/special/class.init/class.inhctor.init/ |
D | p2.cpp | 16 struct V2 : virtual B { using B::B; }; struct
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 138 const Value *V1 = 0, const Value *V2 = 0, in CheckFailed() 162 #define Assert2(C, M, V1, V2) \ argument 164 #define Assert3(C, M, V1, V2, V3) \ argument 166 #define Assert4(C, M, V1, V2, V3, V4) \ argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 147 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt() 266 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 193 AliasResult alias(const Value *V1, uint64_t V1Size, const Value *V2, in alias() 199 AliasResult alias(const Value *V1, const Value *V2) { in alias() 211 bool isNoAlias(const Value *V1, uint64_t V1Size, const Value *V2, in isNoAlias() 217 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias() 228 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
D | p6.cpp | 10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0() argument
|
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 444 const BitValue &V2 = A2[I]; in eADD() local 453 const BitValue &V2 = A2[I]; in eADD() local 478 const BitValue &V2 = A2[I]; in eSUB() local 487 const BitValue &V2 = A2[I]; in eSUB() local 565 const BitValue &V2 = A2[i]; in eAND() local 588 const BitValue &V2 = A2[i]; in eORL() local 611 const BitValue &V2 = A2[i]; in eXOR() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Use.cpp | 24 Value *V2(RHS.Val); in swap() local
|
/external/clang/lib/Headers/ |
D | shaintrin.h | 34 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \ argument
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 63 struct V2 { int x; virtual ~V2(); }; argument
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2.h | 34 struct V2 : SkOTTableOS2_V2 { } v2; struct
|
/external/opencv/cxcore/src/ |
D | cxjacobieigens.cpp | 111 float *A2 = A + n * (p + 1), *V2 = V + n * (p + 1); in icvJacobiEigens_32f() local 223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; in icvJacobiEigens_64d() local
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 41 const Value *V2, const Module *M) { in PrintResults() 79 const Value *V2, const Module *M) { in PrintLoadStoreResults()
|
D | BasicAliasAnalysis.cpp | 1019 const AAMDNodes &V1AAInfo, const Value *V2, in aliasGEP() 1253 const Value *V2, uint64_t V2Size, in aliasSelect() 1284 const AAMDNodes &PNAAInfo, const Value *V2, in aliasPHI() 1390 AAMDNodes V1AAInfo, const Value *V2, in aliasCheck() 1548 const Value *V2) { in isValueEqualInPotentialCycles()
|
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/ |
D | Cloning.cpp | 28 Value *V2 = V1->clone(); in clone() local
|