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

References

include/llvm/ADT/SparseBitVector.h
  725         Elements.push_back(*Iter1++);
lib/CodeGen/ScheduleDAGInstrs.cpp
  624     MapVector::operator[](V).push_back(SU);
lib/Target/AMDGPU/GCNRegBankReassign.cpp
  110       if (C.Weight) push_back(C);
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
 1211   AtomicPseudoMIs.push_back(MI);
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  368   Candidates.push_back(C);
lib/Transforms/Vectorize/VPlanPredicator.cpp
  102     Worklist.push_back(Or);
  176       IncomingPredicates.push_back(IncomingPredicate);
projects/openmp/libomptarget/src/rtl.cpp
  124     AllRTLs.push_back(R);
  176         Device.PendingCtorsDtors[desc].PendingCtors.push_back(entry->addr);
tools/clang/lib/ARCMigrate/Internals.h
   29   void push_back(const StoredDiagnostic &diag) { List.push_back(diag); }
tools/clang/lib/AST/CXXInheritance.cpp
  273         Paths.push_back(ScratchPath);
tools/clang/lib/AST/VTableBuilder.cpp
 3384     Paths.push_back(FullPath);
tools/clang/lib/Analysis/PathDiagnostic.cpp
   99         Current.push_back(Piece);
  111       Current.push_back(Piece);
tools/clang/lib/Basic/Diagnostic.cpp
  377   DiagStates.push_back(*GetCurDiagState());
tools/clang/lib/Serialization/ASTReader.cpp
 6178       Diag.DiagStates.push_back(BasedOn);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 2637       MacroStack.back().first->subPieces.push_back(piece);
 2681     MacroGroup->subPieces.push_back(piece);
tools/clang/utils/TableGen/MveEmitter.cpp
  713     Used.push_back(V);
tools/lldb/source/Breakpoint/WatchpointList.cpp
   24   m_watchpoints.push_back(wp_sp);
tools/lldb/source/Core/ModuleList.cpp
  984           errors.push_back(error);
tools/lldb/source/DataFormatters/TypeCategoryMap.cpp
   70       m_active_categories.push_back(category);
tools/lldb/source/Expression/FunctionCaller.cpp
  154     m_wrapper_args_addrs.push_back(args_addr_ref);
tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
  169       m_soentries.push_back(entry);
  170       m_added_soentries.push_back(entry);
  189       m_removed_soentries.push_back(*I);
  212     entry_list.push_back(entry);
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
  299       m_soentries.push_back(entry);
  326       m_soentries.push_back(entry);
  327       m_added_soentries.push_back(entry);
  360       m_removed_soentries.push_back(entry);
  387       m_soentries.push_back(entry);
  388       m_added_soentries.push_back(entry);
  407       m_removed_soentries.push_back(*I);
  449     entry_list.push_back(entry);
tools/lldb/source/Utility/Listener.cpp
  210   m_events.push_back(event_sp);
tools/llvm-lto2/llvm-lto2.cpp
  206     CommandLineResolutions[{FileName, SymbolName}].push_back(Res);
usr/include/c++/7.4.0/bits/stl_iterator.h
  492 	container->push_back(__value);
usr/include/c++/7.4.0/bits/stl_list.h
 1742 	  push_back(__x);