Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/extensions/ngram/
Dbitmap-index.h66 size_t ArraySize() const { in ArraySize() function
/external/llvm/lib/Support/
DSmallPtrSet.cpp106 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp171 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp436 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
667 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/external/llvm/lib/IR/
DInstructions.cpp387 Value *ArraySize, Function *MallocF, in createMalloc()
471 Value *AllocSize, Value *ArraySize, in CreateMalloc()
488 Value *AllocSize, Value *ArraySize, in CreateMalloc()
862 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
866 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
870 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
879 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
/external/clang/lib/Sema/
DSemaType.cpp1494 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { in isArraySizeVLA()
1530 Expr *ArraySize, unsigned Quals, in BuildArrayType()
1727 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType()
2653 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
DSemaExprCXX.cpp1164 Expr *ArraySize = nullptr; in ActOnCXXNew() local
1265 Expr *ArraySize, in BuildCXXNew()
1380 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser
1383 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
DTreeTransform.h2327 Expr *ArraySize, in RebuildCXXNewExpr()
8454 ExprResult ArraySize = getDerived().TransformExpr(E->getArraySize()); in TransformCXXNewExpr() local
10432 IntegerLiteral *ArraySize in RebuildArrayType() local
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp891 unsigned ArraySize = 16/Size; in getMemSetPatternValue() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1211 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local
1739 llvm::APInt ArraySize(/*unsigned int numBits=*/32, RHSExprs.size()); in emitReduction() local
DTargetInfo.cpp1981 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
/external/sqlite/dist/orig/
Dshell.c609 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
Dsqlite3.c9224 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
/external/sqlite/dist/
Dshell.c615 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
Dsqlite3.c9224 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
/external/clang/lib/AST/
DExprConstant.cpp117 uint64_t &ArraySize, QualType &Type) { in findMostDerivedSubobject()