| /external/chromium_org/third_party/angle/util/ |
| D | shared_utils.h | 19 inline size_t ArraySize(T(&)[N]) in ArraySize() function
|
| /external/chromium_org/net/disk_cache/blockfile/ |
| D | bitmap.h | 40 int ArraySize() const { return array_size_; } in ArraySize() function
|
| /external/openfst/src/include/fst/extensions/ngram/ |
| D | bitmap-index.h | 66 size_t ArraySize() const { in ArraySize() function
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | VLASizeChecker.cpp | 149 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
|
| /external/chromium_org/third_party/angle/src/common/ |
| D | angleutils.h | 28 inline size_t ArraySize(T(&)[N]) in ArraySize() function
|
| /external/llvm/lib/Support/ |
| D | SmallPtrSet.cpp | 103 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
| /external/chromium_org/mojo/public/cpp/system/tests/ |
| D | macros_unittest.cc | 68 TEST(MacrosCppTest, ArraySize) { in TEST() argument
|
| /external/llvm/lib/Analysis/ |
| D | MemoryBuiltins.cpp | 242 Value *ArraySize = computeArraySize(CI, DL, TLI); in isArrayMalloc() local 452 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 684 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 374 Value *ArraySize, Function *MallocF, in createMalloc() 458 Value *AllocSize, Value *ArraySize, in CreateMalloc() 475 Value *AllocSize, Value *ArraySize, in CreateMalloc() 834 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst() 843 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, 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/ |
| D | SemaType.cpp | 1467 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { in isArraySizeVLA() 1503 Expr *ArraySize, unsigned Quals, in BuildArrayType() 1700 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() 2610 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
|
| D | SemaExprCXX.cpp | 1058 Expr *ArraySize = nullptr; in ActOnCXXNew() local 1159 Expr *ArraySize, in BuildCXXNew() 1282 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser 1285 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
|
| D | TreeTransform.h | 2270 Expr *ArraySize, in RebuildCXXNewExpr() 7946 ExprResult ArraySize = getDerived().TransformExpr(E->getArraySize()); in TransformCXXNewExpr() local 9827 IntegerLiteral *ArraySize in RebuildArrayType() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopIdiomRecognize.cpp | 934 unsigned ArraySize = 16/Size; in getMemSetPatternValue() local
|
| /external/chromium_org/third_party/sqlite/src/src/ |
| D | shell.c | 452 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
|
| D | sqliteInt.h | 541 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
|
| /external/sqlite/dist/ |
| D | shell.c | 514 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
|
| D | sqlite3.c | 8715 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
|
| /external/sqlite/dist/orig/ |
| D | shell.c | 509 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
|
| D | sqlite3.c | 8715 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
|
| /external/clang/lib/CodeGen/ |
| D | TargetInfo.cpp | 1694 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
|
| /external/clang/lib/AST/ |
| D | ExprConstant.cpp | 117 uint64_t &ArraySize, QualType &Type) { in findMostDerivedSubobject()
|
| /external/chromium_org/third_party/sqlite/amalgamation/ |
| D | sqlite3.c | 7521 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
|