| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VLASizeChecker.cpp | 288 SVal ArraySize; in checkPreStmt() local 328 SVal ArraySize; in checkPreStmt() local
|
| H A D | CheckSecuritySyntaxOnly.cpp | 687 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SmallPtrSet.cpp | 67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
| /freebsd-14.2/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-14.2/stand/efi/include/ |
| H A D | efifs.h | 99 UINT32 ArraySize; member
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | LoongArch.cpp | 149 uint64_t ArraySize = ATy->getSize().getZExtValue(); in detectFARsEligibleStructHelper() local
|
| H A D | RISCV.cpp | 155 uint64_t ArraySize = ATy->getSize().getZExtValue(); in detectFPCCEligibleStructHelper() local
|
| H A D | X86.cpp | 1996 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 788 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 D | SafeStack.cpp | 663 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 545 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2395 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 D | SemaExprCXX.cpp | 1882 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 D | IRBuilder.cpp | 302 Value *AllocSize, Value *ArraySize, in CreateMalloc() 345 Value *AllocSize, Value *ArraySize, in CreateMalloc()
|
| H A D | Instructions.cpp | 1325 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 D | CGExpr.cpp | 71 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 D | CGOpenMPRuntimeGPU.cpp | 157 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local 2850 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
|
| H A D | CGOpenMPRuntime.cpp | 2247 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 D | OMPIRBuilder.h | 2263 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1773 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 D | ExprCXX.cpp | 186 std::optional<Expr *> ArraySize, in CXXNewExpr() 249 SourceRange TypeIdParens, std::optional<Expr *> ArraySize, in Create()
|
| H A D | TextNodeDumper.cpp | 570 unsigned ArraySize = Value.getArraySize(); in Visit() local
|
| H A D | ExprConstant.cpp | 195 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 D | LoopIdiomRecognize.cpp | 396 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.cpp | 1171 unsigned ArraySize = CAT->getSize().getZExtValue(); in VisitStringLiteral() local
|