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

References

lib/Object/MachOObjectFile.cpp
  265   Elements.push_back({Offset, Size, Name});
 1285   Elements.push_back({0, SizeOfHeaders, "Mach-O headers"});
lib/Option/ArgList.cpp
  212   SynthesizedStrings.push_back(String0);
lib/Transforms/Utils/SymbolRewriter.cpp
  383     DL->push_back(std::make_unique<ExplicitRewriteFunctionDescriptor>(
  386     DL->push_back(
  445     DL->push_back(std::make_unique<ExplicitRewriteGlobalVariableDescriptor>(
  449     DL->push_back(std::make_unique<PatternRewriteGlobalVariableDescriptor>(
  508     DL->push_back(std::make_unique<ExplicitRewriteNamedAliasDescriptor>(
  512     DL->push_back(std::make_unique<PatternRewriteNamedAliasDescriptor>(
lib/XRay/Profile.cpp
   29     Blocks.push_back({Block.Thread, {}});
tools/clang/include/clang/Analysis/PathDiagnostic.h
  786     getActivePath().push_back(std::move(EndPiece));
tools/clang/lib/Analysis/PathDiagnostic.cpp
   88         Current.push_back(std::move(CallEnter));
   91         Current.push_back(std::move(callExit));
tools/clang/lib/Format/UnwrappedLineParser.cpp
 2758   Line->Tokens.push_back(UnwrappedLineNode(Tok));
tools/clang/lib/Frontend/CompilerInstance.cpp
  636   OutputFiles.push_back(std::move(OutFile));
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
  411     path.push_back(std::move(piece));
  464     pieces.push_back(std::move(piece));
  476       Path.push_back(std::move(Piece));
 2670         MacroGroup->subPieces.push_back(NewGroup);
tools/lld/COFF/Driver.cpp
  854   taskQueue.push_back(std::move(task));
tools/lldb/source/Plugins/Platform/Android/AdbClient.cpp
  169     device_list.push_back(device.split('\t').first);
tools/llvm-rtdyld/llvm-rtdyld.cpp
  646     Worklist.push_back(&CodeSection);
  648     Worklist.push_back(&DataSection);
usr/include/c++/7.4.0/bits/stl_iterator.h
  499 	container->push_back(std::move(__value));
utils/unittest/googletest/src/gtest.cc
 1140         hunk_.push_back(std::make_pair(' ', line));
 1144         hunk_removes_.push_back(std::make_pair('-', line));
 1148         hunk_adds_.push_back(std::make_pair('+', line));