Home
last modified time | relevance | path

Searched defs:arrayType (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/
H A DLoweringHelpers.cpp65 if (auto arrayType = mlir::dyn_cast<cir::ArrayType>(attr.getType())) { in convertToDenseElementsAttrImpl() local
130 while (auto arrayType = mlir::dyn_cast<cir::ArrayType>(type)) { in lowerConstArrayAttr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp138 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
H A DASTContext.cpp1860 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp75 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
H A DCGDecl.cpp2398 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local
2498 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
H A DCGExprCXX.cpp642 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
H A DCodeGenFunction.cpp2325 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
H A DCGExpr.cpp4287 QualType *arrayType = nullptr, in emitArraySubscriptGEP()
4592 QualType arrayType = Array->getType(); in EmitArraySubscriptExpr() local
H A DCGObjCMac.cpp5231 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local
5236 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
H A DCGClass.cpp1988 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1077 const AstTypeMatcher<ArrayType> arrayType; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp161 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local
1615 } else if (const ArrayType *arrayType = in CheckSubElementType() local
2110 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5425 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local
5455 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local