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

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  315                                   FileEntry.Checksum.Bytes.begin());
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
  312   for (auto &S : DbgStreams) {
  430   for (auto &Stream : DbgStreams) {
  438   for (auto &Stream : DbgStreams) {
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
  153   for (ulittle32_t &Word : HashBitmap)
lib/IR/AsmWriter.cpp
 2696     for (auto Hash : ModPair.second)
lib/MC/XCOFFObjectWriter.cpp
  232   for (auto *Sec : Sections)
  327   for (const auto *Section : Sections) {
  487   for (const auto *Sec : Sections) {
  517   for (const auto *Section : Sections) {
  557   for (auto *Section : Sections) {
  613   for (auto *Sec : Sections) {
lib/Target/Mips/MipsFastISel.cpp
 1338   auto NextGPR32 = GPR32ArgRegs.begin();
 1339   auto NextFGR32 = FGR32ArgRegs.begin();
 1340   auto NextAFGR64 = AFGR64ArgRegs.begin();
lib/Target/X86/X86ISelLowering.cpp
14456     for (int &M : LoBlendMask)
14459     for (int &M : HiBlendMask)
tools/clang/lib/Serialization/ASTWriter.cpp
 1430     Record.append(Signature.begin(), Signature.end());
 1578       for (auto I : M.Signature)
tools/clang/tools/extra/clang-doc/YAMLGenerator.cpp
   96     std::copy(HexString.begin(), HexString.end(), USR.begin());
tools/clang/tools/extra/clangd/RIFF.cpp
   24   std::copy(Stream.begin(), Stream.begin() + 4, C.ID.begin());
   60   std::copy(RIFF->Data.begin(), RIFF->Data.begin() + 4, F.Type.begin());
tools/clang/tools/extra/clangd/index/Serialization.cpp
  262   std::copy(Digest.bytes_begin(), Digest.bytes_end(), IGN.Digest.begin());
tools/clang/tools/extra/clangd/index/dex/Trigram.cpp
   61     for (const unsigned J : Next[I]) {
   64       for (const unsigned K : Next[J]) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  853       for (const auto &kernel : funcs) {
tools/lldb/source/Utility/DataExtractor.cpp
 1119   dest.append(result.Bytes.begin(), result.Bytes.end());
unittests/ADT/APIntTest.cpp
  359   for (auto &arg1 : testVals)
  360     for (auto &arg2 : testVals) {
unittests/IR/ModuleTest.cpp
   67     std::generate(RandomStream.begin(), RandomStream.end(),
   71   EXPECT_TRUE(std::equal(RandomStreams[0].begin(), RandomStreams[0].end(),
   72                          RandomStreams[1].begin()));
usr/include/c++/7.4.0/array
  117       { std::fill_n(begin(), size(), __u); }
usr/include/c++/7.4.0/bits/range_access.h
   48     begin(_Container& __cont) -> decltype(__cont.begin())
   49     { return __cont.begin(); }