/freebsd/contrib/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 | 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 | PriorityWorklist.h | 90 bool insert(const T &X) { in insert() function 113 insert(SequenceT &&Input) { in insert() function
|
H A D | SmallPtrSet.h | 344 std::pair<iterator, bool> insert(PtrType Ptr) { in insert() function 352 iterator insert(iterator, PtrType Ptr) { in insert() function 423 void insert(IterT I, IterT E) { in insert() function 428 void insert(std::initializer_list<PtrType> IL) { in insert() function
|
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) { in insert() function 202 void insert(IterT I, IterT E) { in insert() function
|
H A D | DenseSet.h | 206 std::pair<iterator, bool> insert(const ValueT &V) { in insert() function 211 std::pair<iterator, bool> insert(ValueT &&V) { in insert() function 230 void insert(InputIt I, InputIt E) { in insert() function
|
H A D | AllocatorList.h | 183 iterator insert(iterator I, T &&V) { in insert() function 186 iterator insert(iterator I, const T &V) { in insert() function 191 void insert(iterator I, Iterator First, Iterator Last) { in insert() function
|
H A D | TinyPtrVector.h | 310 iterator insert(iterator I, const EltTy &Elt) { in insert() function 330 iterator insert(iterator I, ItTy From, ItTy To) { in insert() function
|
H A D | UniqueVector.h | 40 unsigned insert(const T &Entry) { in insert() function
|
H A D | MapVector.h | 117 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { insert() function 129 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { insert() function
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_db_exec_test.cpp | 62 sqlite::statement insert = db.create_statement( in do_format_cell_test() local 140 sqlite::statement insert = db.create_statement( in ATF_TEST_CASE_BODY() local
|
/freebsd/contrib/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
|
/freebsd/contrib/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
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Graph.h | 448 insert(const std::pair<VertexIdentifier, VertexAttribute> &Val) { in insert() function 453 insert(std::pair<VertexIdentifier, VertexAttribute> &&Val) { in insert() function 461 insert(const std::pair<EdgeIdentifier, EdgeAttribute> &Val) { in insert() function 478 insert(std::pair<EdgeIdentifier, EdgeAttribute> &&Val) { insert() function [all...] |
/freebsd/contrib/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(int64_t Lower, int64_t Upper) { in insert() function
|
/freebsd/contrib/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
|
/freebsd/contrib/kyua/store/ |
H A D | dbtypes_test.cpp | 65 sqlite::statement insert = db.create_statement("INSERT INTO test " in do_ok_test() local 91 sqlite::statement insert = db.create_statement("INSERT INTO test " in do_invalid_test() local
|
/freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
H A D | RewriteRope.cpp | 276 RopePieceBTreeNode *RopePieceBTreeLeaf::insert(unsigned Offset, in insert() function in RopePieceBTreeLeaf 503 RopePieceBTreeNode *RopePieceBTreeInterior::insert(unsigned Offset, in insert() function in RopePieceBTreeInterior 646 RopePieceBTreeNode *RopePieceBTreeNode::insert(unsigned Offset, in insert() function in RopePieceBTreeNode 747 void RopePieceBTree::insert(unsigned Offset, const RopePiece &R) { in insert() function in RopePieceBTree
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 219 iterator insert(const ASTContext &C, iterator I, const T &Elt) { in insert() function 240 iterator insert(const ASTContext &C, iterator I, size_type NumToInsert, in insert() function 289 iterator insert(const ASTContext &C, iterator I, ItTy From, ItTy To) { in insert() function
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Environment.cpp | 44 void Environment::insert(iterator first, iterator last) { in insert() function in Environment
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | list.h | 114 void insert(T *Prev, T *X) { in insert() function 171 void insert(T *X, T *Y) { in insert() function
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hs.c | 537 const void *insert; in ck_hs_marshal() local 607 const void *insert = ck_hs_marshal(hs->mode, entry, h); in ck_hs_gc() local 650 const void **slot, **first, *object, *insert; in ck_hs_fas() local 695 const void **slot, **first, *object, *delta, *insert; in ck_hs_apply() local 765 const void **slot, **first, *object, *insert; in ck_hs_set() local 821 const void **slot, **first, *object, *insert; in ck_hs_put_internal() local
|