Home
last modified time | relevance | path

Searched defs:emplace (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp52 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 DHashKeyMap.h78 template <typename... Ts> std::pair<iterator, bool> emplace(Ts &&...Args) { in emplace() function
/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h61 template <typename... ArgTypes> void emplace(ArgTypes &&...Args) { in emplace() function
/llvm-project/flang/include/flang/Common/
H A Denum-set.h179 void emplace(enumerationType &&x) { set(x); } in emplace() function
/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h205 [[nodiscard]] ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() function
H A DAllocatorList.h179 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function
/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anon5b426d740111::DirectoryWatcherWindows::EventQueue
/llvm-project/libcxx/test/support/
H A Dnasty_containers.h101 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 DDylibReader.cpp36 static typename TripleVec::iterator emplace(TripleVec &Container, Triple &&T) { in emplace() function
/llvm-project/llvm/include/llvm/Support/
H A DJSON.h569 inline typename Array::iterator Array::emplace(const_iterator P, Args &&...A) { in emplace() function