Searched defs:ArraySize (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defifs.h94 UINT32 ArraySize; member in struct:_EFI_LBAL
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp316 SVal ArraySize; local
[all...]
H A DCheckSecuritySyntaxOnly.cpp689 uint64_t ArraySize = BR.getContext().getTypeSize(Array) / 8; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp663 Value *ArraySize = AI->getArraySize(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp962 Value *ArraySize = Builder.CreateZExtOrTrunc( local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp881 uint64_t ArraySize = 1; local
1295 uint64_t ArraySize = local
H A DAddressSanitizer.cpp628 uint64_t ArraySize = 1; local
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp499 unsigned ArraySize = Value.getArraySize(); local
501 OS << "Array size=" << ArraySize; local
H A DExprCXX.cpp181 CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, bool ShouldPassAlignment, bool UsualArrayDeleteWantsSize, ArrayRef<Expr *> PlacementArgs, SourceRange TypeIdParens, Optional<Expr *> ArraySize, InitializationStyle InitializationStyle, Expr *Initializer, QualType Ty, TypeSourceInfo *AllocatedTypeInfo, SourceRange Range, SourceRange DirectInitRange) argument
243 Create(const ASTContext &Ctx, bool IsGlobalNew, FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, bool ShouldPassAlignment, bool UsualArrayDeleteWantsSize, ArrayRef<Expr *> PlacementArgs, SourceRange TypeIdParens, Optional<Expr *> ArraySize, InitializationStyle InitializationStyle, Expr *Initializer, QualType Ty, TypeSourceInfo *AllocatedTypeInfo, SourceRange Range, SourceRange DirectInitRange) argument
H A DExprConstant.cpp367 uint64_t ArraySize = local
461 uint64_t ArraySize = local
190 findMostDerivedSubobject(ASTContext &Ctx, APValue::LValueBase Base, ArrayRef<APValue::LValuePathEntry> Path, uint64_t &ArraySize, QualType &Type, bool &IsArray, bool &FirstEntryIsUnsizedArray) argument
[all...]
H A DType.cpp188 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, QualType ET, const llvm::APInt &ArraySize, const Expr *SizeExpr, ArraySizeModifier SizeMod, unsigned TypeQuals) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp469 unsigned ArraySize = 16 / Size; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1642 uint64_t ArraySize = local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp624 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
712 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
720 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
738 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
745 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, ArrayRef<OperandBundleDef> OpB, Function *MallocF, const Twine &Name) argument
1331 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, const Twine &Name, Instruction *InsertBefore) argument
1337 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, const Twine &Name, BasicBlock *InsertAtEnd) argument
1343 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, Align Align, const Twine &Name, Instruction *InsertBefore) argument
1354 AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, Align Align, const Twine &Name, BasicBlock *InsertAtEnd) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp10596 uint64_t ArraySize = ATy->getSize().getZExtValue(); local
H A DCGExpr.cpp67 CreateTempAllocaWithoutCast(llvm::Type *Ty, CharUnits Align, const Twine &Name, llvm::Value *ArraySize) argument
78 CreateTempAlloca(llvm::Type *Ty, CharUnits Align, const Twine &Name, llvm::Value *ArraySize, Address *AllocaAddr) argument
109 CreateTempAlloca(llvm::Type *Ty, const Twine &Name, llvm::Value *ArraySize) argument
676 EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, llvm::Value *Ptr, QualType Ty, CharUnits Alignment, SanitizerSet SkippedChecks, llvm::Value *ArraySize) argument
[all...]
H A DCGOpenMPRuntime.cpp9976 llvm::Value *ArraySize = MapperCGF.Builder.CreateNUWMul( local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2256 static ExprResult checkArraySize(Sema &S, Expr *&ArraySize, argument
2324 BuildArrayType(QualType T, ArrayType::ArraySizeModifier ASM, Expr *ArraySize, unsigned Quals, SourceRange Brackets, DeclarationName Entity) argument
2605 BuildExtVectorType(QualType T, Expr *ArraySize, SourceLocation AttrLoc) argument
4869 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); local
[all...]
H A DTreeTransform.h14191 IntegerLiteral *ArraySize local
3085 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Optional<Expr *> ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c1450 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
[all...]
H A Dsqlite3.c15227 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
230175 # define ArraySize macro
[all...]

Completed in 1101 milliseconds