Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dchecksum_test.cpp16 scudo::uptr ArraySize) { in computeSoftwareChecksum()
24 scudo::uptr ArraySize) { in computeHardwareChecksum()
37 const scudo::uptr ArraySize = ARRAY_SIZE(Array); in verifyChecksumFunctionBitFlip() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp276 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
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility13.C16 const int ArraySize = 12; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
/openbsd-src/sys/stand/efi/include/
H A Defifs.h100 UINT32 ArraySize; member
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp773 Value *ArraySize, in createMalloc()
860 Value *AllocSize, Value *ArraySize, in CreateMalloc()
868 Value *AllocSize, Value *ArraySize, in CreateMalloc()
886 Value *AllocSize, Value *ArraySize, in CreateMalloc()
893 Value *AllocSize, Value *ArraySize, in CreateMalloc()
1474 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1480 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1486 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1497 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp757 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
1104 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSafeStack.cpp664 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp540 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1553 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp72 llvm::Value *ArraySize) { in CreateTempAllocaWithoutCast()
82 llvm::Value *ArraySize, in CreateTempAlloca()
113 llvm::Value *ArraySize) { in CreateTempAlloca()
680 llvm::Value *ArraySize) { in EmitTypeCheck()
H A DCGOpenMPRuntimeGPU.cpp176 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
2896 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
H A DTargetInfo.cpp3059 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
11110 uint64_t ArraySize = ATy->getSize().getZExtValue(); in detectFPCCEligibleStructHelper() local
11884 uint64_t ArraySize = ATy->getSize().getZExtValue(); in detectFARsEligibleStructHelper() local
H A DCGOpenMPRuntime.cpp2418 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local
5189 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
5662 llvm::APInt ArraySize(/*numBits=*/64, Size); in emitTaskReductionInit() local
9757 llvm::Value *ArraySize = MapperCGF.Builder.CreateNUWMul( in emitUDMapperArrayInitOrDel() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2351 static ExprResult checkArraySize(Sema &S, Expr *&ArraySize, in checkArraySize()
2437 Expr *ArraySize, unsigned Quals, in BuildArrayType()
2732 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType()
5056 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
H A DSemaExprCXX.cpp1850 std::optional<Expr *> ArraySize; in ActOnCXXNew() local
1974 std::optional<Expr *> ArraySize, in BuildCXXNew()
2133 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser
2136 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1742 uint64_t ArraySize = in lowerTypeArray() local
1760 uint64_t ArraySize = Ty->getSizeInBits() >> 3; in lowerTypeString() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp186 std::optional<Expr *> ArraySize, in CXXNewExpr()
248 std::optional<Expr *> ArraySize, in Create()
H A DTextNodeDumper.cpp542 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
6983 unsigned ArraySize = Val.getArraySize(); in visitArray() local
9548 if (std::optional<const Expr *> ArraySize = E->getArraySize()) { in VisitCXXNewExpr() local
11783 uint64_t ArraySize = Designator.getMostDerivedArraySize(); in determineEndOffset() local
H A DType.cpp190 const llvm::APInt &ArraySize, in Profile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp471 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp671 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local

12