Searched refs:build_array_set (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2015 | 103 (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 D | d-tree.h | 580 extern tree build_array_set (tree, tree, tree);
|
H A D | d-codegen.cc | 1723 build_array_set (tree ptr, tree length, tree value) in build_array_set() function
|
H A D | ChangeLog-2016 | 1189 * d-codegen.cc (build_array_set): Use POSTINCREMENT_EXPR to adjust
|
H A D | expr.cc | 975 result = build_array_set (d_array_ptr (t1), in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 560 extern tree build_array_set (tree, tree, tree);
|
H A D | d-codegen.cc | 1628 build_array_set (tree ptr, tree length, tree value) in build_array_set() function
|
H A D | expr.cc | 991 result = build_array_set (d_array_ptr (t1), in visit()
|