Searched defs:erase (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h59 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } function in class:llvm::TypeFinder
H A DValueMap.h190 bool erase(const KeyT &Val) { function in class:llvm::ValueMap
198 void erase(iterator I) { function in class:llvm::ValueMap
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DHashKeyMap.h111 size_t erase(const original_key_type &Ctx) { function in class:llvm::sampleprof::HashKeyMap
120 iterator erase(const_iterator It) { function in class:llvm::sampleprof::HashKeyMap
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h98 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
99 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dinterval_map.h90 void erase(KeyT KS, KeyT KE) { function in class:__orc_rt::IntervalMapBase
H A Dinterval_set.h77 void erase(KeyT KS, KeyT KE) { function in class:__orc_rt::IntervalSet
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h72 void erase(unsigned I) { function in class:clang::ASTUnresolvedSet
H A DDeclContextInternals.h84 void erase(NamedDecl *ND) { function in class:clang::StoredDeclsList
H A DUnresolvedSet.h117 void erase(unsigned I) { function in class:clang::UnresolvedSetImpl
123 void erase(iterator I) { function in class:clang::UnresolvedSetImpl
H A DExternalASTSource.h561 void erase(iterator From, iterator To) { function in class:clang::LazyVector
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityWorklist.h162 bool erase(const T& X) { function in class:llvm::PriorityWorklist
H A DSmallSet.h207 bool erase(const T &V) { function in class:llvm::SmallSet
H A DTinyPtrVector.h280 iterator erase(iterator I) { function in class:llvm::TinyPtrVector
296 iterator erase(iterator S, iterator E) { function in namespace:llvm
H A DDenseSet.h101 bool erase(const ValueT &V) { function in class:llvm::detail::DenseSetImpl
203 void erase(Iterator I) { return TheMap.erase(I.I); } function in class:llvm::detail::DenseSetImpl
204 void erase(ConstIterator CI) { return TheMap.erase(CI.I); } function in class:llvm::detail::DenseSetImpl
H A DAllocatorList.h196 iterator erase(iterator I) { function in class:llvm::AllocatorList
200 iterator erase(iterator First, iterator Last) { function in class:llvm::AllocatorList
H A DMapVector.h193 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { function in class:llvm::MapVector
212 size_type erase(const KeyT &Key) { function in class:llvm::MapVector
H A DSetVector.h212 iterator erase(const_iterator I) { function
[all...]
H A DIntervalMap.h272 void erase(unsigned i, unsigned j, unsigned Size) { function in class:llvm::IntervalMapImpl::NodeBase
279 void erase(unsigned i, unsigned Size) { function in class:llvm::IntervalMapImpl::NodeBase
[all...]
H A Dsimple_ilist.h202 iterator erase(iterator I) { function in class:llvm::simple_ilist
211 iterator erase(iterator First, iterator Last) { function in class:llvm::simple_ilist
H A DStringMap.h382 void erase(iterator I) { function in class:llvm::StringMap
388 bool erase(StringRef Key) { function in class:llvm::StringMap
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp180 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { function in class:DeadCodeElimination
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h80 void erase(GlobalValue *Global) { function in class:llvm::GlobalNumberState
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h75 void erase() { function in class:llvm::dwarf_linker::parallel::ArrayList
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h211 void erase(unsigned Offset, unsigned NumBytes) { function in class:clang::RewriteRope
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h216 void erase(iterator I) { Operands.erase(I); } function in class:llvm::MCInst
217 void erase(iterator First, iterator Last) { Operands.erase(First, Last); } function in class:llvm::MCInst

Completed in 176 milliseconds

12