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

References

include/llvm/ADT/edit_distance.h
   66     Allocated.reset(Row);
lib/CodeGen/LiveRegMatrix.cpp
   61     Queries.reset(new LiveIntervalUnion::Query[NumRegUnits]);
lib/CodeGen/MachineRegisterInfo.cpp
   52   PhysRegUseDefLists.reset(new MachineOperand*[NumRegs]());
lib/CodeGen/RegisterClassInfo.cpp
   50     RegClass.reset(new RCInfo[TRI->getNumRegClasses()]);
   81     PSetLimits.reset(new unsigned[NumPSets]);
   99     RCI.Order.reset(new MCPhysReg[NumRegs]);
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
  365   LiveRegDefs.reset(new SUnit*[TRI->getNumRegs() + 1]());
  366   LiveRegGens.reset(new SUnit*[TRI->getNumRegs() + 1]());
tools/clang/lib/CodeGen/CGCleanup.cpp
  753     CleanupBufferHeap.reset(new char[CleanupSize]);
tools/lldb/source/Expression/IRInterpreter.cpp
 1561           rawArgs[i].data_up.reset(new uint8_t[dataSize + 1]);
tools/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
   23   m_gpregset.reset(new uint8_t[size]);
   32   m_fpregset.reset(new uint8_t[size]);
tools/lldb/source/Utility/Args.cpp
  162   ptr.reset(new char[size + 1]);
tools/lli/lli.cpp
  939       ChildPath.reset(new char[ChildExecPath.size() + 1]);
  943       ChildIn.reset(new char[ChildInStr.size() + 1]);
  947       ChildOut.reset(new char[ChildOutStr.size() + 1]);
usr/include/c++/7.4.0/bits/unique_ptr.h
  542 	reset(__u.release());
  645         reset(pointer());