Home
last modified time | relevance | path

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

/external/llvm/runtime/libprofile/
DBasicBlockTracing.c53 unsigned ArraySize; in llvm_start_basic_block_tracing() local
/external/chromium/net/disk_cache/
Dbitmap.h40 int ArraySize() const { return array_size_; } in ArraySize() function
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp123 DefinedOrUnknownSVal ArraySize = cast<DefinedOrUnknownSVal>(ArraySizeVal); in checkPreStmt() local
/external/llvm/lib/Support/
DSmallPtrSet.cpp105 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/webkit/Source/JavaScriptCore/wtf/
DFastAllocBase.h216 union ArraySize { union
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp121 Value *ArraySize = computeArraySize(CI, TD); in isArrayMalloc() local
/external/llvm/lib/VMCore/
DInstructions.cpp274 Value *ArraySize, Function *MallocF, in createMalloc()
358 Value *AllocSize, Value *ArraySize, in CreateMalloc()
375 Value *AllocSize, Value *ArraySize, in CreateMalloc()
695 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
704 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst()
731 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
740 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp431 unsigned ArraySize = 16/Size; in getMemSetPatternValue() local
/external/clang/lib/Sema/
DSemaType.cpp1155 static bool isArraySizeVLA(Expr *ArraySize, llvm::APSInt &SizeVal, Sema &S) { in isArraySizeVLA()
1193 Expr *ArraySize, unsigned Quals, in BuildArrayType()
1347 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType()
1975 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
DSemaExprCXX.cpp848 Expr *ArraySize = 0; in ActOnCXXNew() local
912 Expr *ArraySize, in BuildCXXNew()
DTreeTransform.h1909 Expr *ArraySize, in RebuildCXXNewExpr()
6844 ExprResult ArraySize = getDerived().TransformExpr(E->getArraySize()); in TransformCXXNewExpr() local
DSemaDeclCXX.cpp6946 llvm::APInt ArraySize in DefineImplicitCopyAssignment() local
/external/sqlite/dist/
Dshell.c455 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
Dsqlite3.c7309 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
/external/clang/lib/CodeGen/
DTargetInfo.cpp1200 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local