Searched defs:emplace (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-emplace.cpp | 52 iterator emplace(const_iterator pos, Args &&...args){}; in emplace() function in std::vector 72 iterator emplace(const_iterator pos, Args &&...args){}; in emplace() function in std::list 96 iterator emplace(const_iterator pos, Args &&...args){}; in emplace() function in std::deque 132 void emplace(Args &&...args){}; in emplace() function in std::set 147 void emplace(Args &&...args){}; in emplace() function in std::map 162 void emplace(Args &&...args){}; in emplace() function in std::multiset 177 void emplace(Args &&...args){}; in emplace() function in std::multimap 192 void emplace(Args &&...args){}; in emplace() function in std::unordered_set 207 void emplace(Args &&...args){}; in emplace() function in std::unordered_map 222 void emplace(Args &&...args){}; in emplace() function in std::unordered_multiset [all …]
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | HashKeyMap.h | 78 template <typename... Ts> std::pair<iterator, bool> emplace(Ts &&...Args) { in emplace() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | CustomizableOptional.h | 61 template <typename... ArgTypes> void emplace(ArgTypes &&...Args) { in emplace() function
|
/llvm-project/flang/include/flang/Common/ |
H A D | enum-set.h | 179 void emplace(enumerationType &&x) { set(x); } in emplace() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() function
|
H A D | AllocatorList.h | 179 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function
|
/llvm-project/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anon5b426d740111::DirectoryWatcherWindows::EventQueue
|
/llvm-project/libcxx/test/support/ |
H A D | nasty_containers.h | 101 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() function 234 template <class... Args> iterator emplace(const_iterator pos, Args&&... args) in emplace() function
|
/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 36 static typename TripleVec::iterator emplace(TripleVec &Container, Triple &&T) { in emplace() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 569 inline typename Array::iterator Array::emplace(const_iterator P, Args &&...A) { in emplace() function
|