/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | VLASizeChecker.cpp | 288 SVal ArraySize; in checkPreStmt() local 328 SVal ArraySize; in checkPreStmt() local [all...] |
H A D | CheckSecuritySyntaxOnly.cpp | 687 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
/freebsd-src/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-src/stand/efi/include/ |
H A D | efifs.h | 99 UINT32 ArraySize; member
|
/freebsd-src/contrib/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(); in detectFPCCEligibleStructHelper() local
|
H A D | X86.cpp | 1996 uint64_t ArraySize = AT->getSize().getZExtValue(); classify() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 788 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 1146 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 663 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 545 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); tryToRecognizeTableBasedCttz() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 2395 checkArraySize(Sema & S,Expr * & ArraySize,llvm::APSInt & SizeVal,unsigned VLADiag,bool VLAIsError) checkArraySize() argument 2481 BuildArrayType(QualType T,ArraySizeModifier ASM,Expr * ArraySize,unsigned Quals,SourceRange Brackets,DeclarationName Entity) BuildArrayType() argument 2587 __anon1bdae2e90402(const Expr *ArraySize, ASTContext &Context) BuildArrayType() argument 2822 BuildExtVectorType(QualType T,Expr * ArraySize,SourceLocation AttrLoc) BuildExtVectorType() argument 5169 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); GetFullTypeForDeclarator() local [all...] |
H A D | SemaExprCXX.cpp | 1882 std::optional<Expr *> ArraySize; ActOnCXXNew() local 2006 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 2170 Expr *ArraySize; BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser 2173 SizeConvertDiagnoser(Expr * ArraySize) BuildCXXNew() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 302 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,ArrayRef<OperandBundleDef> OpB,Function * MallocF,const Twine & Name) CreateMalloc() argument 345 CreateMalloc(Type * IntPtrTy,Type * AllocTy,Value * AllocSize,Value * ArraySize,Function * MallocF,const Twine & Name) CreateMalloc() argument [all...] |
H A D | Instructions.cpp | 1325 AllocaInst(Type * Ty,unsigned AddrSpace,Value * ArraySize,const Twine & Name,Instruction * InsertBefore) AllocaInst() argument 1331 AllocaInst(Type * Ty,unsigned AddrSpace,Value * ArraySize,const Twine & Name,BasicBlock * InsertAtEnd) AllocaInst() argument 1337 AllocaInst(Type * Ty,unsigned AddrSpace,Value * ArraySize,Align Align,const Twine & Name,Instruction * InsertBefore) AllocaInst() argument 1348 AllocaInst(Type * Ty,unsigned AddrSpace,Value * ArraySize,Align Align,const Twine & Name,BasicBlock * InsertAtEnd) AllocaInst() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 71 CreateTempAllocaWithoutCast(llvm::Type * Ty,CharUnits Align,const Twine & Name,llvm::Value * ArraySize) CreateTempAllocaWithoutCast() argument 81 CreateTempAlloca(llvm::Type * Ty,CharUnits Align,const Twine & Name,llvm::Value * ArraySize,Address * AllocaAddr) CreateTempAlloca() argument 112 CreateTempAlloca(llvm::Type * Ty,const Twine & Name,llvm::Value * ArraySize) CreateTempAlloca() argument 676 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 2850 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); emitReduction() local
|
H A D | CGOpenMPRuntime.cpp | 2247 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); emitSingleRegion() local 4986 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); emitReduction() local 5457 llvm::APInt ArraySize(/*numBits=*/64, Size); emitTaskReductionInit() local 9321 llvm::Value *ArraySize = MapperCGF.Builder.CreateNUWMul( emitUDMapperArrayInitOrDel() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 2263 OMP_ARRAY_TYPE(VarName,ElemTy,ArraySize) global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1773 uint64_t ArraySize = in lowerTypeArray() local 1791 uint64_t ArraySize = Ty->getSizeInBits() >> 3; in lowerTypeString() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 186 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 249 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
|
H A D | TextNodeDumper.cpp | 570 unsigned ArraySize = Value.getArraySize(); Visit() local
|
H A D | ExprConstant.cpp | 195 findMostDerivedSubobject(ASTContext & Ctx,APValue::LValueBase Base,ArrayRef<APValue::LValuePathEntry> Path,uint64_t & ArraySize,QualType & Type,bool & IsArray,bool & FirstEntryIsUnsizedArray) findMostDerivedSubobject() argument 370 uint64_t ArraySize = validIndexAdjustments() local 464 uint64_t ArraySize = adjustIndex() local 7083 unsigned ArraySize = Val.getArraySize(); visitArray() local 9842 if (std::optional<const Expr *> ArraySize = E->getArraySize()) { VisitCXXNewExpr() local 12060 uint64_t ArraySize = Designator.getMostDerivedArraySize(); determineEndOffset() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 396 unsigned ArraySize = 16 / Size; getMemSetPatternValue() local
|