Lines Matching defs:Array1
451 const ArrayType *Array1,
454 Array1->getElementType(),
457 if (Array1->getSizeModifier() != Array2->getSizeModifier())
459 if (Array1->getIndexTypeQualifiers() != Array2->getIndexTypeQualifiers())
562 const ConstantArrayType *Array1 = cast<ConstantArrayType>(T1);
564 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize()))
567 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2))
580 const VariableArrayType *Array1 = cast<VariableArrayType>(T1);
583 Array1->getSizeExpr(), Array2->getSizeExpr()))
586 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2))
593 const DependentSizedArrayType *Array1 = cast<DependentSizedArrayType>(T1);
596 Array1->getSizeExpr(), Array2->getSizeExpr()))
599 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2))