/llvm-project/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
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | ProBoundsConstantArrayIndexCheck.cpp | 118 llvm::APInt ArraySize = SizeArg.getAsIntegral(); in check() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | VLASizeChecker.cpp | 328 State = checkVLA(C, State, VLA, ArraySize); in checkPreStmt() local 288 SVal ArraySize; checkPreStmt() local [all...] |
H A D | CheckSecuritySyntaxOnly.cpp | 687 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
|
/llvm-project/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 67 unsigned ArraySize = CurArraySize; FindBucketFor() local
|
/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()
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseInit.cpp | 444 llvm::APSInt ArraySize = in createEmbedExpr() local
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MakeSmartPtrCheck.cpp | 288 if (const auto *ArraySize = New->getArraySize().value_or(nullptr)) { in replaceNew() local
|
H A D | LoopConvertUtils.cpp | 445 llvm::APSInt ArraySize(ConstType->getSize()); in arrayMatchesBoundExpr() local
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | LoongArch.cpp | 149 uint64_t ArraySize = ATy->getZExtSize(); in detectFARsEligibleStructHelper() local
|
H A D | RISCV.cpp | 155 uint64_t ArraySize = ATy->getZExtSize(); detectFPCCEligibleStructHelper() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 788 Value *ArraySize = I.getArraySize(); visitAllocaInst() local 1146 Value *ArraySize = Builder.CreateZExtOrTrunc( visitAllocaInst() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 663 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 543 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); tryToRecognizeTableBasedCttz() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 1957 checkArraySize(Sema & S,Expr * & ArraySize,llvm::APSInt & SizeVal,unsigned VLADiag,bool VLAIsError) checkArraySize() argument 2028 BuildArrayType(QualType T,ArraySizeModifier ASM,Expr * ArraySize,unsigned Quals,SourceRange Brackets,DeclarationName Entity) BuildArrayType() argument 2134 __anonf9e1d30a0402(const Expr *ArraySize, ASTContext &Context) BuildArrayType() argument 2366 BuildExtVectorType(QualType T,Expr * ArraySize,SourceLocation AttrLoc) BuildExtVectorType() argument 4682 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); GetFullTypeForDeclarator() local [all...] |
H A D | SemaExprCXX.cpp | 1912 std::optional<Expr *> ArraySize; ActOnCXXNew() local 2036 BuildCXXNew(SourceRange Range,bool UseGlobal,SourceLocation PlacementLParen,MultiExprArg PlacementArgs,SourceLocation PlacementRParen,SourceRange TypeIdParens,QualType AllocType,TypeSourceInfo * AllocTypeInfo,std::optional<Expr * > ArraySize,SourceRange DirectInitRange,Expr * Initializer) BuildCXXNew() argument 2201 Expr *ArraySize; BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser 2204 SizeConvertDiagnoser(Expr * ArraySize) BuildCXXNew() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 303 if (!isConstantOne(ArraySize)) { in CreateMalloc() argument 346 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,Function * MallocF,const Twine & Name) CreateMalloc() argument [all...] |
H A D | Instructions.cpp | 1210 AllocaInst(Type * Ty,unsigned AddrSpace,Value * ArraySize,const Twine & Name,InsertPosition InsertBefore) AllocaInst() argument 1216 AllocaInst(Type * Ty,unsigned AddrSpace,Value * ArraySize,Align Align,const Twine & Name,InsertPosition InsertBefore) AllocaInst() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 76 CreateTempAllocaWithoutCast(llvm::Type * Ty,CharUnits Align,const Twine & Name,llvm::Value * ArraySize) CreateTempAllocaWithoutCast() argument 86 CreateTempAlloca(llvm::Type * Ty,CharUnits Align,const Twine & Name,llvm::Value * ArraySize,RawAddress * AllocaAddr) CreateTempAlloca() argument 117 CreateTempAlloca(llvm::Type * Ty,const Twine & Name,llvm::Value * ArraySize) CreateTempAlloca() argument 686 EmitTypeCheck(TypeCheckKind TCK,SourceLocation Loc,llvm::Value * Ptr,QualType Ty,CharUnits Alignment,SanitizerSet SkippedChecks,llvm::Value * ArraySize) EmitTypeCheck() argument [all...] |
H A D | CGOpenMPRuntimeGPU.cpp | 157 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1773 uint64_t ArraySize = lowerTypeArray() local 1791 uint64_t ArraySize = Ty->getSizeInBits() >> 3; lowerTypeString() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2846 OMP_ARRAY_TYPE(VarName,ElemTy,ArraySize) global() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 233 CXXNewExpr(bool IsGlobalNew,FunctionDecl * OperatorNew,FunctionDecl * OperatorDelete,bool ShouldPassAlignment,bool UsualArrayDeleteWantsSize,ArrayRef<Expr * > PlacementArgs,SourceRange TypeIdParens,std::optional<Expr * > ArraySize,CXXNewInitializationStyle InitializationStyle,Expr * Initializer,QualType Ty,TypeSourceInfo * AllocatedTypeInfo,SourceRange Range,SourceRange DirectInitRange) CXXNewExpr() argument 296 Create(const ASTContext & Ctx,bool IsGlobalNew,FunctionDecl * OperatorNew,FunctionDecl * OperatorDelete,bool ShouldPassAlignment,bool UsualArrayDeleteWantsSize,ArrayRef<Expr * > PlacementArgs,SourceRange TypeIdParens,std::optional<Expr * > ArraySize,CXXNewInitializationStyle InitializationStyle,Expr * Initializer,QualType Ty,TypeSourceInfo * AllocatedTypeInfo,SourceRange Range,SourceRange DirectInitRange) Create() argument
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 1125 Value *ArraySize = nullptr; visitAllocaInst() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 394 unsigned ArraySize = 16 / Size; getMemSetPatternValue() local
|