Home
last modified time | relevance | path

Searched refs:build_array_set (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2015103 (build_array_set): Update for push/pop binding changes.
223 * d-codegen.cc (build_array_set): New function.
224 * d-elem.cc (AssignExp::toElem): Use build_array_set.
227 * d-codegen.cc (build_array_set): Don't set this_block, update call to
H A Dd-tree.h580 extern tree build_array_set (tree, tree, tree);
H A Dd-codegen.cc1723 build_array_set (tree ptr, tree length, tree value) in build_array_set() function
H A DChangeLog-20161189 * d-codegen.cc (build_array_set): Use POSTINCREMENT_EXPR to adjust
H A Dexpr.cc975 result = build_array_set (d_array_ptr (t1), in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h560 extern tree build_array_set (tree, tree, tree);
H A Dd-codegen.cc1628 build_array_set (tree ptr, tree length, tree value) in build_array_set() function
H A Dexpr.cc991 result = build_array_set (d_array_ptr (t1), in visit()