/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringSet.h | 38 std::pair<typename Base::iterator, bool> insert(StringRef key) { in insert() function 43 void insert(InputIt begin, InputIt end) { in insert() function 50 insert(const StringMapEntry<ValueTy> &mapEntry) { in insert() function
|
H A D | PriorityWorklist.h | 90 bool insert(const T &X) { in insert() function 113 insert(SequenceT &&Input) { in insert() function
|
H A D | StringMap.h | 308 bool insert(MapEntryTy *KeyValue) { in insert() function 328 std::pair<iterator, bool> insert(std::pair<StringRef, ValueTy> KV) { in insert() function 333 std::pair<iterator, bool> insert(std::pair<StringRef, ValueTy> KV, in insert() function 341 template <typename InputIt> void insert(InputIt First, InputIt Last) { in insert() function 349 void insert(std::initializer_list<std::pair<StringRef, ValueTy>> List) { in insert() function
|
H A D | SmallPtrSet.h | 344 std::pair<iterator, bool> insert(PtrType Ptr) { insert() function 352 iterator insert(iterator, PtrType Ptr) { insert() function 423 void insert(IterT I, IterT E) { insert() function 428 void insert(std::initializer_list<PtrType> IL) { insert() function [all...] |
H A D | AddressRanges.h | 123 Collection::const_iterator insert(AddressRange Range) { in insert() function 167 void insert(AddressRange Range, int64_t Value) { in insert() function
|
H A D | SmallSet.h | 179 std::pair<const_iterator, bool> insert(const T &V) { insert() function 202 void insert(IterT I, IterT E) { insert() function [all...] |
H A D | DenseSet.h | 206 std::pair<iterator, bool> insert(const ValueT &V) { insert() function 211 std::pair<iterator, bool> insert(ValueT &&V) { insert() function 230 void insert(InputIt I, InputIt E) { insert() function
|
H A D | UniqueVector.h | 40 unsigned insert(const T &Entry) { in insert() function
|
/llvm-project/libcxx/test/support/ |
H A D | nasty_containers.h | 105 iterator insert(const_iterator pos, const value_type& x) { return v_.insert(pos, x); } in insert() function 107 …iterator insert(const_iterator pos, value_type&& x) { return v_.insert(pos, std::forward<valu… in insert() function 109 …iterator insert(const_iterator pos, size_type n, const value_type& x) { return v_.insert(pos, n, x… in insert() function 111 iterator insert(const_iterator pos, InputIterator first, InputIterator last) in insert() function 115 …iterator insert(const_iterator pos, std::initializer_list<value_type> il) { return v_.insert(pos, … in insert() function 238 iterator insert(const_iterator pos, const value_type& x) { return l_.insert(pos, x); } in insert() function 240 …iterator insert(const_iterator pos, value_type&& x) { return l_.insert(pos, std::forward<valu… in insert() function 242 …iterator insert(const_iterator pos, size_type n, const value_type& x) { return l_.insert(pos, n, x… in insert() function 244 iterator insert(const_iterator pos, InputIterator first, InputIterator last) in insert() function 248 …iterator insert(const_iterator pos, std::initializer_list<value_type> il) { return l_.insert(pos, … in insert() function
|
/llvm-project/libcxx/test/libcxx/ranges/range.utility/range.utility.conv/ |
H A D | to.internal_constraints.verify.cpp | 32 int* insert(int*, int) in insert() function 37 int* insert() in insert() function
|
/llvm-project/mlir/lib/Support/ |
H A D | InterfaceSupport.cpp | 21 void detail::InterfaceMap::insert(TypeID interfaceId, void *conceptImpl) { in insert() function in detail::InterfaceMap
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | MapLattice.h | 58 insert(const std::pair<const key_type, mapped_type> &P) { in insert() function 62 std::pair<iterator, bool> insert(std::pair<const key_type, mapped_type> &&P) { in insert() function
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ContinuousRangeMap.h | 66 void insert(const value_type &Val) { in insert() function 134 void insert(const value_type &Val) { in insert() function
|
/llvm-project/clang/lib/Tooling/ |
H A D | FileMatchTrie.cpp | 59 void insert(StringRef NewPath, unsigned ConsumedLength = 0) { in insert() function in clang::tooling::FileMatchTrieNode 192 void FileMatchTrie::insert(StringRef NewPath) { in insert() function in FileMatchTrie
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | DialectRegistry.h | 147 void insert() { insert() function 159 void insert() { insert() function
|
/llvm-project/flang/include/flang/Common/ |
H A D | enum-set.h | 177 void insert(enumerationType x) { set(x); } in insert() function 178 void insert(enumerationType &&x) { set(x); } in insert() function
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | Graph.h | 448 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) { insert() function 453 insert(std::pair<VertexIdentifier, VertexAttribute> &&Val) { insert() function 461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { insert() function 478 insert(std::pair<EdgeIdentifier, EdgeAttribute> &&Val) { insert() function [all...] |
/llvm-project/compiler-rt/lib/orc/ |
H A D | interval_map.h | 133 void insert(KeyT KS, KeyT KE, ValT V) { in insert() function 161 void insert(KeyT KS, KeyT KE, ValT V) { in insert() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 172 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() function 177 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() function 185 void insert(InputIt I, InputIt E) { in insert() function
|
H A D | ConstantRangeList.h | 70 void insert(const ConstantRange &NewRange); in insert() function
|
/llvm-project/lldb/source/Utility/ |
H A D | Environment.cpp | 44 void Environment::insert(iterator first, iterator last) { in insert() function in Environment
|
/llvm-project/libc/src/__support/ |
H A D | intrusive_list.h | 28 LIBC_INLINE static void insert(void *elem, void *prev) { insert() function
|
/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp |
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | ADTExtras.h | 35 void insert(size_t index, T value) { in insert() function
|
/llvm-project/clang/include/clang/ARCMigrate/ |
H A D | ARCMT.h | 117 virtual void insert(SourceLocation loc, StringRef text) { } in insert() function
|