Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp253 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
254 return V->getType() == ArrayT->getElementType(); in matchScalarInAggregate()
263 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
264 return makeConstantsWithType(ArrayT->getElementType()); in matchScalarInAggregate()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1330 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local
1336 ArrayT->getElementType(), One, nullptr, ArraySizeModifier::Normal, 0); in ActOnEndOfTranslationUnit()
H A DSemaInit.cpp8576 if (const IncompleteArrayType *ArrayT in Perform() local
8599 = S.Context.getDependentSizedArrayType(ArrayT->getElementType(), in Perform()
8601 ArrayT->getSizeModifier(), in Perform()
8602 ArrayT->getIndexTypeCVRQualifiers(), in Perform()
H A DTreeTransform.h12569 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local
12570 if (!ArrayT) { in TransformCXXNewExpr()
12573 = dyn_cast<ConstantArrayType>(ArrayT)) { in TransformCXXNewExpr()
12579 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
H A DSemaDeclCXX.cpp5266 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local
5267 if (!ArrayT->getSize()) in isIncompleteOrZeroLengthArrayType()
5270 T = ArrayT->getElementType(); in isIncompleteOrZeroLengthArrayType()
H A DSemaDecl.cpp14146 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local
14149 Var->getLocation(), ArrayT->getElementType(), in ActOnUninitializedDecl()