| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ABIInfo.cpp | 63 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in isHomogeneousAggregate() 100 getContext().getAsConstantArrayType(FT)) { in isHomogeneousAggregate()
|
| H A D | ABIInfoImpl.cpp | 256 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isEmptyField() 386 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isSingleElementStruct()
|
| H A D | HLSLBufferLayoutBuilder.cpp | 198 auto *ArrayTy = CGM.getContext().getAsConstantArrayType(Ty); in layoutField()
|
| H A D | CGExprCXX.cpp | 692 assert(!getContext().getAsConstantArrayType(E->getType()) in EmitSynthesizedCXXCopyCtor() 755 = CGF.getContext().getAsConstantArrayType(type)) { in EmitCXXNewAllocSize() 2160 = getContext().getAsConstantArrayType(DeleteTy)) { in EmitCXXDeleteExpr()
|
| H A D | CGExprConstant.cpp | 672 auto CAT = Emitter.CGM.getContext().getAsConstantArrayType(Type); in EmitDesignatedInitUpdater() 1377 auto *CAT = CGM.getContext().getAsConstantArrayType(ILE->getType()); in EmitArrayInitialization() 1551 const ConstantArrayType *CAT = CGM.getContext().getAsConstantArrayType(T); in VisitObjCEncodeExpr() 2736 if (const ConstantArrayType *CAT = Context.getAsConstantArrayType(T)) { in EmitNullConstant()
|
| H A D | SwiftCallingConv.cpp | 75 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastSizeChecker.cpp | 69 Ctx.getAsConstantArrayType(Last->getType())) { in evenFlexibleArraySize()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | DynamicExtent.cpp | 53 SVB.getContext().getAsConstantArrayType(TVR->getValueType())) in getConstantArrayElementCount()
|
| H A D | RegionStore.cpp | 1911 const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(VD->getType()); in getConstantValFromConstArrayInitializer() 2474 assert(Ctx.getAsConstantArrayType(R->getValueType()) && in getBindingForArray() 2813 Ctx.getConstantArrayElementCount(Ctx.getAsConstantArrayType(Ty)) == 0) in tryBindSmallStruct()
|
| H A D | ExprEngineCXX.cpp | 1184 getContext().getAsConstantArrayType(FTy)) == 0) in VisitLambdaExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenOpenACC.cpp | 99 auto *arrayTy = getContext().getAsConstantArrayType(baseTy); in getOpenACCDataOperandInfo()
|
| H A D | CIRGenClass.cpp | 104 cgf.getContext().getAsConstantArrayType(fieldType); in emitMemberInitializer()
|
| H A D | CIRGenExprConstant.cpp | 821 if (getASTContext().getAsConstantArrayType(t)) { in emitNullConstant()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaSYCL.cpp | 46 if (const auto *CAT = S.getASTContext().getAsConstantArrayType(Ty)) in isZeroSizedArray()
|
| H A D | SemaTypeTraits.cpp | 728 if (const auto *CAT = C.getAsConstantArrayType(T)) in EvaluateUnaryTypeTrait() 736 if (const auto *CAT = C.getAsConstantArrayType(T)) in EvaluateUnaryTypeTrait() 1894 Self.Context.getAsConstantArrayType(T)) in EvaluateArrayTypeTrait()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | LoongArch.cpp | 147 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { in detectFARsEligibleStructHelper()
|
| H A D | X86.cpp | 351 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) in shouldReturnTypeInRegister() 1995 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in classify() 2330 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) { in BitsContainNoUserData() 2894 if (const auto *AT = getContext().getAsConstantArrayType(MTy)) in classifyRegCallStructTypeImpl()
|
| H A D | RISCV.cpp | 225 if (const ConstantArrayType *ATy = getContext().getAsConstantArrayType(Ty)) { in detectFPCCEligibleStructHelper()
|
| H A D | ARM.cpp | 715 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in containsAnyFP16Vectors()
|
| H A D | AArch64.cpp | 719 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in passAsPureScalableType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 448 if (const ConstantArrayType *CAT = Ctx.getAsConstantArrayType(RawQT)) { in fixType()
|
| H A D | RecordLayoutBuilder.cpp | 434 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) { in CanPlaceFieldSubobjectAtOffset() 534 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(T)) { in UpdateEmptyFieldSubobjects()
|
| H A D | ExprConstant.cpp | 3693 Info.Ctx.getAsConstantArrayType(S->getType()); in extractStringLiteralCharacter() 3711 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in expandStringLiteral() 4026 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(ObjType); in findSubobject() 6925 if (const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType(T)) { in HandleDestructionImpl() 10419 auto *CAT = Info.Ctx.getAsConstantArrayType(Init->getType()); in VisitCXXNewExpr() 10899 if (auto *CAT = Info.Ctx.getAsConstantArrayType(Init->getType())) { in VisitCXXParenListOrInitListExpr() 10998 Info.Ctx.getAsConstantArrayType(E->getSubExpr()->getType()); in VisitCXXStdInitializerListExpr() 11663 Info.Ctx.getAsConstantArrayType(E->getType()); in ZeroInitialization() 11762 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in VisitInitListExpr() 11789 const ConstantArrayType *CAT = Info.Ctx.getAsConstantArrayType( in VisitCXXParenListOrInitListExpr() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 518 if (auto *CAT = Ctx.getAsConstantArrayType(DRE->getType())) { in isPtrBufferSafe() 3220 } else if (Ctx.getAsConstantArrayType(Init->IgnoreImpCasts()->getType())) { in FixVarInitializerWithSpan() 3623 if (auto CAT = Ctx.getAsConstantArrayType(D->getType())) { in fixVarDeclWithArray() 3756 if (VD->isLocalVarDecl() && Ctx.getAsConstantArrayType(VD->getType())) in fixVariable()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 1884 Ctx.getASTContext().getAsConstantArrayType(QT); in visitInitList() 2471 Ctx.getASTContext().getAsConstantArrayType(E->getType()); in VisitStringLiteral() 3198 Ctx.getASTContext().getAsConstantArrayType(E->getType()); in VisitCXXConstructExpr() 3549 Ctx.getASTContext().getAsConstantArrayType(InitType)) { in VisitCXXNewExpr() 4032 Ctx.getASTContext().getAsConstantArrayType(SubExpr->getType()); in VisitCXXStdInitializerListExpr()
|