Searched defs:V1 (Results 1 - 25 of 142) sorted by relevance

123456

/external/r8/src/test/examples/multidex003/
H A DAnnotationValue.java8 V1, enum constant in enum:AnnotationValue
H A DTestAnnotation3.java13 V1, enum constant in enum:TestAnnotation3.Value
/external/llvm/lib/Fuzzer/test/
H A DSimpleFnAdapterTest.cpp12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { argument
13 if (V1.size() > 0 && V1 == V2) {
/external/swiftshader/src/Renderer/
H A DTriangle.hpp25 Vertex V1; member in struct:sw::Triangle
/external/clang/test/CodeGenCXX/
H A Dweak-extern-typeinfo.cpp24 class V1 : public virtual A { class in inherits:A
28 class V2 : public virtual V1 {
31 void V1::foo() { }
H A Dmicrosoft-abi-rtti.cpp17 struct V1 : X1 {}; struct in inherits:X1
18 struct W1 : virtual V1 {};
19 struct Y1 : W1, virtual V1 {} y1;
69 // CHECK-DAG: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null], comdat
74 // CHECK-DAG: @"\01??_R2W1@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null], comdat
75 // CHECK-DAG: @"\01??_R1A@A@3FA@V1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUV1@@@8" to i8*), i32 1, i32 0, i32 0, i32 4, i32 80, %rtti.ClassHierarchyDescriptor* @"\01??_R3V1@@8" }, comdat
78 // CHECK-DAG: @"\01??_R2V1@@8" = linkonce_odr constant [3 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@X1@@8", %rtti.BaseClassDescriptor* null], comdat
79 // CHECK-DAG: @"\01??_R1A@?0A@EA@V1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUV1@@@8" to i8*), i32 1, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3V1@@8" }, comdat
189 // X64-DAG: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1
[all...]
H A Dvtable-layout-abi-examples.cpp205 struct V1 { struct in namespace:Test3
210 struct V2 : virtual V1 {
225 // CHECK-7-NEXT: -- (Test3::V1, 16) vtable address --
246 // CHECK-8-NEXT: -- (Test3::V1, 16) vtable address --
249 struct C : virtual V1, virtual V2 {
271 // CHECK-9-NEXT: -- (Test3::V1, 24) vtable address --
292 // CHECK-10-NEXT: -- (Test3::V1, 24) vtable address --
313 // CHECK-11-NEXT: -- (Test3::V1, 24) vtable address --
H A Dvtt-layout.cpp28 class V1 : public A1, public A2 { int i; }; class in namespace:Test3
31 class V2 : public B1, public B2, public virtual V1 { int i; };
33 class C1 : public virtual V1 { int i; };
43 // (making A2 a virtual base of V1)
47 class V1 : public A1, public virtual A2 { int i; }; class in namespace:Test4
50 class V2 : public B1, public B2, public virtual V1 { int i; };
52 class C1 : public virtual V1 { int i; };
H A Dmicrosoft-abi-vtables-virtual-inheritance-vtordisps.cpp8 struct V1 { struct
10 virtual ~V1();
28 struct V4 : Z, V1, V2 {
56 struct A : virtual V1 {
57 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' (2 entries).
124 // CHECK-LABEL: VFTable for 'V1' in 'V4' in 'simple::C' (2 entries).
239 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::A' (2 entries).
266 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::B' (2 entries).
283 // CHECK-LABEL: VFTable for 'V1' in 'simple::A' in 'extended::C' (2 entries).
352 // CHECK-LABEL: VFTable for 'V1' i
[all...]
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_vector_ops.cpp664 shufflevector(Ty V1, Ty V2) { argument
667 V1, V2, Idx0 % (NumElements * 2), Idx1 % (NumElements * 2),
680 shufflevector(Ty V1, Ty V2) { argument
683 V1, V2, Idx0 % (NumElements * 2), Idx1 % (NumElements * 2),
699 shufflevector(Ty V1, Ty V2) { argument
702 V1, V2, Idx0, Idx1 % (NumElements * 2), Idx2 % (NumElements * 2),
713 typedef VecTy (*TestFn)(VecTy V1, VecTy V2);
735 TY(Ty) shufflevector_##Ty(TY(Ty) V1, TY(Ty) V2, uint32_t Which) { \
736 return (*ShuffleVectorTest<TY(Ty)>::Tests[Which])(V1, V2); \
745 TY(I1Ty) shufflevector_##I1Ty(TY(I1Ty) V1, T
[all...]
/external/clang/test/CXX/special/class.init/class.inhctor.init/
H A Dp2.cpp15 struct V1 : virtual B { using B::B; }; struct in namespace:std_example
18 struct D2 : V1, V2 {
19 using V1::V1;
25 // then initializes the V1 and V2 base classes as if by a defaulted default constructor
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/
H A DTBSRequest.java18 private static final ASN1Integer V1 = new ASN1Integer(0); field in class:TBSRequest
38 this.version = V1;
49 this.version = V1;
72 version = V1;
77 version = V1;
153 if (!version.equals(V1) || versionSet)
H A DResponseData.java18 private static final ASN1Integer V1 = new ASN1Integer(0); field in class:ResponseData
55 this(V1, responderID, ASN1GeneralizedTime.getInstance(producedAt), responses, Extensions.getInstance(responseExtensions));
64 this(V1, responderID, producedAt, responses, responseExtensions);
85 this.version = V1;
90 this.version = V1;
166 if (versionPresent || !version.equals(V1))
/external/clang/test/Parser/
H A Dcxx0x-member-initializers.cpp26 struct V1 { struct
28 V1() : a(), b{} {} function in struct:V1
/external/llvm/unittests/ADT/
H A DIntrusiveRefCntPtrTest.cpp23 VirtualRefCounted *V1 = new VirtualRefCounted; local
24 IntrusiveRefCntPtr<VirtualRefCounted> R1 = V1;
25 VirtualRefCounted *V2 = new VirtualRefCounted(*V1);
/external/guava/guava/src/com/google/common/collect/
H A DPlatform.java71 static <K, V1, V2> SortedMap<K, V2> mapsTransformEntriesSortedMap( argument
72 SortedMap<K, V1> fromMap,
73 EntryTransformer<? super K, ? super V1, V2> transformer) {
75 ? Maps.transformEntries((NavigableMap<K, V1>) fromMap, transformer)
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h33 struct V1 : SkOTTableOS2_V1 { } v1; struct in union:SkOTTableOS2::Version
47 static_assert(sizeof(SkOTTableOS2::Version::V1) == 86, "sizeof_SkOTTableOS2__V1_not_86");
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
H A DCloning.cpp27 T *clone(T *V1) { argument
28 Value *V2 = V1->clone();
29 Orig.insert(V1);
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelEmitter.cpp74 MVT::SimpleValueType V1 = LHSSrc->getType(0), V2 = RHSSrc->getType(0); local
75 if (MVT(V1).isVector() != MVT(V2).isVector())
78 if (MVT(V1).isFloatingPoint() != MVT(V2).isFloatingPoint())
/external/bison/src/
H A Dreduce.c53 static bitset V1; variable
224 bitset_set (V1, rules[r].precsym->number);
409 V1 = bitset_create (nsyms, BITSET_FIXED);
447 return !bitset_test (V, i) && !bitset_test (V1, i);
466 bitset_free (V1);
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp147 const llvm::APSInt& V1, const llvm::APSInt& V2) {
154 return &getValue( V1 * V2 );
159 return &getValue( V1 / V2 );
164 return &getValue( V1 % V2 );
167 return &getValue( V1 + V2 );
170 return &getValue( V1 - V2 );
184 if (Amt >= V1.getBitWidth())
187 return &getValue( V1.operator<<( (unsigned) Amt ));
202 if (Amt >= V1.getBitWidth())
205 return &getValue( V1
146 evalAPSInt(BinaryOperator::Opcode Op, const llvm::APSInt& V1, const llvm::APSInt& V2) argument
266 getPersistentSValPair(const SVal& V1, const SVal& V2) argument
[all...]
/external/clang/test/Layout/
H A Dms-x86-aligned-tail-padding.cpp30 struct V1 : A16 { virtual void f() {} }; struct in inherits:A16
245 struct F : B0, virtual V1 {
259 // CHECK-NEXT: 92 | (vtordisp for vbase V1)
260 // CHECK-NEXT: 96 | struct V1 (virtual base)
261 // CHECK-NEXT: 96 | (V1 vftable pointer)
273 // CHECK-X64-NEXT: 92 | (vtordisp for vbase V1)
274 // CHECK-X64-NEXT: 96 | struct V1 (virtual base)
275 // CHECK-X64-NEXT: 96 | (V1 vftable pointer)
/external/clang/test/Sema/
H A Dconst-eval.c63 static const struct a V1 = (struct a){ 1, 2}; variable in typeref:struct:a
/external/conscrypt/platform/src/main/java/org/conscrypt/ct/
H A DSignedCertificateTimestamp.java33 V1 enum constant in enum:SignedCertificateTimestamp.Version
93 if (version != Version.V1.ordinal()) {
98 Version.V1,
/external/llvm/lib/Support/
H A DFileUtilities.cpp85 double V1 = 0.0, V2 = 0.0; local
103 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd));
112 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd));
139 if (AbsTolerance < std::abs(V1-V2)) {
143 Diff = std::abs(V1/V2 - 1.0);
144 else if (V1)
145 Diff = std::abs(V2/V1 - 1.0);
151 << "Compared: " << V1 << " and " << V2 << '\n'
152 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'

Completed in 1989 milliseconds

123456