Searched refs:Array2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/ADT/ |
D | ArrayRefTest.cpp | 41 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/ |
D | recursive-types.message | 70 LENGTH Array2 71 START_LENGTH Array2 87 END_LENGTH Array2
|
/external/llvm/test/Analysis/BasicAA/ |
D | featuretest.ll | 16 %Array2 = alloca i32, i32 200 19 call void @external(i32* %Array2) 24 %pointer2 = getelementptr i32, i32* %Array2, i64 %B
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | 2012-01-02-nopreheader.ll | 60 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/ |
D | kindof.m | 316 @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/ |
D | ASTImporter.cpp | 397 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 …]
|