Searched refs:_d_arrayappendT (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | appending.d | 99 ref Tarr _d_arrayappendT(return ref scope Tarr x, scope Tarr y) @trusted pure nothrow in _d_arrayappendT() function 106 ref Tarr _d_arrayappendT(return ref scope Tarr x, scope Tarr y) @trusted pure in _d_arrayappendT() function 144 alias _d_arrayappendTTrace = _d_HookTraceImpl!(Tarr, _d_arrayappendT, errorMessage); 151 _d_arrayappendTImpl!(typeof(arr1))._d_arrayappendT(arr1, [cast(double)i]); 170 _d_arrayappendTImpl!(typeof(arr1))._d_arrayappendT(arr1, arr2); 190 _d_arrayappendTImpl!(typeof(arr1))._d_arrayappendT(arr1, arr2); 210 _d_arrayappendTImpl!(typeof(arr1))._d_arrayappendT(arr1, arr2); 218 _d_arrayappendTImpl!(typeof(str))._d_arrayappendT(str, "a"); 219 _d_arrayappendTImpl!(typeof(str))._d_arrayappendT(str, "b"); 220 _d_arrayappendTImpl!(typeof(str))._d_arrayappendT(str, "c");
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | runtime.def | 149 DEF_D_RUNTIME (ARRAYAPPENDT, "_d_arrayappendT", RT(ARRAY_VOID),
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | lifetime.d | 1822 extern (C) void[] _d_arrayappendT(const TypeInfo ti, ref byte[] x, byte[] y) 2067 return _d_arrayappendT(typeid(shared char[]), x, appendthis); 2128 return _d_arrayappendT(typeid(shared wchar[]), x, appendthis);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | runtime.def | 164 DEF_D_RUNTIME (ARRAYAPPENDT, "_d_arrayappendT", RT(ARRAY_VOID),
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | lifetime.d | 1878 extern (C) void[] _d_arrayappendT(const TypeInfo ti, ref byte[] x, byte[] y) @weak 2129 object._d_arrayappendTImpl!(shared(char)[])._d_arrayappendT(xx, cast(shared(char)[])appendthis); 2190 … object._d_arrayappendTImpl!(shared(wchar)[])._d_arrayappendT(xx, cast(shared(wchar)[])appendthis);
|