/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | checksum_test.cpp | 16 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 D | VLASizeChecker.cpp | 276 SVal ArraySize; in checkPreStmt() local 316 SVal ArraySize; in checkPreStmt() local
|
H A D | CheckSecuritySyntaxOnly.cpp | 689 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 D | visibility13.C | 16 const int ArraySize = 12; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | chunk.h | 23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
|
/openbsd-src/sys/stand/efi/include/ |
H A D | efifs.h | 100 UINT32 ArraySize; member
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Instructions.cpp | 773 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 D | MemoryBuiltins.cpp | 757 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 1104 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 664 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 540 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); in tryToRecognizeTableBasedCttz() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 1553 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 72 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 D | CGOpenMPRuntimeGPU.cpp | 176 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local 2896 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
|
H A D | TargetInfo.cpp | 3059 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 D | CGOpenMPRuntime.cpp | 2418 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 D | SemaType.cpp | 2351 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 D | SemaExprCXX.cpp | 1850 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 D | CodeViewDebug.cpp | 1742 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 D | ExprCXX.cpp | 186 std::optional<Expr *> ArraySize, in CXXNewExpr() 248 std::optional<Expr *> ArraySize, in Create()
|
H A D | TextNodeDumper.cpp | 542 unsigned ArraySize = Value.getArraySize(); in Visit() local
|
H A D | ExprConstant.cpp | 192 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 D | Type.cpp | 190 const llvm::APInt &ArraySize, in Profile()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 471 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 671 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
|