Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp285 SVal ArraySize; in checkPreStmt() local
325 SVal ArraySize; in checkPreStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp85 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/freebsd/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/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp396 llvm::APSInt ArraySize = in createEmbedExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp148 uint64_t ArraySize = ATy->getZExtSize(); in detectFARsEligibleStructHelper() local
H A DRISCV.cpp226 uint64_t ArraySize = ATy->getZExtSize(); in detectFPCCEligibleStructHelper() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp299 uint64_t ArraySize = 16 / Size; in getMemSetPattern16Value() local
H A DSafeStack.cpp671 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp905 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
1288 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp260 Value *AllocSize, Value *ArraySize, in CreateMalloc()
303 Value *AllocSize, Value *ArraySize, in CreateMalloc()
H A DInstructions.cpp1273 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 DSemaType.cpp1982 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 DSemaExprCXX.cpp2011 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 DAggressiveInstCombine.cpp556 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1787 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 DCGExpr.cpp93 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 DCGOpenMPRuntimeGPU.cpp158 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
H A DCGBuiltin.cpp1259 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 DExprCXX.cpp233 std::optional<Expr *> ArraySize, in CXXNewExpr()
297 SourceRange TypeIdParens, std::optional<Expr *> ArraySize, in Create()
H A DExprConstant.cpp200 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 DTextNodeDumper.cpp773 unsigned ArraySize = Value.getArraySize(); in Visit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3145 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp3430 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 DInterp.cpp1773 std::optional<uint64_t> ArraySize) { in CheckNewTypeMismatch()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1376 Context &Ctx, Value *ArraySize, in create()

12