Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp288 SVal ArraySize; in checkPreStmt() local
328 SVal ArraySize; in checkPreStmt() local
H A DCheckSecuritySyntaxOnly.cpp687 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/freebsd-14.2/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-14.2/stand/efi/include/
H A Defifs.h99 UINT32 ArraySize; member
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp149 uint64_t ArraySize = ATy->getSize().getZExtValue(); in detectFARsEligibleStructHelper() local
H A DRISCV.cpp155 uint64_t ArraySize = ATy->getSize().getZExtValue(); in detectFPCCEligibleStructHelper() local
H A DX86.cpp1996 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp788 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
1146 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp663 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp545 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2395 static ExprResult checkArraySize(Sema &S, Expr *&ArraySize, in checkArraySize()
2481 Expr *ArraySize, unsigned Quals, in BuildArrayType()
2587 auto IsStaticAssertLike = [](const Expr *ArraySize, ASTContext &Context) { in BuildArrayType()
2822 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType()
5169 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
H A DSemaExprCXX.cpp1882 std::optional<Expr *> ArraySize; in ActOnCXXNew() local
2006 std::optional<Expr *> ArraySize, in BuildCXXNew()
2170 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser
2173 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp302 Value *AllocSize, Value *ArraySize, in CreateMalloc()
345 Value *AllocSize, Value *ArraySize, in CreateMalloc()
H A DInstructions.cpp1325 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1331 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1337 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1348 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp71 llvm::Value *ArraySize) { in CreateTempAllocaWithoutCast()
81 llvm::Value *ArraySize, in CreateTempAlloca()
112 llvm::Value *ArraySize) { in CreateTempAlloca()
676 llvm::Value *ArraySize) { in EmitTypeCheck()
H A DCGOpenMPRuntimeGPU.cpp157 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
2850 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
H A DCGOpenMPRuntime.cpp2247 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local
4986 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
5457 llvm::APInt ArraySize(/*numBits=*/64, Size); in emitTaskReductionInit() local
9321 llvm::Value *ArraySize = MapperCGF.Builder.CreateNUWMul( in emitUDMapperArrayInitOrDel() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2263 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1773 uint64_t ArraySize = in lowerTypeArray() local
1791 uint64_t ArraySize = Ty->getSizeInBits() >> 3; in lowerTypeString() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp186 std::optional<Expr *> ArraySize, in CXXNewExpr()
249 SourceRange TypeIdParens, std::optional<Expr *> ArraySize, in Create()
H A DTextNodeDumper.cpp570 unsigned ArraySize = Value.getArraySize(); in Visit() local
H A DExprConstant.cpp195 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject()
370 uint64_t ArraySize = in validIndexAdjustments() local
464 uint64_t ArraySize = in adjustIndex() local
7083 unsigned ArraySize = Val.getArraySize(); in visitArray() local
9842 if (std::optional<const Expr *> ArraySize = E->getArraySize()) { in VisitCXXNewExpr() local
12060 uint64_t ArraySize = Designator.getMostDerivedArraySize(); in determineEndOffset() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp396 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1171 unsigned ArraySize = CAT->getSize().getZExtValue(); in VisitStringLiteral() local

12