/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_serde.rs | 716 pub const V2: f32 = 2.0; constant 724 pub const V2: f64 = 2.0; constant 732 pub const V2: i16 = 2; constant 740 pub const V2: i32 = 2; constant 748 pub const V2: i64 = 2; constant 756 pub const V2: u16 = 2; constant 764 pub const V2: u32 = 2; constant 772 pub const V2: u64 = 2; constant 806 pub const V2: bool = true; constant
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.visit/ |
H A D | visit_return_type.pass.cpp | 67 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 178 using V2 = std::variant<int *, std::string>; in test_return_type() typedef 219 using V2 = std::variant<int, char *, long long>; in test_constexpr_void() typedef 228 using V2 = std::variant<int, char *, long long>; in test_constexpr_void() typedef 262 using V2 = std::variant<int, char *, long long>; in test_constexpr_int() typedef 271 using V2 = std::variant<int, char *, long long>; in test_constexpr_int() typedef 311 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 319 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 327 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
H A D | visit.pass.cpp | 66 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 175 using V2 = std::variant<int *, std::string>; in test_return_type() typedef 216 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 225 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 264 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 272 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 280 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.visit/ |
H A D | visit.pass.cpp | 134 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 240 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 249 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 278 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 286 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 294 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/ |
H A D | test_vector_ops.cpp | 664 shufflevector(Ty V1, Ty V2) { in shufflevector() 680 shufflevector(Ty V1, Ty V2) { in shufflevector() 699 shufflevector(Ty V1, Ty V2) { in shufflevector()
|
/aosp_15_r20/external/clang/test/Layout/ |
H A D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | shared_from_raw_test2.cpp | 146 struct V2 struct 148 virtual ~V2() {} in ~V2() argument 152 struct W: V2, V argument
|
D | esft_regtest.cpp | 148 struct V2 struct 150 virtual ~V2() {} in ~V2() argument 154 struct W: V2, V argument
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 441 const BitValue &V2 = A2[I]; in eADD() local 450 const BitValue &V2 = A2[I]; in eADD() local 474 const BitValue &V2 = A2[I]; in eSUB() local 483 const BitValue &V2 = A2[I]; in eSUB() local 555 const BitValue &V2 = A2[i]; in eAND() local 577 const BitValue &V2 = A2[i]; in eORL() local 599 const BitValue &V2 = A2[i]; in eXOR() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.cpp | 441 const BitValue &V2 = A2[I]; in eADD() local 450 const BitValue &V2 = A2[I]; in eADD() local 474 const BitValue &V2 = A2[I]; in eSUB() local 483 const BitValue &V2 = A2[I]; in eSUB() local 555 const BitValue &V2 = A2[i]; in eAND() local 577 const BitValue &V2 = A2[i]; in eORL() local 599 const BitValue &V2 = A2[i]; in eXOR() local
|
/aosp_15_r20/external/eigen/test/ |
H A D | diagonal_matrix_variadic_ctor.cpp | 36 #define VERIFY_IMPLICIT_CONVERSION_3(DIAGTYPE, V0, V1, V2) \ argument 43 #define VERIFY_IMPLICIT_CONVERSION_4(DIAGTYPE, V0, V1, V2, V3) \ argument 51 #define VERIFY_IMPLICIT_CONVERSION_5(DIAGTYPE, V0, V1, V2, V3, V4) \ argument
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
H A D | AbstractClosingFutureTest.java | 1764 <V1, V2, U> ClosingFunction2<V1, V2, U> waitFor(ClosingFunction2<V1, V2, U> closingFunction2) { in waitFor() argument 1769 <V1, V2, U> AsyncClosingFunction2<V1, V2, U> waitFor( in waitFor() argument 1775 <V1, V2, V3, U> ClosingFunction3<V1, V2, V3, U> waitFor( in waitFor() argument 1781 <V1, V2, V3, V4, U> ClosingFunction4<V1, V2, V3, V4, U> waitFor( in waitFor() argument 1787 <V1, V2, V3, V4, V5, U> ClosingFunction5<V1, V2, V3, V4, V5, U> waitFor( in waitFor() argument
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A 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()
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | AbstractClosingFutureTest.java | 1764 <V1, V2, U> ClosingFunction2<V1, V2, U> waitFor(ClosingFunction2<V1, V2, U> closingFunction2) { in waitFor() argument 1769 <V1, V2, U> AsyncClosingFunction2<V1, V2, U> waitFor( in waitFor() argument 1775 <V1, V2, V3, U> ClosingFunction3<V1, V2, V3, U> waitFor( in waitFor() argument 1781 <V1, V2, V3, V4, U> ClosingFunction4<V1, V2, V3, V4, U> waitFor( in waitFor() argument 1787 <V1, V2, V3, V4, V5, U> ClosingFunction5<V1, V2, V3, V4, V5, U> waitFor( in waitFor() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/testdata/ |
D | e.go | 121 *V2 anonMember 125 type V2 struct { struct 126 *V3
|
/aosp_15_r20/external/ksp/test-utils/testData/api/ |
H A D | recordJavaOverrides.kt | 69 class V2 class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1017 const Value *V2, LocationSize V2Size, in aliasGEP() 1268 const Value *V2, LocationSize V2Size, in aliasSelect() 1302 const Value *V2, LocationSize V2Size, in aliasPHI() 1420 const Value *V2, LocationSize V2Size, in aliasCheck() 1613 const Value *V2, LocationSize V2Size, in aliasCheckRecursive() 1668 const Value *V2, in isValueEqualInPotentialCycles()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 353 AliasResult alias(const Value *V1, LocationSize V1Size, const Value *V2, in alias() 359 AliasResult alias(const Value *V1, const Value *V2) { in alias() 370 bool isNoAlias(const Value *V1, LocationSize V1Size, const Value *V2, in isNoAlias() 376 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias() 387 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A 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()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | avxintrin.h | 1233 #define _mm256_permute2f128_pd(V1, V2, M) \ argument 1274 #define _mm256_permute2f128_ps(V1, V2, M) \ argument 1314 #define _mm256_permute2f128_si256(V1, V2, M) \ argument 1343 #define _mm256_blend_pd(V1, V2, M) \ argument 1371 #define _mm256_blend_ps(V1, V2, M) \ argument 1469 #define _mm256_dp_ps(V1, V2, M) \ argument 4644 #define _mm256_insertf128_ps(V1, V2, M) \ argument 4682 #define _mm256_insertf128_pd(V1, V2, M) \ argument 4720 #define _mm256_insertf128_si256(V1, V2, M) \ argument
|
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/ |
H A D | avxintrin.h | 1244 #define _mm256_permute2f128_pd(V1, V2, M) __extension__ ({ \ argument 1285 #define _mm256_permute2f128_ps(V1, V2, M) __extension__ ({ \ argument 1325 #define _mm256_permute2f128_si256(V1, V2, M) __extension__ ({ \ argument 1354 #define _mm256_blend_pd(V1, V2, M) __extension__ ({ \ argument 1386 #define _mm256_blend_ps(V1, V2, M) __extension__ ({ \ argument 1491 #define _mm256_dp_ps(V1, V2, M) __extension__ ({ \ argument 2781 #define _mm256_insertf128_ps(V1, V2, M) __extension__ ({ \ argument 2794 #define _mm256_insertf128_pd(V1, V2, M) __extension__ ({ \ argument 2803 #define _mm256_insertf128_si256(V1, V2, M) __extension__ ({ \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
D | avxintrin.h | 1244 #define _mm256_permute2f128_pd(V1, V2, M) __extension__ ({ \ argument 1285 #define _mm256_permute2f128_ps(V1, V2, M) __extension__ ({ \ argument 1325 #define _mm256_permute2f128_si256(V1, V2, M) __extension__ ({ \ argument 1354 #define _mm256_blend_pd(V1, V2, M) __extension__ ({ \ argument 1386 #define _mm256_blend_ps(V1, V2, M) __extension__ ({ \ argument 1491 #define _mm256_dp_ps(V1, V2, M) __extension__ ({ \ argument 2781 #define _mm256_insertf128_ps(V1, V2, M) __extension__ ({ \ argument 2794 #define _mm256_insertf128_pd(V1, V2, M) __extension__ ({ \ argument 2803 #define _mm256_insertf128_si256(V1, V2, M) __extension__ ({ \ argument
|