Searched refs:t_type_ptr (Results 1 – 2 of 2) sorted by relevance
1096 tree t_type_ptr = TREE_TYPE (t_ptr); in new_array_access() local1097 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()
1475 tree t_type_ptr = TREE_TYPE (t_ptr); in new_array_access() local1476 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()