Home
last modified time | relevance | path

Searched defs:ArraySize (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp275 SVal ArraySize; in checkPreStmt() local
316 SVal ArraySize; in checkPreStmt() local
H A DCheckSecuritySyntaxOnly.cpp689 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp68 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
/freebsd-13.1/stand/efi/include/
H A Defifs.h100 UINT32 ArraySize; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h837 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp633 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 DMemoryBuiltins.cpp675 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 DHWAddressSanitizer.cpp960 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
1394 uint64_t ArraySize = in sanitizeFunction() local
H A DAddressSanitizer.cpp634 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp666 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp47 inline u32 computeCRC32(u32 Crc, uptr Value, uptr *Array, uptr ArraySize) { in computeCRC32()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp70 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 DCGOpenMPRuntimeGPU.cpp195 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
3193 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
H A DCGOpenMPRuntime.cpp2473 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 DSemaType.cpp2280 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 DSemaExprCXX.cpp1792 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 DTreeTransform.h3114 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 DExprCXX.cpp185 Optional<Expr *> ArraySize, in CXXNewExpr()
247 Optional<Expr *> ArraySize, in Create()
H A DTextNodeDumper.cpp540 unsigned ArraySize = Value.getArraySize(); in Visit() local
H A DExprConstant.cpp192 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 DType.cpp190 const llvm::APInt &ArraySize, in Profile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp470 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1642 uint64_t ArraySize = in lowerTypeArray() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2708 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ in initializeTypes() argument

12