Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp257 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
267 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1451 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local
H A DSemaInit.cpp7809 if (const IncompleteArrayType *ArrayT in Perform() local
H A DSemaDecl.cpp8875 if (const ConstantArrayType *ArrayT = in CheckVariableDeclarationType() local
14284 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local
H A DSemaDeclCXX.cpp5211 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local
H A DTreeTransform.h14555 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local