Searched refs:opSliceOpAssign (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mustuse.d | 140 || id == Id.opSliceOpAssign in isAssignmentOpId()
|
H A D | opover.d | 1153 if (maybeSlice && search_function(ad, Id.opSliceOpAssign)) in visitBinAssign() 1174 … result = new DotTemplateInstanceExp(e.loc, ae.e1, Id.opSliceOpAssign, tiargs); in visitBinAssign()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | array.d | 220 void opSliceOpAssign(string op)(E value) in RangeT() 226 void opSliceOpAssign(string op)(E value, size_t i, size_t j) in RangeT() 689 void opSliceOpAssign(string op)(T value) in opSliceOpAssign() function 696 void opSliceOpAssign(string op)(T value, size_t i, size_t j) in opSliceOpAssign() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
H A D | array.d | 288 void opSliceOpAssign(string op)(E value) in RangeT() 295 void opSliceOpAssign(string op)(E value, size_t i, size_t j) in RangeT() 850 void opSliceOpAssign(string op)(T value) 857 void opSliceOpAssign(string op)(T value, size_t i, size_t j)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | opover.c | 1200 if (maybeSlice && search_function(ad, Id::opSliceOpAssign)) in op_overload() 1223 … result = new DotTemplateInstanceExp(e->loc, ae->e1, Id::opSliceOpAssign, tiargs); in op_overload()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | typecons.d | 5915 auto ref opSliceOpAssign(string op, this X, V )(auto ref V v) 5919 auto ref opSliceOpAssign(string op, this X, V, B, E)(auto ref V v, auto ref B b, auto ref E e)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | typecons.d | 7307 auto ref opSliceOpAssign(string op, this X, V )(auto ref V v) 7311 auto ref opSliceOpAssign(string op, this X, V, B, E)(auto ref V v, auto ref B b, auto ref E e)
|