Home
last modified time | relevance | path

Searched refs:d_array_ptr (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc525 return d_convert (build_ctype (totype), d_array_ptr (exp)); in convert_expr()
543 d_array_ptr (exp)); in convert_expr()
559 return indirect_ref (build_ctype (totype), d_array_ptr (exp)); in convert_expr()
892 tree ptr = d_array_ptr (expr); in convert_for_condition()
H A Dexpr.cc368 tree t1ptr = d_array_ptr (t1saved); in visit()
369 tree t2ptr = d_array_ptr (t2saved); in visit()
881 tree ptrexp = d_array_ptr (callexp); in visit()
964 d_array_ptr (t1), in visit()
972 result = build_memset_call (d_array_ptr (t1), size); in visit()
975 result = build_array_set (d_array_ptr (t1), in visit()
992 tree t1ptr = d_array_ptr (t1); in visit()
994 tree t2ptr = d_array_ptr (t2); in visit()
1184 d_array_ptr (result)); in visit()
H A Dd-tree.h529 extern tree d_array_ptr (tree);
H A DChangeLog-2018209 (d_array_ptr): Likewise.
H A Dd-codegen.cc277 d_array_ptr (tree exp) in d_array_ptr() function
H A DChangeLog-2013896 * d-codegen.cc (IRState::darrayPtrRef): Replace with d_array_ptr.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc525 return d_convert (build_ctype (totype), d_array_ptr (exp)); in convert_expr()
550 return indirect_ref (build_ctype (totype), d_array_ptr (exp)); in convert_expr()
798 tree ptr = d_array_ptr (expr); in convert_for_condition()
H A Dexpr.cc364 tree t1ptr = d_array_ptr (t1saved); in visit()
365 tree t2ptr = d_array_ptr (t2saved); in visit()
895 tree ptrexp = d_array_ptr (callexp); in visit()
974 d_array_ptr (t1), in visit()
987 result = build_call_expr (tmemset, 3, d_array_ptr (t1), in visit()
991 result = build_array_set (d_array_ptr (t1), in visit()
1009 tree result = build_call_expr (tmemcpy, 3, d_array_ptr (t1), in visit()
1010 d_array_ptr (t2), size); in visit()
1186 d_array_ptr (result)); in visit()
H A Dd-tree.h513 extern tree d_array_ptr (tree);
H A Dd-codegen.cc274 d_array_ptr (tree exp) in d_array_ptr() function