/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/tensorflow/tensorflow/core/kernels/neon/ |
D | types.h | 42 int ArraySize(const Dims<N>& array, int index) { in ArraySize() function
|
/external/perfetto/include/perfetto/base/ |
D | utils.h | 95 constexpr size_t ArraySize(const T& array) { in ArraySize() function
|
/external/perfetto/src/base/ |
D | utils_unittest.cc | 33 TEST(UtilsTest, ArraySize) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | SmallPtrSet.cpp | 68 unsigned ArraySize = CurArraySize; in FindBucketFor() local
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 91 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/tensorflow/tensorflow/core/util/ |
D | tensor_slice_writer_test.cc | 66 inline size_t ArraySize(const T (&v)[SIZE]) { in ArraySize() function
|
/external/flatbuffers/net/FlatBuffers/ |
D | ByteBuffer.cs | 222 public static int ArraySize<T>(T[] x) in ArraySize() method in FlatBuffers.ByteBuffer 228 public static int ArraySize<T>(Span<T> x) in ArraySize() method in FlatBuffers.ByteBuffer
|
/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-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 560 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local 836 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 406 Value *ArraySize, in createMalloc() 493 Value *AllocSize, Value *ArraySize, in CreateMalloc() 501 Value *AllocSize, Value *ArraySize, in CreateMalloc() 519 Value *AllocSize, Value *ArraySize, in CreateMalloc() 526 Value *AllocSize, Value *ArraySize, in CreateMalloc() 1024 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1028 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1032 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst() 1043 AllocaInst::AllocaInst(Type *Ty, unsigned AddrSpace, Value *ArraySize, in AllocaInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 431 unsigned ArraySize = 16/Size; in getMemSetPatternValue() 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/grpc-grpc/test/cpp/util/ |
D | grpc_tool.cc | 116 size_t ArraySize(T& a) { in ArraySize() function
|
D | grpc_tool_test.cc | 125 size_t ArraySize(T& a) { in ArraySize() function
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 1333 const string &name, Value *ArraySize) { in make_alloca() 1342 const string &name, Value *ArraySize) { in make_alloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 505 uint64_t ArraySize = 1; in getAllocaSizeInBytes() local
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 680 Value *ArraySize = AI->getArraySize(); in moveDynamicAllocasToUnsafeStack() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 652 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
|