Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp288 SVal ArraySize; in checkPreStmt() local
328 SVal ArraySize; in checkPreStmt() local
[all...]
H A DCheckSecuritySyntaxOnly.cpp687 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; in checkCall_strcpy() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/freebsd-src/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-src/stand/efi/include/
H A Defifs.h99 UINT32 ArraySize; member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp149 uint64_t ArraySize = ATy->getZExtSize(); in detectFARsEligibleStructHelper() local
H A DRISCV.cpp155 uint64_t ArraySize = ATy->getZExtSize(); in detectFPCCEligibleStructHelper() local
H A DX86.cpp1996 uint64_t ArraySize = AT->getSize().getZExtValue(); classify() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp788 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 DSafeStack.cpp663 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp545 uint64_t ArraySize = GEP->getSourceElementType()->getArrayNumElements(); tryToRecognizeTableBasedCttz() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2395 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 DSemaExprCXX.cpp1882 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 DIRBuilder.cpp302 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 DInstructions.cpp1325 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 DCGExpr.cpp71 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 DCGOpenMPRuntimeGPU.cpp157 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
2850 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); emitReduction() local
H A DCGOpenMPRuntime.cpp2247 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 DOMPIRBuilder.h2263 OMP_ARRAY_TYPE(VarName,ElemTy,ArraySize) global() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1773 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 DExprCXX.cpp186 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 DTextNodeDumper.cpp570 unsigned ArraySize = Value.getArraySize(); Visit() local
H A DExprConstant.cpp195 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 DByteCodeExprGen.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp396 unsigned ArraySize = 16 / Size; getMemSetPatternValue() local

12