Searched refs:build_array_index (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | intrinsics.cc | 289 ptr = build_array_index (ptr, fold_build2 (TRUNC_DIV_EXPR, type, in expand_intrinsic_bt()
|
H A D | d-tree.h | 556 extern tree build_array_index (tree, tree);
|
H A D | expr.cc | 897 ptrexp = build_array_index (ptrexp, offexp); in visit() 1298 build_array_index (ptr, index)); in visit() 1397 ptr = build_array_index (void_okay_p (ptr), lwr_tree); in visit()
|
H A D | d-codegen.cc | 1560 build_array_index (tree ptr, tree index) in build_array_index() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 576 extern tree build_array_index (tree, tree);
|
H A D | intrinsics.cc | 309 ptr = build_array_index (ptr, fold_build2 (TRUNC_DIV_EXPR, type, in expand_intrinsic_bt()
|
H A D | ChangeLog-2015 | 282 (build_array_index): Likewise. 296 (build_array_index): Likewise.
|
H A D | expr.cc | 883 ptrexp = build_array_index (ptrexp, offexp); in visit() 1301 build_array_index (ptr, index)); in visit() 1400 ptr = build_array_index (void_okay_p (ptr), lwr_tree); in visit()
|
H A D | ChangeLog-2021 | 608 * d-codegen.cc (build_array_index): Handle void arrays same as byte.
|
H A D | d-codegen.cc | 1655 build_array_index (tree ptr, tree index) in build_array_index() function
|
H A D | ChangeLog-2016 | 753 (build_array_index): Likewise.
|
H A D | ChangeLog-2013 | 585 (IRState::pointerIntSum): Rename to build_array_index.
|