Home
last modified time | relevance | path

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

1234

/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dchecksum_test.cpp16 scudo::uptr ArraySize) { in computeSoftwareChecksum()
24 scudo::uptr ArraySize) { in computeHardwareChecksum()
37 const scudo::uptr ArraySize = ARRAY_SIZE(Array); in verifyChecksumFunctionBitFlip() local
/external/scudo/standalone/tests/
Dchecksum_test.cpp16 scudo::uptr ArraySize) { in computeSoftwareChecksum()
24 scudo::uptr ArraySize) { in computeHardwareChecksum()
37 const scudo::uptr ArraySize = ARRAY_SIZE(Array); in verifyChecksumFunctionBitFlip() local
/external/pigweed/pw_preprocessor/
Dutil_test.cc24 TEST(Macros, ArraySize) { in TEST() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp275 SVal ArraySize; in checkPreStmt() local
326 SVal ArraySize; in checkPreStmt() local
/external/perfetto/include/perfetto/ext/base/
Dutils.h79 constexpr size_t ArraySize(const T& array) { in ArraySize() function
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProBoundsConstantArrayIndexCheck.cpp113 llvm::APInt ArraySize = SizeArg.getAsIntegral(); in check() local
/external/tensorflow/tensorflow/core/kernels/neon/
Dtypes.h42 int ArraySize(const Dims<N>& array, int index) { in ArraySize() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/llvm-project/llvm/lib/Support/
DSmallPtrSet.cpp67 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/llvm/lib/Support/
DSmallPtrSet.cpp90 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp91 unsigned ArraySize = CurArraySize; in FindBucketFor() local
/external/clang/lib/StaticAnalyzer/Checkers/
DVLASizeChecker.cpp170 DefinedOrUnknownSVal ArraySize = ArraySizeVal.castAs<DefinedOrUnknownSVal>(); in checkPreStmt() local
/external/perfetto/src/base/
Dutils_unittest.cc44 TEST(UtilsTest, ArraySize) { in TEST() argument
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
/external/scudo/standalone/
Dchunk.h23 inline u16 computeChecksum(u32 Seed, uptr Value, uptr *Array, uptr ArraySize) { in computeChecksum()
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h551 #define OMP_ARRAY_TYPE(VarName, ElemTy, ArraySize) \ argument
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer_test.cc66 inline size_t ArraySize(const T (&v)[SIZE]) { in ArraySize() function
/external/flatbuffers/net/FlatBuffers/
DByteBuffer.cs222 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-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp287 if (const auto* ArraySize = New->getArraySize().getValueOr(nullptr)) { in replaceNew() local
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.h121 UINT ArraySize; member
/external/OpenCL-CTS/test_conformance/d3d11/
Dharness.h122 UINT ArraySize; member
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp459 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
731 Value *ArraySize = I.getArraySize(); in visitAllocaInst() local
/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp232 Value *ArraySize = Builder.getInt64(ArraySizeInt); in replaceGlobalArray() local
/external/deqp-deps/amber/src/
Dtype.h124 uint32_t ArraySize() const { return array_size_; } in ArraySize() function
/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()

1234