Searched defs:ArrSize (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp167 const llvm::APSInt &ArrSize = Size.getAs<nonloc::ConcreteInt>()->getValue(); local
169 for (size_t i = 0; i < ArrSize; ++i) {
/external/google-benchmark/src/
H A Dsysinfo.cc124 const int ArrSize = sizeof(T) * N; local
125 CHECK_LE(ArrSize, Size);
127 std::memcpy(Arr.data(), data(), ArrSize);
/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc124 const int ArrSize = sizeof(T) * N; local
125 CHECK_LE(ArrSize, Size);
127 std::memcpy(Arr.data(), data(), ArrSize);
/external/clang/include/clang/AST/
H A DAPValue.h88 unsigned NumElts, ArrSize; member in struct:clang::APValue::Arr
89 Arr(unsigned NumElts, unsigned ArrSize);
296 return ((const Arr*)(const void *)Data.buffer)->ArrSize;

Completed in 163 milliseconds