Searched refs:_enforceSameLength (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/ |
H A D | array.d | 21 _enforceSameLength(action, a1.length, a2.length); in enforceTypedArraysConformable() 29 _enforceSameLength(action, a1.length, a2.length); 34 private void _enforceSameLength(const char[] action, in _enforceSameLength() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/util/ |
H A D | array.d | 32 _enforceSameLength(action, a1.length, a2.length); in enforceTypedArraysConformable() 40 _enforceSameLength(action, a1.length, a2.length); 45 private void _enforceSameLength(const char[] action, in _enforceSameLength() function
|