Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp275 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
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defifs.h94 UINT32 ArraySize; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h787 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp627 Value *ArraySize, in createMalloc()
714 Value *AllocSize, Value *ArraySize, in CreateMalloc()
722 Value *AllocSize, Value *ArraySize, in CreateMalloc()
740 Value *AllocSize, Value *ArraySize, in CreateMalloc()
747 Value *AllocSize, Value *ArraySize, in CreateMalloc()
1331 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1337 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1343 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
1354 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp675 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
962 Value *ArraySize = Builder.CreateZExtOrTrunc( in visitAllocaInst() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp881 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
1295 uint64_t ArraySize = in sanitizeFunction() local
H A DAddressSanitizer.cpp628 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp663 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp70 llvm::Value *ArraySize) { in CreateTempAllocaWithoutCast()
80 llvm::Value *ArraySize, in CreateTempAlloca()
111 llvm::Value *ArraySize) { in CreateTempAlloca()
680 llvm::Value *ArraySize) { in EmitTypeCheck()
H A DCGOpenMPRuntimeGPU.cpp195 llvm::APInt ArraySize(32, BufSize); in buildRecordForGlobalizedVars() local
3779 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
H A DCGOpenMPRuntime.cpp2468 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local
5597 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
6076 llvm::APInt ArraySize(/*numBits=*/64, Size); in emitTaskReductionInit() local
9976 llvm::Value *ArraySize = MapperCGF.Builder.CreateNUWMul( in emitUDMapperArrayInitOrDel() local
H A DTargetInfo.cpp3002 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
10596 uint64_t ArraySize = ATy->getSize().getZExtValue(); in detectFPCCEligibleStructHelper() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2256 static ExprResult checkArraySize(Sema &S, Expr *&ArraySize, in checkArraySize()
2325 Expr *ArraySize, unsigned Quals, in BuildArrayType()
2605 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType()
4869 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
H A DSemaExprCXX.cpp1775 Optional<Expr *> ArraySize; in ActOnCXXNew() local
1901 Optional<Expr *> ArraySize, in BuildCXXNew()
2052 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser
2055 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
H A DTreeTransform.h3093 Optional<Expr *> ArraySize, in RebuildCXXNewExpr()
11716 Optional<Expr *> ArraySize; in TransformCXXNewExpr() local
14191 IntegerLiteral *ArraySize in RebuildArrayType() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp185 Optional<Expr *> ArraySize, in CXXNewExpr()
247 Optional<Expr *> ArraySize, in Create()
H A DTextNodeDumper.cpp499 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
6894 unsigned ArraySize = Val.getArraySize(); in visitArray() local
9376 if (Optional<const Expr*> ArraySize = E->getArraySize()) { in VisitCXXNewExpr() local
11395 uint64_t ArraySize = Designator.getMostDerivedArraySize(); in determineEndOffset() local
H A DType.cpp190 const llvm::APInt &ArraySize, in Profile()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp469 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1642 uint64_t ArraySize = in lowerTypeArray() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2584 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ in initializeTypes() argument
/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c382 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro

12