Home
last modified time | relevance | path

Searched refs:t_indirection (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1117 tree t_indirection = build1 (INDIRECT_REF, t_type_star_ptr, t_address); in new_array_access() local
1123 set_tree_location (t_indirection, loc); in new_array_access()
1126 return new lvalue (this, t_indirection); in new_array_access()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1499 tree t_indirection = fold_build1 (INDIRECT_REF, t_type_star_ptr, t_address); in new_array_access() local
1505 set_tree_location (t_indirection, loc); in new_array_access()
1508 return new lvalue (this, t_indirection); in new_array_access()