Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DHashKeyMap.h78 template <typename... Ts> std::pair<iterator, bool> emplace(Ts &&...Args) { in emplace() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCustomizableOptional.h61 template <typename... ArgTypes> void emplace(ArgTypes &&...Args) { in emplace() function
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anon3e45c1490111::DirectoryWatcherWindows::EventQueue
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp34 static typename TripleVec::iterator emplace(TripleVec &Container, Triple &&T) { in emplace() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h569 inline typename Array::iterator Array::emplace(const_iterator P, Args &&...A) { in emplace() function