| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | checksum_test.cpp | 16 scudo::uptr ArraySize) { in computeSoftwareChecksum() 24 scudo::uptr ArraySize) { in computeHardwareChecksum() 37 const scudo::uptr ArraySize = ARRAY_SIZE(Array); in verifyChecksumFunctionBitFlip() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | ProBoundsConstantArrayIndexCheck.cpp | 113 llvm::APInt ArraySize = SizeArg.getAsIntegral(); in check() local
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VLASizeChecker.cpp | 275 SVal ArraySize; in checkPreStmt() local 315 SVal ArraySize; in checkPreStmt() local
|
| H A D | CheckSecuritySyntaxOnly.cpp | 689 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | SmallPtrSet.cpp | 67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | chunk.h | 23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | MakeSmartPtrCheck.cpp | 286 if (const auto *ArraySize = New->getArraySize().value_or(nullptr)) { in replaceNew() local
|
| H A D | LoopConvertUtils.cpp | 451 llvm::APSInt ArraySize(ConstType->getSize()); in arrayMatchesBoundExpr() local
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | ManagedMemoryRewrite.cpp | 233 Value *ArraySize = Builder.getInt64(ArraySizeInt); in replaceGlobalArray() local
|
| H A D | PPCGCodeGeneration.cpp | 799 Value *ArraySize = getArraySize(Array); in allocateDeviceArrays() local 1117 Value *ArraySize = ConstantInt::get(Builder.getInt64Ty(), Array->size); in getArraySize() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 1231 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 665 Value *ArraySize, in createMalloc() 752 Value *AllocSize, Value *ArraySize, in CreateMalloc() 760 Value *AllocSize, Value *ArraySize, in CreateMalloc() 778 Value *AllocSize, Value *ArraySize, in CreateMalloc() 785 Value *AllocSize, Value *ArraySize, in CreateMalloc() 1371 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1377 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1383 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1394 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 790 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 1135 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 663 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator.cpp | 47 inline u32 computeCRC32(u32 Crc, uptr Value, uptr *Array, uptr ArraySize) { in computeCRC32()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 71 llvm::Value *ArraySize) { in CreateTempAllocaWithoutCast() 81 llvm::Value *ArraySize, in CreateTempAlloca() 112 llvm::Value *ArraySize) { in CreateTempAlloca() 679 llvm::Value *ArraySize) { in EmitTypeCheck()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 193 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local 3248 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
|
| H A D | CGOpenMPRuntime.cpp | 2441 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local 5502 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local 5975 llvm::APInt ArraySize(/*numBits=*/64, Size); in emitTaskReductionInit() local 10159 llvm::Value *ArraySize = MapperCGF.Builder.CreateNUWMul( in emitUDMapperArrayInitOrDel() local
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2329 static ExprResult checkArraySize(Sema &S, Expr *&ArraySize, in checkArraySize() 2398 Expr *ArraySize, unsigned Quals, in BuildArrayType() 2681 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() 4985 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
|
| H A D | SemaExprCXX.cpp | 1835 Optional<Expr *> ArraySize; in ActOnCXXNew() local 1961 Optional<Expr *> ArraySize, in BuildCXXNew() 2112 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser 2115 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 185 Optional<Expr *> ArraySize, in CXXNewExpr() 247 Optional<Expr *> ArraySize, in Create()
|
| H A D | TextNodeDumper.cpp | 542 unsigned ArraySize = Value.getArraySize(); in Visit() local
|
| H A D | ExprConstant.cpp | 192 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject() 367 uint64_t ArraySize = in validIndexAdjustments() local 461 uint64_t ArraySize = in adjustIndex() local 6976 unsigned ArraySize = Val.getArraySize(); in visitArray() local 9530 if (Optional<const Expr *> ArraySize = E->getArraySize()) { in VisitCXXNewExpr() local 11694 uint64_t ArraySize = Designator.getMostDerivedArraySize(); in determineEndOffset() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1723 uint64_t ArraySize = in lowerTypeArray() local 1741 uint64_t ArraySize = Ty->getSizeInBits() >> 3; in lowerTypeString() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 469 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
|