Home
last modified time | relevance | path

Searched refs:Array2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/ADT/
DArrayRefTest.cpp41 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5); in TEST() local
43 ArrayRef<uint16_t> Array2c = Array2.copy(Alloc); in TEST()
46 EXPECT_TRUE(Array2.equals(Array2c)); in TEST()
47 EXPECT_NE(Array2.data(), Array2c.data()); in TEST()
/external/dbus/test/data/valid-messages/
Drecursive-types.message70 LENGTH Array2
71 START_LENGTH Array2
87 END_LENGTH Array2
/external/llvm/test/Analysis/BasicAA/
Dfeaturetest.ll16 %Array2 = alloca i32, i32 200
19 call void @external(i32* %Array2)
24 %pointer2 = getelementptr i32, i32* %Array2, i64 %B
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-01-02-nopreheader.ll60 define fastcc void @nopreheader2([200 x i32]* nocapture %Array2) nounwind {
77 %scevgep = getelementptr [200 x i32], [200 x i32]* %Array2, i32 %tmp26, i32 %indvar
/external/clang/test/SemaObjC/
Dkindof.m316 @interface Array2<T1, T2, T3> : NSObject interface
319 @interface Array2<T, T, __kindof I1*>(extensions2) // expected-error{{expected type parameter name}… interface in extensions2
/external/clang/lib/AST/
DASTImporter.cpp397 const ArrayType *Array2) { in IsArrayStructurallyEquivalent() argument
400 Array2->getElementType())) in IsArrayStructurallyEquivalent()
402 if (Array1->getSizeModifier() != Array2->getSizeModifier()) in IsArrayStructurallyEquivalent()
404 if (Array1->getIndexTypeQualifiers() != Array2->getIndexTypeQualifiers()) in IsArrayStructurallyEquivalent()
508 const ConstantArrayType *Array2 = cast<ConstantArrayType>(T2); in IsStructurallyEquivalent() local
509 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize())) in IsStructurallyEquivalent()
512 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2)) in IsStructurallyEquivalent()
526 const VariableArrayType *Array2 = cast<VariableArrayType>(T2); in IsStructurallyEquivalent() local
528 Array1->getSizeExpr(), Array2->getSizeExpr())) in IsStructurallyEquivalent()
531 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2)) in IsStructurallyEquivalent()
[all …]