|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
usr/include/c++/7.4.0/bits/stl_list.h 1337 erase(const_iterator __position) noexcept;
References
include/llvm/ADT/SparseBitVector.h 503 Elements.erase(ElementIter);
614 Elements.erase(IterTmp);
622 Elements.erase(IterTmp);
668 Elements.erase(IterTmp);
include/llvm/IR/PassManager.h 912 I = ResultsList.erase(I);
993 AnalysisResultLists[&IR].erase(RI->second);
lib/Analysis/GlobalsModRef.cpp 239 GAR->Handles.erase(I);
lib/Target/AMDGPU/SIFixSGPRCopies.cpp 550 I = Defs.erase(I);
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp 1750 MergeList.erase(CI);
lib/Transforms/Scalar/LoopDistribute.cpp 589 I = PartitionContainer.erase(I);
projects/openmp/libomptarget/src/device.cpp 79 HostDataToTargetMap.erase(ii);
292 HostDataToTargetMap.erase(lr.Entry);
tools/clang/lib/ARCMigrate/TransformActions.cpp 546 Removals.erase(RI);
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 535 I = Pieces.erase(I);
545 I = Pieces.erase(I);
567 I = Pieces.erase(I);
1552 I = pieces.erase(I);
1655 Path.erase(I);
1656 I = Path.erase(NextI);
1723 I = path.erase(I);
1748 path.erase(NextI);
1820 path.erase(NextI);
1883 path.erase(NextI);
1901 path.erase(NextI);
tools/lldb/source/Breakpoint/WatchpointList.cpp 181 m_watchpoints.erase(pos);
tools/lldb/source/Expression/FunctionCaller.cpp 306 m_wrapper_args_addrs.erase(pos);
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp 359 m_soentries.erase(pos);
tools/lldb/source/Utility/Listener.cpp 181 pos = m_events.erase(pos);
304 m_events.erase(pos);
tools/llvm-rtdyld/llvm-rtdyld.cpp 673 Worklist.erase(Tmp);
tools/polly/lib/Analysis/ScopInfo.cpp 1753 StmtIt = Stmts.erase(StmtIt);
usr/include/c++/7.4.0/bits/stl_list.h 1368 __first = erase(__first);