reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/CodeView/TypeHashing.h
  225     for (uint8_t B : V.Hash) {
lib/Analysis/ValueTracking.cpp
  141     auto End = Excluded.begin() + NumExcluded;
  142     return std::find(Excluded.begin(), End, Value) != End;
lib/Bitcode/Writer/BitcodeWriter.cpp
 3498           Vals.assign(Hash.begin(), Hash.end());
tools/clang/tools/extra/clang-doc/BitcodeWriter.cpp
  311   Record.append(Sym.begin(), Sym.end());
tools/lldb/source/Utility/ConstString.cpp
  139     for (const auto &pool : m_string_pools) {
tools/llvm-objcopy/ELF/Object.cpp
  404          std::equal(ZlibGnuMagic.begin(), ZlibGnuMagic.end(), Data.data());
tools/llvm-xray/xray-graph-diff.cpp
  310   for (const auto &E : Collection)
usr/include/c++/7.4.0/array
  253     { return std::equal(__one.begin(), __one.end(), __two.begin()); }
  253     { return std::equal(__one.begin(), __one.end(), __two.begin()); }
  264       return std::lexicographical_compare(__a.begin(), __a.end(),
  265 					  __b.begin(), __b.end());
usr/include/c++/7.4.0/bits/range_access.h
   48     begin(_Container& __cont) -> decltype(__cont.begin())
   58     begin(const _Container& __cont) -> decltype(__cont.begin())
   59     { return __cont.begin(); }
utils/TableGen/CodeGenDAGPatterns.h
   74     for (WordType W : Words)
   84     for (WordType W : Words)
utils/unittest/googletest/include/gtest/gtest-printers.h
  377   for (typename C::const_iterator it = container.begin();