Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DOptional.h110 template <class... Args> void emplace(Args &&... args) { in emplace() function
210 template <class... Args> void emplace(Args &&... args) { in emplace() function
264 template <typename... ArgTypes> void emplace(ArgTypes &&... Args) { in emplace() function
H A DImmutableList.h204 LLVM_NODISCARD ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() function
H A DAllocatorList.h180 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d13 T* emplace(T)(T* chunk) @safe pure nothrow in emplace() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlist.tcc90 emplace(const_iterator __position, _Args&&... __args) in emplace() function in std::list
H A Ddeque.tcc188 emplace(const_iterator __position, _Args&&... __args) in emplace() function in std::deque
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlist.tcc90 emplace(const_iterator __position, _Args&&... __args) in emplace() function in std::list
H A Ddeque.tcc188 emplace(const_iterator __position, _Args&&... __args) in emplace() function in std::deque
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d1808 static void emplace(UnionExp* pue, const ref Loc loc, dinteger_t value, Type type) in emplace() function
2083 static void emplace(UnionExp* pue, const ref Loc loc, real_t value, Type type) in emplace() function
2159 static void emplace(UnionExp* pue, const ref Loc loc, complex_t value, Type type) in emplace() function
2468 static void emplace(UnionExp* pue, const ref Loc loc, const(char)* s) in emplace() function
2473 extern (D) static void emplace(UnionExp* pue, const ref Loc loc, const(void)[] string) in emplace() function
2478 …extern (D) static void emplace(UnionExp* pue, const ref Loc loc, const(void)[] string, size_t len,… in emplace() function
2968 static void emplace(UnionExp* pue, const ref Loc loc, Expressions* elements) in emplace() function
5441 static void emplace(UnionExp* pue, const ref Loc loc, Expression e, Type type) in emplace() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h204 template <typename... Args> iterator emplace(const_iterator P, Args &&... A) { in emplace() function