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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp171 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); local
/freebsd-11.0-release/sys/boot/efi/include/
H A Defifs.h100 UINT32 ArraySize; member in struct:_EFI_LBAL
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DSafeStack.cpp606 Value *ArraySize = AI->getArraySize(); local
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp665 Value *ArraySize = I.getArraySize(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp302 unsigned ArraySize = 16 / Size; local
/freebsd-11.0-release/contrib/sqlite3/
H A Dshell.c680 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
[all...]
H A Dsqlite3.c10226 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
169280 #define ArraySize macro
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp977 llvm::Value *ArraySize; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1172 Expr *ArraySize = nullptr; local
1266 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
1388 Expr *ArraySize; member in class:SizeConvertDiagnoser
1391 SizeConvertDiagnoser(Expr *ArraySize) argument
[all...]
H A DSemaType.cpp1955 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { argument
1990 BuildArrayType(QualType T, ArrayType::ArraySizeModifier ASM, Expr *ArraySize, unsigned Quals, SourceRange Brackets, DeclarationName Entity) argument
2185 BuildExtVectorType(QualType T, Expr *ArraySize, SourceLocation AttrLoc) argument
3669 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); local
[all...]
H A DTreeTransform.h11215 IntegerLiteral *ArraySize local
2512 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-11.0-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, bool &IsArray) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2514 Profile(llvm::FoldingSetNodeID &ID, QualType ET, const llvm::APInt &ArraySize, ArraySizeModifier SizeMod, unsigned TypeQuals) argument
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7813 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
[all...]

Completed in 855 milliseconds