Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1096 tree t_type_ptr = TREE_TYPE (t_ptr); in new_array_access() local
1097 tree t_type_star_ptr = TREE_TYPE (t_type_ptr); in new_array_access()
1099 if (TREE_CODE (t_type_ptr) == ARRAY_TYPE) in new_array_access()
1115 tree t_address = build2 (POINTER_PLUS_EXPR, t_type_ptr, t_ptr, t_offset); in new_array_access()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1475 tree t_type_ptr = TREE_TYPE (t_ptr); in new_array_access() local
1476 tree t_type_star_ptr = TREE_TYPE (t_type_ptr); in new_array_access()
1478 if (TREE_CODE (t_type_ptr) == ARRAY_TYPE) in new_array_access()
1497 POINTER_PLUS_EXPR, t_type_ptr, t_ptr, t_offset); in new_array_access()