Searched refs:_d_arrayassign_l (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | arrayassign.d | 39 return _d_arrayassign_l(ti, from, to, ptmp); in _d_arrayassign() 52 extern (C) void[] _d_arrayassign_l(TypeInfo ti, void[] src, void[] dst, void* ptmp) in _d_arrayassign_l() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | arrayassign.d | 39 return _d_arrayassign_l(ti, from, to, ptmp); in _d_arrayassign() 52 extern (C) void[] _d_arrayassign_l(TypeInfo ti, void[] src, void[] dst, void* ptmp) in _d_arrayassign_l() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | runtime.def | 123 DEF_D_RUNTIME (ARRAYASSIGN_L, "_d_arrayassign_l", RT(ARRAY_VOID),
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | runtime.def | 131 DEF_D_RUNTIME (ARRAYASSIGN_L, "_d_arrayassign_l", RT(ARRAY_VOID),
|