/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 106 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 171 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 451 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 679 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | SafeStack.cpp | 606 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 387 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/ |
D | LoopIdiomRecognize.cpp | 295 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1929 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
|
D | SemaExprCXX.cpp | 1172 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()
|
D | TreeTransform.h | 2518 Expr *ArraySize, in RebuildCXXNewExpr() 9125 ExprResult ArraySize = getDerived().TransformExpr(E->getArraySize()); in TransformCXXNewExpr() local 11187 IntegerLiteral *ArraySize in RebuildArrayType() local
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 945 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
|
D | TargetInfo.cpp | 2291 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
|
/external/sqlite/dist/orig/ |
D | shell.c | 607 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
|
D | sqlite3.c | 9873 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
|
/external/sqlite/dist/ |
D | shell.c | 613 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
|
D | sqlite3.c | 9873 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 117 uint64_t &ArraySize, QualType &Type, in findMostDerivedSubobject()
|