Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/runtime/libprofile/
DBasicBlockTracing.c53 unsigned ArraySize; in llvm_start_basic_block_tracing() local
/external/swiftshader/third_party/LLVM/lib/Support/
DSmallPtrSet.cpp105 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/llvm/lib/Support/
DSmallPtrSet.cpp90 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp170 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemoryBuiltins.cpp121 Value *ArraySize = computeArraySize(CI, TD); in isArrayMalloc() local
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defifs.h92 UINT32 ArraySize; member
/external/syslinux/efi64/include/efi/
Defifs.h92 UINT32 ArraySize; member
/external/syslinux/efi32/include/efi/
Defifs.h92 UINT32 ArraySize; member
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp459 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
731 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp356 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/
DInstructions.cpp444 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/
DLoopIdiomRecognize.cpp431 unsigned ArraySize = 16/Size; in getMemSetPatternValue() local
/external/llvm/lib/CodeGen/
DSafeStack.cpp680 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
/external/clang/lib/Sema/
DSemaType.cpp2050 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
DSemaExprCXX.cpp1405 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()
DTreeTransform.h2591 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/
DLoopIdiomRecognize.cpp330 unsigned ArraySize = 16 / Size; in getMemSetPatternValue() local
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp464 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2256 llvm::APInt ArraySize(/*unsigned int numBits=*/32, CopyprivateVars.size()); in emitSingleRegion() local
4396 llvm::APInt ArraySize(/*unsigned int numBits=*/32, Size); in emitReduction() local
DCGStmtOpenMP.cpp112 llvm::Value *ArraySize; in getTypeSize() local
DTargetInfo.cpp2512 uint64_t ArraySize = AT->getSize().getZExtValue(); in classify() local
/external/sqlite/dist/orig/
Dshell.c1468 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
Dsqlite3.c12057 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro
/external/sqlite/dist/
Dshell.c1474 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
/external/clang/lib/AST/
DExprConstant.cpp118 uint64_t &ArraySize, QualType &Type, in findMostDerivedSubobject()

12