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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp148 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); local
/freebsd-10.3-release/sys/boot/efi/include/
H A Defifs.h100 UINT32 ArraySize; member in struct:_EFI_LBAL
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp241 Value *ArraySize = computeArraySize(CI, DL, TLI); local
677 Value *ArraySize = I.getArraySize(); local
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp935 unsigned ArraySize = 16/Size; local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp115 findMostDerivedSubobject(ASTContext &Ctx, QualType Base, ArrayRef<APValue::LValuePathEntry> Path, uint64_t &ArraySize, QualType &Type) argument
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DInstructions.cpp371 createMalloc(Instruction *InsertBefore, BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
456 CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function * MallocF, const Twine &Name) argument
473 CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, Type *AllocTy, Value *AllocSize, Value *ArraySize, Function *MallocF, const Twine &Name) argument
834 AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, Instruction *InsertBefore) argument
843 AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, BasicBlock *InsertAtEnd) argument
870 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, const Twine &Name, Instruction *InsertBefore) argument
879 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, const Twine &Name, BasicBlock *InsertAtEnd) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1423 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { argument
1458 BuildArrayType(QualType T, ArrayType::ArraySizeModifier ASM, Expr *ArraySize, unsigned Quals, SourceRange Brackets, DeclarationName Entity) argument
1648 BuildExtVectorType(QualType T, Expr *ArraySize, SourceLocation AttrLoc) argument
2642 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); local
[all...]
H A DSemaExprCXX.cpp1019 Expr *ArraySize = 0; local
1113 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer, bool TypeMayContainAuto) argument
1242 Expr *ArraySize; member in class:SizeConvertDiagnoser
1245 SizeConvertDiagnoser(Expr *ArraySize) argument
[all...]
H A DTreeTransform.h9480 IntegerLiteral *ArraySize local
2103 RebuildCXXNewExpr(SourceLocation StartLoc, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocatedType, TypeSourceInfo *AllocatedTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer) argument
[all...]
/freebsd-10.3-release/contrib/sqlite3/
H A Dshell.c607 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
[all...]
H A Dsqlite3.c9286 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2299 Profile(llvm::FoldingSetNodeID &ID, QualType ET, const llvm::APInt &ArraySize, ArraySizeModifier SizeMod, unsigned TypeQuals) argument
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7813 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
[all...]

Completed in 616 milliseconds