Searched defs:erase (Results 51 - 75 of 76) sorted by relevance

1234

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dhashtable.h869 erase(const key_type& __key) function in class:hashtable
908 erase(const iterator& __it) function in class:hashtable
947 erase(iterator __first, iterator __last) function in class:hashtable
972 erase(const_iterator __first, const_iterator __last) function in class:hashtable
983 erase(const const_iterator& __it) function in class:hashtable
[all...]
H A Dvstring.h885 erase(size_type __pos = 0, size_type __n = npos) function in class:__versa_string
901 erase(iterator __position) function in class:__versa_string
921 erase(iterator __first, iterator __last) function in class:__versa_string
H A Dbitmap_allocator.h221 erase(iterator __pos) throw() function in class:__detail::__mini_vector
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c784 char erase; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h434 iterator erase(const_iterator CI) { function in class:llvm::SmallVectorImpl
449 iterator erase(const_iterator CS, const_iterator CE) { function in class:llvm::SmallVectorImpl
H A DStringMap.h473 void erase(iterator I) { function in class:llvm::StringMap
479 bool erase(StringRef Key) { function in class:llvm::StringMap
H A DDenseMap.h272 bool erase(const KeyT &Val) { function in class:llvm::DenseMapBase
283 void erase(iterator I) { function in class:llvm::DenseMapBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h126 void erase(iterator I) { M.erase(I); } function in class:llvm::json::Object
560 inline bool Object::erase(StringRef K) { function in class:llvm::json::Object
H A DCommandLine.h1583 iterator erase(const_iterator pos) { return Storage.erase(pos); } function in class:llvm::list_storage
1584 iterator erase(const_iterator first, const_iterator last) { function in class:llvm::list_storage
1588 iterator erase(iterator pos) { return Storage.erase(pos); } function in class:llvm::list_storage
1589 iterator erase(iterator first, iterator last) { function in class:llvm::list_storage
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h585 void erase(iterator From, iterator To) { function in class:clang::LazyVector
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h484 bool erase(ExplodedNode *N) { return Impl.remove(N); } function in class:clang::ento::ExplodedNodeSet
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h125 void erase(const Node &N) { function in class:llvm::ImmutableGraph::NodeSet
213 void erase(const Edge &E) { function in class:llvm::ImmutableGraph::EdgeSet
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h1130 erase(size_type __pos = 0, size_type __n = npos) function in class:basic_string
1146 erase(iterator __position) function in class:basic_string
1166 erase(iterator __first, iterator __last) function in class:basic_string
H A Dstl_bvector.h745 erase(iterator __position) function in class:vector
754 erase(iterator __first, iterator __last) function in class:vector
H A Dstl_tree.h1261 erase(iterator __position) function in class:_Rb_tree
1275 erase(const_iterator __position) function in class:_Rb_tree
1289 erase(cons function in class:_Rb_tree
1353 erase(iterator __first, iterator __last) function in class:_Rb_tree
1366 erase(const_iterator __first, const_iterator __last) function in class:_Rb_tree
1379 erase(const _Key* __first, const _Key* __last) function in class:_Rb_tree
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c229 enum changeaccess {append, erase}; enumerator in enum:changeaccess
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h654 void erase() { function in class:clang::LookupResult::Filter
814 void erase(NamedDecl *D) { function in class:clang::ADLResult
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h664 iterator erase(iterator I, iterator E) { function in class:llvm::MachineBasicBlock
671 iterator erase(iterator I) { function in class:llvm::MachineBasicBlock
679 iterator erase(MachineInstr *I) { function in class:llvm::MachineBasicBlock
/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c1786 struct bnxt_ioctl_hwrm_nvm_erase_dir_entry *erase = local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp614 void LiveDebugValues::OpenRangesSet::erase(const VarLoc &VL) { function in class:LiveDebugValues::OpenRangesSet
648 void LiveDebugValues::OpenRangesSet::erase(const VarLocSet &KillSet, function in class:LiveDebugValues::OpenRangesSet
[all...]
H A DCodeGenPrepare.cpp3007 bool erase(PHINode *Ptr) { function in class:__anon1701::PhiNodeSet
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp137 void erase(const Node *N) { function in struct:__anon2229::RangeTree
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp592 void GVN::ValueTable::erase(Value *V) { function in class:GVN::ValueTable
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h104 void erase(MVT T) { function in struct:llvm::MachineValueTypeSet
/freebsd-11-stable/sys/dev/iir/
H A Diir.h565 int erase; member in struct:gdt_event

Completed in 399 milliseconds

1234