Home
last modified time | relevance | path

Searched refs:opSliceOpAssign (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmustuse.d140 || id == Id.opSliceOpAssign in isAssignmentOpId()
H A Dopover.d1153 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 Darray.d220 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 Darray.d288 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 Dopover.c1200 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 Dtypecons.d5915 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 Dtypecons.d7307 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)