Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/containers/sequences/array/
H A Dsize_and_alignment.pass.cpp36 typedef std::array<T, Size> ArrayT; in test() typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp134 if (const auto *ArrayT = dyn_cast<ArrayType>(Variable->getType())) { in check() local
/llvm-project-15.0.7/llvm/lib/FuzzMutate/
H A DOperations.cpp230 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
240 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp344 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp1280 if (const IncompleteArrayType *ArrayT in ActOnEndOfTranslationUnit() local
H A DSemaInit.cpp8078 if (const IncompleteArrayType *ArrayT in Perform() local
H A DSemaDecl.cpp13293 if (const IncompleteArrayType *ArrayT in ActOnUninitializedDecl() local
H A DSemaDeclCXX.cpp5033 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType() local
H A DTreeTransform.h12155 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr() local