/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Optional.h | 110 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 D | ImmutableList.h | 204 LLVM_NODISCARD ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() function
|
H A D | AllocatorList.h | 180 template <class... Ts> iterator emplace(iterator I, Ts &&... Vs) { in emplace() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | lifetime.d | 13 T* emplace(T)(T* chunk) @safe pure nothrow in emplace() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | list.tcc | 90 emplace(const_iterator __position, _Args&&... __args) in emplace() function in std::list
|
H A D | deque.tcc | 188 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 D | list.tcc | 90 emplace(const_iterator __position, _Args&&... __args) in emplace() function in std::list
|
H A D | deque.tcc | 188 emplace(const_iterator __position, _Args&&... __args) in emplace() function in std::deque
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expression.d | 1808 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 D | JSON.h | 204 template <typename... Args> iterator emplace(const_iterator P, Args &&... A) { in emplace() function
|