Searched refs:Array1 (Results 1 - 5 of 5) sorted by relevance

/external/dbus/test/data/valid-messages/
H A Drecursive-types.message23 LENGTH Array1
24 START_LENGTH Array1
39 END_LENGTH Array1
/external/llvm/unittests/ADT/
H A DArrayRefTest.cpp39 ArrayRef<uint16_t> Array1 = makeArrayRef(Words1, 4); local
42 ArrayRef<uint16_t> Array1c = Array1.copy(Alloc);
44 EXPECT_TRUE(Array1.equals(Array1c));
45 EXPECT_NE(Array1.data(), Array1c.data());
/external/v8/test/cctest/
H A Dtypes-fuzz.h200 TypeHandle Array1(TypeHandle element) { function in class:v8::internal::Types
H A Dtest-types.cc500 TypeHandle array = T.Array1(type);
507 TypeHandle array = T.Array1(type);
516 TypeHandle array1 = T.Array1(type1);
517 TypeHandle array2 = T.Array1(type2);
939 TypeHandle type1 = T.Array1(element1);
940 TypeHandle type2 = T.Array1(element2);
/external/clang/lib/AST/
H A DASTImporter.cpp396 const ArrayType *Array1,
399 Array1->getElementType(),
402 if (Array1->getSizeModifier() != Array2->getSizeModifier())
404 if (Array1->getIndexTypeQualifiers() != Array2->getIndexTypeQualifiers())
507 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1); local
509 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize()))
512 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2))
525 const VariableArrayType *Array1 = cast<VariableArrayType>(T1); local
528 Array1->getSizeExpr(), Array2->getSizeExpr()))
531 if (!IsArrayStructurallyEquivalent(Context, Array1, Array
395 IsArrayStructurallyEquivalent(StructuralEquivalenceContext &Context, const ArrayType *Array1, const ArrayType *Array2) argument
538 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1); local
[all...]

Completed in 234 milliseconds