HomeSort by: relevance | last modified time | path
    Searched refs:kNumElem (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Sanitizers.h 31 // NOTE: this class assumes kNumElem == 2 in most of the constexpr functions,
33 // change kNumElem, you'll need to update those member functions as well.
36 static constexpr unsigned kNumElem = 2;
38 uint64_t maskLoToHigh[kNumElem]{};
91 for (unsigned k = 0; k < kNumElem; k++)
97 for (unsigned k = 0; k < kNumElem; k++)
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Sanitizers.cpp 56 return llvm::hash_combine_range(&maskLoToHigh[0], &maskLoToHigh[kNumElem]);

Completed in 39 milliseconds