Home
last modified time | relevance | path

Searched refs:build_array_index (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dintrinsics.cc289 ptr = build_array_index (ptr, fold_build2 (TRUNC_DIV_EXPR, type, in expand_intrinsic_bt()
H A Dd-tree.h556 extern tree build_array_index (tree, tree);
H A Dexpr.cc897 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 Dd-codegen.cc1560 build_array_index (tree ptr, tree index) in build_array_index() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h576 extern tree build_array_index (tree, tree);
H A Dintrinsics.cc309 ptr = build_array_index (ptr, fold_build2 (TRUNC_DIV_EXPR, type, in expand_intrinsic_bt()
H A DChangeLog-2015282 (build_array_index): Likewise.
296 (build_array_index): Likewise.
H A Dexpr.cc883 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 DChangeLog-2021608 * d-codegen.cc (build_array_index): Handle void arrays same as byte.
H A Dd-codegen.cc1655 build_array_index (tree ptr, tree index) in build_array_index() function
H A DChangeLog-2016753 (build_array_index): Likewise.
H A DChangeLog-2013585 (IRState::pointerIntSum): Rename to build_array_index.