Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h414 _LIBCPP_HIDE_FROM_ABI constexpr _Tp& emplace(_Args&&... __args) noexcept { in emplace() function
426 …_LIBCPP_HIDE_FROM_ABI constexpr _Tp& emplace(initializer_list<_Up> __il, _Args&&... __args) noexce… in emplace() function
851 _LIBCPP_HIDE_FROM_ABI constexpr void emplace() noexcept { in emplace() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCustomizableOptional.h61 template <typename... ArgTypes> void emplace(ArgTypes &&...Args) { in emplace() function
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp51 void emplace(DirectoryWatcher::Event::EventKind Kind, StringRef Path) { in emplace() function in __anon915907580111::DirectoryWatcherWindows::EventQueue
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h548 inline typename Array::iterator Array::emplace(const_iterator P, Args &&...A) { in emplace() function