| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | Trace.h | 98 iterator erase(iterator q) { return BasicBlocks.erase (q); } in erase() function 99 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } in erase() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | DenseSet.h | 101 bool erase(const ValueT &V) { in erase() function 203 void erase(Iterator I) { return TheMap.erase(I.I); } in erase() function 204 void erase(ConstIterator CI) { return TheMap.erase(CI.I); } in erase() function
|
| H A D | TinyPtrVector.h | 280 iterator erase(iterator I) { in erase() function 296 iterator erase(iterator S, iterator E) { in erase() function
|
| H A D | MapVector.h | 172 typename VectorType::iterator erase(typename VectorType::iterator Iterator) { erase() function 191 size_type erase(const KeyT &Key) { erase() function
|
| H A D | simple_ilist.h | 194 iterator erase(iterator I) { erase() function 203 iterator erase(iterator First, iterator Last) { erase() function
|
| H A D | AllocatorList.h | 196 iterator erase(iterator I) { in erase() function 200 iterator erase(iterator First, iterator Last) { in erase() function
|
| H A D | PriorityWorklist.h | 162 bool erase(const T& X) { in erase() function
|
| H A D | SmallSet.h | 207 bool erase(const T &V) { in erase() function
|
| H A D | StringMap.h | 416 void erase(iterator I) { in erase() function 422 bool erase(StringRef Key) { in erase() function
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | RewriteRope.cpp | 337 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase() function in RopePieceBTreeLeaf 572 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase() function in RopePieceBTreeInterior 656 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase() function in RopePieceBTreeNode 757 void RopePieceBTree::erase(unsigned Offset, unsigned NumBytes) { in erase() function in RopePieceBTree
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MsgPackDocument.h | 237 MapTy::iterator erase(MapTy::const_iterator I) { return Map->erase(I); } in erase() function 238 size_t erase(DocNode Key) { return Map->erase(Key); } in erase() function 239 MapTy::iterator erase(MapTy::const_iterator First, in erase() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | UnresolvedSet.h | 118 void erase(unsigned I) { in erase() function 124 void erase(iterator I) { in erase() function
|
| H A D | ASTUnresolvedSet.h | 77 void erase(unsigned I) { in erase() function
|
| H A D | DeclContextInternals.h | 96 void erase(NamedDecl *ND) { in erase() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | interval_set.h | 77 void erase(KeyT KS, KeyT KE) { in erase() function
|
| H A D | interval_map.h | 90 void erase(KeyT KS, KeyT KE) { in erase() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ValueMap.h | 190 bool erase(const KeyT &Val) { in erase() function 198 void erase(iterator I) { in erase() function
|
| H A D | TypeFinder.h | 59 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } in erase() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInst.h | 216 void erase(iterator I) { Operands.erase(I); } in erase() function 217 void erase(iterator First, iterator Last) { Operands.erase(First, Last); } in erase() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 80 void erase(GlobalValue *Global) { in erase() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | RDFDeadCode.cpp | 180 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { in erase() function in DeadCodeElimination
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | ImmutableGraph.h | 124 void erase(const Node &N) { in erase() function 212 void erase(const Edge &E) { in erase() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 721 void erase() { in erase() function 885 void erase(NamedDecl *D) { in erase() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteRope.h | 211 void erase(unsigned Offset, unsigned NumBytes) { in erase() function
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 186 bool erase(const KeyT &Val) { in erase() function 198 void erase(value_type *I) { in erase() function
|