/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 66 if (const ConstantArrayType *ArrayTy = in evenFlexibleArraySize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | ArrayList.h | 105 using ArrayTy = std::array<T, ItemsGroupSize>; member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 43 typedef std::vector<DocNode> ArrayTy; typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Delinearization.cpp | 506 auto *ArrayTy = dyn_cast<ArrayType>(Ty); in getIndexExpressionsFromGEP() local
|
H A D | ValueTracking.cpp | 5665 ArrayType *ArrayTy = nullptr; getConstantDataArrayInfo() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SValBuilder.cpp | 748 const auto *ArrayTy = in VisitMemRegionVal() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 633 if (auto *ArrayTy = dyn_cast<ArrayType>(AllocaTy)) { tryPromoteAllocaToVector() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 698 ArrayType *ArrayTy = ArrayType::get(Ty, NumElements); CreateFunctionLocalArrayInSection() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2070 auto *ArrayTy = dyn_cast<llvm::ArrayType>(Addr.getElementType()); in MaybeConvertMatrixAddress() local 147 auto *ArrayTy = cast<llvm::ArrayType>(Result.getElementType()); CreateMemTemp() local 2061 auto *ArrayTy = dyn_cast<llvm::ArrayType>(Addr.getElementType()); MaybeConvertMatrixAddress() local 4443 QualType ArrayTy = BaseTy->isPointerType() EmitOMPArraySectionExpr() local [all...] |
H A D | CGExprConstant.cpp | 2176 const ArrayType *ArrayTy = CGM.getContext().getAsArrayType(DestType); tryEmitPrivate() local
|
H A D | CGDecl.cpp | 1099 if (auto *ArrayTy = dyn_cast<llvm::ArrayType>(OrigTy)) { constWithPadding() local
|
H A D | CGOpenMPRuntime.cpp | 664 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); EmitOMPAggregateInit() local 4722 const ArrayType *ArrayTy = Type->getAsArrayTypeUnsafe(); EmitOMPAggregateReduction() local 11135 QualType ArrayTy = C.getConstantArrayType(KmpDimTy, Size, nullptr, emitDoacrossInit() local 11187 QualType ArrayTy = CGM.getContext().getConstantArrayType( EmitDoacrossOrdered() local
|
H A D | CGStmtOpenMP.cpp | 701 const ArrayType *ArrayTy = OriginalType->getAsArrayTypeUnsafe(); EmitOMPAggregateAssign() local
|
H A D | CGBuiltin.cpp | 1016 const ArrayType *ArrayTy = Ctx.getAsArrayType(FAMDecl->getType()); emitFlexibleArrayMemberSize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 1624 auto *ArrayTy = ArrayType::get(VT->getElementType(), VT->getNumElements()); getNonAliasingPointer() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 876 LLVMGetArrayLength(LLVMTypeRef ArrayTy) LLVMGetArrayLength() argument 880 LLVMGetArrayLength2(LLVMTypeRef ArrayTy) LLVMGetArrayLength2() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 2932 QualType ArrayTy = PVD->getOriginalType(); BuildCXXForRangeStmt() local
|
H A D | SemaDeclCXX.cpp | 14765 const ConstantArrayType *ArrayTy = S.Context.getAsConstantArrayType(T); buildSingleCopyAssignRecursively() local
|
H A D | SemaChecking.cpp | 17990 const ConstantArrayType *ArrayTy = CheckArrayAccess() local
|
H A D | SemaExpr.cpp | 11453 } else if (const auto *ArrayTy = S.Context.getAsArrayType(LHSTy)) { DiagnoseDivisionSizeofPointerOrArray() local
|
H A D | SemaOpenMP.cpp | 20014 QualType ArrayTy = S.Context.getVariableArrayType( actOnOMPReductionKindClause() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 6271 ArrayType *ArrayTy = ArrayType::get(ValueType, TableSize); SwitchLookupTable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5401 ArrayType *ArrayTy = ArrayType::get(DimTy, NonContigInfo.Dims[I]); emitNonContiguousDescriptor() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9090 QualType ArrayTy = Info.Ctx.getConstantArrayType( VisitSYCLUniqueStableNameExpr() local
|