| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | VLASizeChecker.cpp | 285 SVal ArraySize; in checkPreStmt() local 325 SVal ArraySize; in checkPreStmt() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SmallPtrSet.cpp | 85 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
| /freebsd/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/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 396 llvm::APSInt ArraySize = in createEmbedExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | LoongArch.cpp | 148 uint64_t ArraySize = ATy->getZExtSize(); in detectFARsEligibleStructHelper() local
|
| H A D | RISCV.cpp | 226 uint64_t ArraySize = ATy->getZExtSize(); in detectFPCCEligibleStructHelper() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 299 uint64_t ArraySize = 16 / Size; in getMemSetPattern16Value() local
|
| H A D | SafeStack.cpp | 671 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 905 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 1288 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 260 Value *AllocSize, Value *ArraySize, in CreateMalloc() 303 Value *AllocSize, Value *ArraySize, in CreateMalloc()
|
| H A D | Instructions.cpp | 1273 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1279 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1982 static ExprResult checkArraySize(Sema &S, Expr *&ArraySize, in checkArraySize() 2053 Expr *ArraySize, unsigned Quals, in BuildArrayType() 2159 auto IsStaticAssertLike = [](const Expr *ArraySize, ASTContext &Context) { in BuildArrayType() 2397 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() 4730 Expr *ArraySize = ATI.NumElts; in GetFullTypeForDeclarator() local
|
| H A D | SemaExprCXX.cpp | 2011 std::optional<Expr *> ArraySize; in ActOnCXXNew() local 2134 std::optional<Expr *> ArraySize, in BuildCXXNew() 2304 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser 2307 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 556 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 1787 uint64_t ArraySize = in lowerTypeArray() local 1805 uint64_t ArraySize = Ty->getSizeInBits() >> 3; in lowerTypeString() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 93 llvm::Value *ArraySize) { in CreateTempAllocaWithoutCast() 101 llvm::Value *ArraySize, in CreateTempAlloca() 133 llvm::Value *ArraySize) { in CreateTempAlloca() 732 llvm::Value *ArraySize) { in EmitTypeCheck()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 158 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
|
| H A D | CGBuiltin.cpp | 1259 Value *ArraySize = Builder.CreateMul(Count, ArrayElementSize, "array_size", in emitCountedByPointerSize() local 5970 llvm::APInt ArraySize(32, NumArgs - First); in EmitBuiltinExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprCXX.cpp | 233 std::optional<Expr *> ArraySize, in CXXNewExpr() 297 SourceRange TypeIdParens, std::optional<Expr *> ArraySize, in Create()
|
| H A D | ExprConstant.cpp | 200 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject() 384 uint64_t ArraySize = in validIndexAdjustments() local 488 uint64_t ArraySize = in adjustIndex() local 7458 unsigned ArraySize = Val.getArraySize(); in visitArray() local 10372 if (std::optional<const Expr *> ArraySize = E->getArraySize()) { in VisitCXXNewExpr() local 12873 uint64_t ArraySize = Designator.getMostDerivedArraySize(); in determineEndOffset() local
|
| H A D | TextNodeDumper.cpp | 773 unsigned ArraySize = Value.getArraySize(); in Visit() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 3145 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 3430 uint32_t Set, uint32_t Binding, uint32_t ArraySize, Register IndexReg, in buildPointerToResource() 4130 uint32_t ArraySize = foldImm(HandleDef.getOperand(4), MRI); in loadHandleBeforePosition() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 1773 std::optional<uint64_t> ArraySize) { in CheckNewTypeMismatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 1376 Context &Ctx, Value *ArraySize, in create()
|