/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | BasicBlockTracing.c | 53 unsigned ArraySize; in llvm_start_basic_block_tracing() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | SmallPtrSet.cpp | 105 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
/external/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 90 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VLASizeChecker.cpp | 170 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemoryBuiltins.cpp | 121 Value *ArraySize = computeArraySize(CI, TD); in isArrayMalloc() local
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efifs.h | 92 UINT32 ArraySize; member
|
/external/syslinux/efi64/include/efi/ |
D | efifs.h | 92 UINT32 ArraySize; member
|
/external/syslinux/efi32/include/efi/ |
D | efifs.h | 92 UINT32 ArraySize; member
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 459 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 731 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 356 Value *ArraySize, Function *MallocF, in createMalloc() 440 Value *AllocSize, Value *ArraySize, in CreateMalloc() 457 Value *AllocSize, Value *ArraySize, in CreateMalloc() 836 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst() 845 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, in AllocaInst() 872 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst() 881 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 444 Value *ArraySize, in createMalloc() 530 Value *AllocSize, Value *ArraySize, in CreateMalloc() 538 Value *AllocSize, Value *ArraySize, in CreateMalloc() 557 Value *AllocSize, Value *ArraySize, in CreateMalloc() 564 Value *AllocSize, Value *ArraySize, in CreateMalloc() 1256 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst() 1260 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, const Twine &Name, in AllocaInst() 1264 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst() 1274 AllocaInst::AllocaInst(Type *Ty, Value *ArraySize, unsigned Align, in AllocaInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 431 unsigned ArraySize = 16/Size; in getMemSetPatternValue() local
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 680 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2050 static bool isArraySizeVLA(Sema &S, Expr *ArraySize, llvm::APSInt &SizeVal) { in isArraySizeVLA() 2086 Expr *ArraySize, unsigned Quals, in BuildArrayType() 2285 QualType Sema::BuildExtVectorType(QualType T, Expr *ArraySize, in BuildExtVectorType() 3894 Expr *ArraySize = static_cast<Expr*>(ATI.NumElts); in GetFullTypeForDeclarator() local
|
D | SemaExprCXX.cpp | 1405 Expr *ArraySize = nullptr; in ActOnCXXNew() local 1506 Expr *ArraySize, in BuildCXXNew() 1621 Expr *ArraySize; in BuildCXXNew() member in Sema::BuildCXXNew::SizeConvertDiagnoser 1624 SizeConvertDiagnoser(Expr *ArraySize) in BuildCXXNew()
|
D | TreeTransform.h | 2591 Expr *ArraySize, in RebuildCXXNewExpr() 9432 ExprResult ArraySize = getDerived().TransformExpr(E->getArraySize()); in TransformCXXNewExpr() local 11527 IntegerLiteral *ArraySize in RebuildArrayType() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 330 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 464 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 2256 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local 4396 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
|
D | CGStmtOpenMP.cpp | 112 llvm::Value *ArraySize; in getTypeSize() local
|
D | TargetInfo.cpp | 2512 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
|
/external/sqlite/dist/orig/ |
D | shell.c | 1468 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
|
D | sqlite3.c | 12057 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
|
/external/sqlite/dist/ |
D | shell.c | 1474 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 118 uint64_t &ArraySize, QualType &Type, in findMostDerivedSubobject()
|