Searched refs:d_array_ptr (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-convert.cc | 525 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 D | expr.cc | 368 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 D | d-tree.h | 529 extern tree d_array_ptr (tree);
|
H A D | ChangeLog-2018 | 209 (d_array_ptr): Likewise.
|
H A D | d-codegen.cc | 277 d_array_ptr (tree exp) in d_array_ptr() function
|
H A D | ChangeLog-2013 | 896 * d-codegen.cc (IRState::darrayPtrRef): Replace with d_array_ptr.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-convert.cc | 525 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 D | expr.cc | 364 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 D | d-tree.h | 513 extern tree d_array_ptr (tree);
|
H A D | d-codegen.cc | 274 d_array_ptr (tree exp) in d_array_ptr() function
|