Searched defs:ArrayT (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/ | ||
H A D | Operations.cpp | 253 if (auto *ArrayT = dyn_cast<ArrayType>(Cur[0]->getType())) in matchScalarInAggregate() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | Sema.cpp | 1330 if (const IncompleteArrayType *ArrayT ActOnEndOfTranslationUnit() local |
H A D | SemaInit.cpp | 8576 if (const IncompleteArrayType *ArrayT Perform() local |
H A D | SemaDecl.cpp | 14146 if (const IncompleteArrayType *ArrayT ActOnUninitializedDecl() local |
H A D | SemaDeclCXX.cpp | 5266 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { isIncompleteOrZeroLengthArrayType() local |
H A D | TreeTransform.h | 12569 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); TransformCXXNewExpr() local |