Searched refs:ArraySize (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.0-release/sys/boot/efi/include/
H A Defifs.h100 UINT32 ArraySize; member in struct:_EFI_LBAL
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp148 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); local
150 svalBuilder.evalEQ(state, Extent, ArraySize);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1382 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { argument
1397 return S.VerifyIntegerConstantExpression(ArraySize, &SizeVal, Diagnoser,
1408 /// \param ArraySize Expression describing the size of the array.
1418 Expr *ArraySize, unsigned Quals,
1474 if (ArraySize && ArraySize->hasPlaceholderType()) {
1475 ExprResult Result = CheckPlaceholderExpr(ArraySize);
1477 ArraySize = Result.take();
1481 if (ArraySize && !ArraySize
1417 BuildArrayType(QualType T, ArrayType::ArraySizeModifier ASM, Expr *ArraySize, unsigned Quals, SourceRange Brackets, DeclarationName Entity) argument
1608 BuildExtVectorType(QualType T, Expr *ArraySize, SourceLocation AttrLoc) argument
2523 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); local
[all...]
H A DSemaExprCXX.cpp992 Expr *ArraySize = 0; local
1007 ArraySize = static_cast<Expr*>(Chunk.Arr.NumElts);
1012 if (ArraySize) {
1047 ArraySize,
1080 Expr *ArraySize,
1144 if (!ArraySize) {
1147 ArraySize = IntegerLiteral::Create(Context, Array->getSize(),
1173 if (ArraySize && ArraySize->getType()->isNonOverloadPlaceholderType()) {
1174 ExprResult result = CheckPlaceholderExpr(ArraySize);
1073 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
1185 Expr *ArraySize; member in class:SizeConvertDiagnoser
1188 SizeConvertDiagnoser(Expr *ArraySize) argument
[all...]
H A DTreeTransform.h2031 Expr *ArraySize,
2041 ArraySize,
7359 ExprResult ArraySize = getDerived().TransformExpr(E->getArraySize());
7360 if (ArraySize.isInvalid())
7400 ArraySize.get() == E->getArraySize() &&
7427 if (!ArraySize.get()) {
7438 ArraySize
7447 ArraySize = SemaRef.Owned(DepArrayT->getSizeExpr());
7461 ArraySize.get(),
9093 IntegerLiteral *ArraySize local
2023 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.0-release/contrib/llvm/lib/Support/
H A DSmallPtrSet.cpp103 unsigned ArraySize = CurArraySize;
124 Bucket = (Bucket + ProbeAmt++) & (ArraySize-1);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp230 Value *ArraySize = computeArraySize(CI, TD, TLI); local
232 if (ConstantInt *ConstSize = dyn_cast_or_null<ConstantInt>(ArraySize))
432 Value *ArraySize = I.getArraySize();
433 if (const ConstantInt *C = dyn_cast<ConstantInt>(ArraySize)) {
657 Value *ArraySize = I.getArraySize(); local
658 Value *Size = ConstantInt::get(ArraySize->getType(),
660 Size = Builder.CreateMul(Size, ArraySize);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp374 Value *ArraySize, Function *MallocF,
383 if (!ArraySize)
384 ArraySize = ConstantInt::get(IntPtrTy, 1);
385 else if (ArraySize->getType() != IntPtrTy) {
387 ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false,
390 ArraySize = CastInst::CreateIntegerCast(ArraySize, IntPtrTy, false,
394 if (!IsConstantOne(ArraySize)) {
396 AllocSize = ArraySize; // Operan
371 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.0-release/contrib/sqlite3/
H A Dshell.c472 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
698 if( i<ArraySize(p->colWidth) ){
709 if( i<ArraySize(p->actualWidth) ){
723 if( i<ArraySize(p->actualWidth) ){
738 if( i<ArraySize(p->actualWidth) ){
1641 while( zLine[i] && nArg<ArraySize(azArg) ){
1833 memset(p->colWidth,0,ArraySize(p->colWidth));
2121 "%.*s", (int)ArraySize(p->nullvalue)-1, azArg[1]);
2165 strncpy(mainPrompt,azArg[1],(int)ArraySize(mainPrompt)-1);
2168 strncpy(continuePrompt,azArg[2],(int)ArraySize(continuePromp
[all...]
H A Dsqlite3.c8375 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
13200 /* Since ArraySize(azCompileOpt) is normally in single digits, a
13202 for(i=0; i<ArraySize(azCompileOpt); i++){
13217 if( N>=0 && N<ArraySize(azCompileOpt) ){
13758 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13768 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13780 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13796 if( op<0 || op>=ArraySize(wsdStat.nowValue) ){
14514 for(n=0; n<ArraySize(zBuf)-1 && zMod[n]; n++){
15089 for(i=0; i<ArraySize(aDateTimeFunc
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp935 unsigned ArraySize = 16/Size; local
936 ArrayType *AT = ArrayType::get(V->getType(), ArraySize);
937 return ConstantArray::get(AT, std::vector<Constant*>(ArraySize, C));
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h64 explicit AllocaInst(Type *Ty, Value *ArraySize = 0,
66 AllocaInst(Type *Ty, Value *ArraySize,
72 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
74 AllocaInst(Type *Ty, Value *ArraySize, unsigned Align,
1224 Value *AllocSize, Value *ArraySize = 0,
1229 Value *AllocSize, Value *ArraySize = 0,
H A DIRBuilder.h850 AllocaInst *CreateAlloca(Type *Ty, Value *ArraySize = 0,
852 return Insert(new AllocaInst(Ty, ArraySize), Name);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp99 uint64_t &ArraySize, QualType &Type) {
107 ArraySize = CAT->getSize().getZExtValue();
112 ArraySize = 2;
116 ArraySize = 0;
120 ArraySize = 0;
97 findMostDerivedSubobject(ASTContext &Ctx, QualType Base, ArrayRef<APValue::LValuePathEntry> Path, uint64_t &ArraySize, QualType &Type) argument
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7813 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
12504 /* Since ArraySize(azCompileOpt) is normally in single digits, a
12506 for(i=0; i<ArraySize(azCompileOpt); i++){
12518 if( N>=0 && N<ArraySize(azCompileOpt) ){
13026 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13036 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13048 assert( op>=0 && op<ArraySize(wsdStat.nowValue) );
13064 if( op<0 || op>=ArraySize(wsdStat.nowValue) ){
13752 for(n=0; n<ArraySize(zBuf)-1 && zMod[n]; n++){
14329 for(i=0; i<ArraySize(aDateTimeFunc
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2257 const llvm::APInt &ArraySize, ArraySizeModifier SizeMod,
2260 ID.AddInteger(ArraySize.getZExtValue());
2256 Profile(llvm::FoldingSetNodeID &ID, QualType ET, const llvm::APInt &ArraySize, ArraySizeModifier SizeMod, unsigned TypeQuals) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h985 Expr *ArraySize, unsigned Quals,
987 QualType BuildExtVectorType(QualType T, Expr *ArraySize,
3973 Expr *ArraySize,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp1505 uint64_t ArraySize = AT->getSize().getZExtValue();
1513 for (uint64_t i=0, Offset=OffsetBase; i<ArraySize; ++i, Offset += EltSize) {

Completed in 687 milliseconds