| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VLASizeChecker.cpp | 275 SVal ArraySize; in checkPreStmt() local 316 SVal ArraySize; in checkPreStmt() local
|
| H A D | CheckSecuritySyntaxOnly.cpp | 689 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SmallPtrSet.cpp | 68 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | chunk.h | 23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efifs.h | 100 UINT32 ArraySize; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 837 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 633 Value *ArraySize, in createMalloc() 720 Value *AllocSize, Value *ArraySize, in CreateMalloc() 728 Value *AllocSize, Value *ArraySize, in CreateMalloc() 746 Value *AllocSize, Value *ArraySize, in CreateMalloc() 753 Value *AllocSize, Value *ArraySize, in CreateMalloc() 1344 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1350 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1356 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1367 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 675 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 962 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 960 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local 1394 uint64_t ArraySize = in sanitizeFunction() local
|
| H A D | AddressSanitizer.cpp | 634 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 666 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator.cpp | 47 inline u32 computeCRC32(u32 Crc, uptr Value, uptr *Array, uptr ArraySize) { in computeCRC32()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 70 llvm::Value *ArraySize) { in CreateTempAllocaWithoutCast() 80 llvm::Value *ArraySize, in CreateTempAlloca() 111 llvm::Value *ArraySize) { in CreateTempAlloca() 680 llvm::Value *ArraySize) { in EmitTypeCheck()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 195 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local 3193 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
|
| H A D | CGOpenMPRuntime.cpp | 2473 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local 5610 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local 6089 llvm::APInt ArraySize(/*numBits=*/64, Size); in emitTaskReductionInit() local 10150 llvm::Value *ArraySize = MapperCGF.Builder.CreateNUWMul( in emitUDMapperArrayInitOrDel() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2280 static ExprResult checkArraySize(Sema &S, Expr *&ArraySize, in checkArraySize() 2349 Expr *ArraySize, unsigned Quals, in BuildArrayType() 2629 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() 4902 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
|
| H A D | SemaExprCXX.cpp | 1792 Optional<Expr *> ArraySize; in ActOnCXXNew() local 1918 Optional<Expr *> ArraySize, in BuildCXXNew() 2069 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser 2072 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
|
| H A D | TreeTransform.h | 3114 Optional<Expr *> ArraySize, in RebuildCXXNewExpr() 11795 Optional<Expr *> ArraySize; in TransformCXXNewExpr() local 14256 IntegerLiteral *ArraySize in RebuildArrayType() local
|
| /freebsd-13.1/contrib/llvm-project/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 | 540 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 6897 unsigned ArraySize = Val.getArraySize(); in visitArray() local 9399 if (Optional<const Expr*> ArraySize = E->getArraySize()) { in VisitCXXNewExpr() local 11430 uint64_t ArraySize = Designator.getMostDerivedArraySize(); in determineEndOffset() local
|
| H A D | Type.cpp | 190 const llvm::APInt &ArraySize, in Profile()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 470 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1642 uint64_t ArraySize = in lowerTypeArray() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2708 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ in initializeTypes() argument
|