Home
last modified time | relevance | path

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

/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.cpp451 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
679 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/external/llvm/lib/Transforms/Instrumentation/
DSafeStack.cpp606 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() 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()
1127 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1131 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst()
1135 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
1145 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp295 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
/external/clang/lib/Sema/
DSemaType.cpp1929 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { in isArraySizeVLA()
1965 Expr *ArraySize, unsigned Quals, in BuildArrayType()
2159 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType()
3637 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
DSemaExprCXX.cpp1172 Expr *ArraySize = nullptr; in ActOnCXXNew() local
1273 Expr *ArraySize, in BuildCXXNew()
1388 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser
1391 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
DTreeTransform.h2518 Expr *ArraySize, in RebuildCXXNewExpr()
9125 ExprResult ArraySize = getDerived().TransformExpr(E->getArraySize()); in TransformCXXNewExpr() local
11187 IntegerLiteral *ArraySize in RebuildArrayType() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp945 llvm::Value *ArraySize; in getTypeSize() local
1606 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local
2891 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
DTargetInfo.cpp2291 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
/external/sqlite/dist/orig/
Dshell.c607 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
Dsqlite3.c9873 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
/external/sqlite/dist/
Dshell.c613 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
Dsqlite3.c9873 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
/external/clang/lib/AST/
DExprConstant.cpp117 uint64_t &ArraySize, QualType &Type, in findMostDerivedSubobject()