Home
last modified time | relevance | path

Searched refs:getAsConstantArrayType (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp67 Ctx.getAsConstantArrayType(Last->getType())) { in evenFlexibleArraySize()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp446 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) { in fixType()
H A DRecordLayoutBuilder.cpp442 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) { in CanPlaceFieldSubobjectAtOffset()
546 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) { in UpdateEmptyFieldSubobjects()
H A DMicrosoftMangle.cpp2869 getASTContext().getAsConstantArrayType(ElementTy); in mangleArrayType()
3833 .getAsConstantArrayType(SL->getType()) in mangleStringLiteral()
H A DExprConstant.cpp3381 Info.Ctx.getAsConstantArrayType(S->getType()); in extractStringLiteralCharacter()
3400 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in expandStringLiteral()
3700 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in findSubobject()
6377 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(T)) { in HandleDestructionImpl()
9448 auto *CAT = Info.Ctx.getAsConstantArrayType(Init->getType()); in VisitCXXNewExpr()
9985 Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType()); in VisitCXXStdInitializerListExpr()
10388 Info.Ctx.getAsConstantArrayType(E->getType()); in ZeroInitialization()
10478 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in VisitInitListExpr()
10593 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(Type)) { in VisitCXXConstructExpr()
H A DDeclCXX.cpp3319 const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(T); in isValidStructGUID()
H A DASTContext.cpp9857 const ConstantArrayType* LCAT = getAsConstantArrayType(LHS); in mergeTypes()
9858 const ConstantArrayType* RCAT = getAsConstantArrayType(RHS); in mergeTypes()
H A DExpr.cpp1074 assert(Ctx.getAsConstantArrayType(Ty) && in StringLiteral()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp629 auto CAT = Emitter.CGM.getContext().getAsConstantArrayType(Type); in EmitDesignatedInitUpdater()
1195 auto *CAT = CGM.getContext().getAsConstantArrayType(ILE->getType()); in EmitArrayInitialization()
1313 const ConstantArrayType *CAT = CGM.getContext().getAsConstantArrayType(T); in VisitObjCEncodeExpr()
2314 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) { in EmitNullConstant()
H A DCGExprCXX.cpp676 assert(!getContext().getAsConstantArrayType(E->getType()) in EmitSynthesizedCXXCopyCtor()
739 = CGF.getContext().getAsConstantArrayType(type)) { in EmitCXXNewAllocSize()
2101 = getContext().getAsConstantArrayType(DeleteTy)) { in EmitCXXDeleteExpr()
H A DSwiftCallingConv.cpp74 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData()
H A DTargetInfo.cpp511 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isEmptyField()
616 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isSingleElementStruct()
1357 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) in shouldReturnTypeInRegister()
2981 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in classify()
3302 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) { in BitsContainNoUserData()
5063 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in isHomogeneousAggregate()
5100 getContext().getAsConstantArrayType(FT)) { in isHomogeneousAggregate()
6818 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in containsAnyFP16Vectors()
10641 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { in detectFPCCEligibleStructHelper()
H A DCGCall.cpp911 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) { in getTypeExpansion()
2742 getContext().getAsConstantArrayType(OTy)) { in EmitFunctionProlog()
3328 if (const auto *ATy = Context.getAsConstantArrayType(QTy)) in setUsedBits()
H A DCGExprAgg.cpp396 Ctx.getAsConstantArrayType(E->getSubExpr()->getType()); in VisitCXXStdInitializerListExpr()
H A DCGClass.cpp660 = CGF.getContext().getAsConstantArrayType(FieldType); in EmitMemberInitializer()
H A DCGExpr.cpp4002 auto *CAT = C.getAsConstantArrayType(ArrayTy); in EmitOMPArraySectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1677 if (auto CAT = Ctx.getAsConstantArrayType(VD->getType())) in getBindingForElement()
2077 assert(Ctx.getAsConstantArrayType(R->getValueType()) && in getBindingForArray()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2591 const ConstantArrayType *getAsConstantArrayType(QualType T) const { in getAsConstantArrayType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1917 if (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) { in addImplicitDtorsForDestructor()
2008 while (const ConstantArrayType *AT = Context->getAsConstantArrayType(QT)) { in hasTrivialDestructor()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1731 S.Context.getAsConstantArrayType(Arg); in DeduceTemplateArgumentsByTypeMatch()
1736 S.Context.getAsConstantArrayType(Param); in DeduceTemplateArgumentsByTypeMatch()
H A DSemaExprCXX.cpp2018 = Context.getAsConstantArrayType(AllocType)) { in BuildCXXNew()
2353 auto *CAT = Context.getAsConstantArrayType(Initializer->getType()); in BuildCXXNew()
5639 if (const ConstantArrayType *CAT = Self.Context.getAsConstantArrayType(T)) in EvaluateArrayTypeTrait()
H A DSemaChecking.cpp631 Context.getAsConstantArrayType(Format->getType()); in checkFortifiedBuiltinMemoryFunction()
9535 S.Context.getAsConstantArrayType(FExpr->getType()); in CheckFormatString()
9598 const ConstantArrayType *T = Context.getAsConstantArrayType(FExpr->getType()); in FormatStringHasSArg()
10542 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(Ty)) { in isConstantSizeArrayWithMoreThanOneElement()
14805 Context.getAsConstantArrayType(BaseExpr->getType()); in CheckArrayAccess()
H A DSemaInit.cpp979 SemaRef.Context.getAsConstantArrayType(DeclType)) { in numArrayElements()
8681 = S.Context.getAsConstantArrayType(CurInit.get()->getType())) { in Perform()
H A DSemaExprObjC.cpp68 const ConstantArrayType *CAT = Context.getAsConstantArrayType(S->getType()); in ParseObjCStringLiteral()
H A DSemaDeclCXX.cpp1488 if (auto *CAT = Context.getAsConstantArrayType(DecompType)) { in CheckCompleteDecompositionDeclaration()
4953 while (const ConstantArrayType *ArrayT = Context.getAsConstantArrayType(T)) { in isIncompleteOrZeroLengthArrayType()
14014 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); in buildSingleCopyAssignRecursively()

12