Home
last modified time | relevance | path

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

/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 __anon3d5a8a810111::DirectoryWatcherWindows::EventQueue
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp36 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