| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicWriter.h | 196 elemTy = ctx.getAsArrayType(elemTy)->getElementType(); in writeLValuePathSerializationHelper()
|
| H A D | AbstractBasicReader.h | 206 elemTy = getASTContext().getAsArrayType(elemTy)->getElementType(); in readLValuePathSerializationHelper()
|
| H A D | ASTContext.h | 2590 const ArrayType *getAsArrayType(QualType T) const; 2592 return dyn_cast_or_null<ConstantArrayType>(getAsArrayType(T)); in getAsConstantArrayType() 2595 return dyn_cast_or_null<VariableArrayType>(getAsArrayType(T)); in getAsVariableArrayType() 2598 return dyn_cast_or_null<IncompleteArrayType>(getAsArrayType(T)); in getAsIncompleteArrayType() 2602 return dyn_cast_or_null<DependentSizedArrayType>(getAsArrayType(T)); in getAsDependentSizedArrayType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGNonTrivialStruct.cpp | 96 if (const auto *AT = asDerived().getContext().getAsArrayType(FT)) { in visitWithKind() 279 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() 296 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() 588 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind() 628 if (const auto *AT = getContext().getAsArrayType(FT)) { in visitWithKind()
|
| H A D | CodeGenTypes.cpp | 180 if (const auto *AT = CGT.getContext().getAsArrayType(T)) in isSafeToConvert() 900 if (const auto *AT = Context.getAsArrayType(T)) { in isZeroInitializable()
|
| H A D | CodeGenFunction.cpp | 1914 getContext().getAsArrayType(Ty))) { in EmitNullInitialization() 2006 arrayType = getContext().getAsArrayType(elementType); in emitArrayLength() 2044 arrayType = getContext().getAsArrayType(arrayType->getElementType()); in emitArrayLength() 2057 arrayType = getContext().getAsArrayType(eltType); in emitArrayLength()
|
| H A D | CGExprAgg.cpp | 481 CGF.getContext().getAsArrayType(ArrayQTy)->getElementType(); in EmitArrayInit() 1797 CGF.getContext().getAsArrayType(E->getType())->getElementType(); in VisitArrayInitLoopExpr() 2112 getContext().getAsArrayType(Ty))) { in EmitAggregateCopy()
|
| H A D | CGDecl.cpp | 2183 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() 2280 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy()
|
| H A D | CGExprCXX.cpp | 627 = getContext().getAsArrayType(E->getType())) { in EmitCXXConstructExpr()
|
| H A D | CGExprConstant.cpp | 2121 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); in tryEmitPrivate()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 139 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() 1420 SemaRef.Context.getAsArrayType(ElemType)) { in CheckSubElementType() 1863 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() 2830 const ArrayType *AT = SemaRef.Context.getAsArrayType(CurrentObjectType); in CheckDesignatedInitializer() 3099 = SemaRef.Context.getAsArrayType(CurrentObjectType)) { in createInitListExpr() 3275 if (const ArrayType *AT = Context.getAsArrayType(Parent.getType())) { in InitializedEntity() 4407 if (const ArrayType *DestAT = S.Context.getAsArrayType(DestType)) { in TryListInitialization() 5797 if (const ArrayType *DestAT = Context.getAsArrayType(DestType)) { in InitializeFrom() 5863 = Context.getAsArrayType(Initializer->getType()); in InitializeFrom() 6620 if (const ArrayType *AT = S.Context.getAsArrayType(Entity.getType())) in PerformConstructorInitialization() [all …]
|
| H A D | SemaStmtAsm.cpp | 750 if (const auto *ATy = Context.getAsArrayType(T)) in FillInlineAsmIdentifierInfo()
|
| H A D | SemaExprCXX.cpp | 2413 if (const ArrayType *AT = Context.getAsArrayType(AllocType)) { in CheckAllocatedType() 5604 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) { in EvaluateArrayTypeTrait() 5629 while (const ArrayType *AT = Self.Context.getAsArrayType(T)) { in EvaluateArrayTypeTrait() 7338 else if (auto *AT = Context.getAsArrayType(BaseType)) in ActOnStartCXXMemberReference()
|
| H A D | SemaDecl.cpp | 3991 const ArrayType *OldArray = Context.getAsArrayType(Old->getType()); in MergeVarDeclTypes() 3992 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes() 6442 OrigTy = QualType(Context.getAsArrayType(OrigTy), 0); in deduceOpenCLAddressSpace() 6453 Type = QualType(Context.getAsArrayType(Type), 0); in deduceOpenCLAddressSpace() 11932 if (const auto *AT = S.Context.getAsArrayType(QT)) in visitWithKind() 11997 if (const auto *AT = S.Context.getAsArrayType(QT)) in visitWithKind() 12063 if (const auto *AT = S.Context.getAsArrayType(QT)) in visitWithKind() 17441 else if (Context.getAsArrayType(FD->getType())) { in ActOnFields()
|
| H A D | SemaTemplateDeduction.cpp | 1749 const ArrayType *ArrayArg = S.Context.getAsArrayType(Arg); in DeduceTemplateArgumentsByTypeMatch() 3968 auto *ArrTy = S.Context.getAsArrayType(AdjustedParamType); in DeduceFromInitializerList()
|
| H A D | SemaCast.cpp | 573 if (auto *AT = Context.getAsArrayType(T)) in unwrapCastAwayConstnessLevel()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | MicrosoftMangle.cpp | 634 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) { in mangleVariableEncoding() 1823 QualType ElemT = getASTContext().getAsArrayType(T)->getElementType(); in mangleTemplateArgValue() 2072 if (const auto *AT = getASTContext().getAsArrayType(OriginalType)) in mangleFunctionArgumentType() 2212 if (const ArrayType *AT = getASTContext().getAsArrayType(T)) { in mangleType()
|
| H A D | ASTContext.cpp | 1761 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() 5788 auto *AT1 = getAsArrayType(T1); in UnwrapSimilarArrayTypes() 5792 auto *AT2 = getAsArrayType(T2); in UnwrapSimilarArrayTypes() 6104 const ArrayType *ASTContext::getAsArrayType(QualType T) const { in getAsArrayType() function in ASTContext 6198 const ArrayType *PrettyArrayType = getAsArrayType(Ty); in getArrayDecayedType() 9862 QualType LHSElem = getAsArrayType(LHS)->getElementType(); in mergeTypes() 9863 QualType RHSElem = getAsArrayType(RHS)->getElementType(); in mergeTypes()
|
| H A D | ItaniumMangle.cpp | 2796 ty = Context.getASTContext().getAsArrayType(T); in mangleType() 5484 if (const ArrayType *AT = Ctx.getAsArrayType(T)) in getLValueType()
|
| H A D | ExprConstant.cpp | 203 const ArrayType *AT = Ctx.getAsArrayType(Type); in findMostDerivedSubobject() 8836 auto *AT = Info.Ctx.getAsArrayType(SubExpr->getType()); in VisitCastExpr() 11270 BaseType = Ctx.getAsArrayType(BaseType)->getElementType(); in isDesignatorAtObjectEnd() 11282 const auto *CAT = cast<ConstantArrayType>(Ctx.getAsArrayType(BaseType)); in isDesignatorAtObjectEnd() 13081 const ArrayType *AT = Info.Ctx.getAsArrayType(CurrentType); in VisitOffsetOfExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 103 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) { in makeZeroElementRegion()
|
| H A D | RegionStore.cpp | 1169 if (const ArrayType *AT = Ctx.getAsArrayType(T)) { in VisitCluster() 1640 QualType T = Ctx.getAsArrayType(StrR->getValueType())->getElementType(); in getBindingForElement()
|
| H A D | ExprEngine.cpp | 1016 while (const auto *AT = getContext().getAsArrayType(DTy)) in ProcessDeleteDtor() 1117 while (const ArrayType *AT = getContext().getAsArrayType(T)) { in ProcessTemporaryDtor()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 3199 const ArrayType *VarXTy = C.getAsArrayType(VarX->getType()); in isSameEntity() 3200 const ArrayType *VarYTy = C.getAsArrayType(VarY->getType()); in isSameEntity()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 3706 const ArrayType *AT = Context->getAsArrayType(Type); in RewriteObjCFieldDecl() 3714 AT = Context->getAsArrayType(AT->getElementType()); in RewriteObjCFieldDecl()
|