Searched refs:from_ref (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | df-problems.cc | 2382 struct df_link *from_ref) in df_chain_copy() argument 2384 while (from_ref) in df_chain_copy() 2386 df_chain_create (to_ref, from_ref->ref); in df_chain_copy() 2387 from_ref = from_ref->next; in df_chain_copy()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | df-problems.c | 2342 struct df_link *from_ref) in df_chain_copy() argument 2344 while (from_ref) in df_chain_copy() 2346 df_chain_create (to_ref, from_ref->ref); in df_chain_copy() 2347 from_ref = from_ref->next; in df_chain_copy()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | check.cc | 4262 gfc_ref *to_ref, *from_ref; in gfc_check_move_alloc() local 4264 from_ref = from->ref; in gfc_check_move_alloc() 4267 for (; from_ref && to_ref; in gfc_check_move_alloc() 4268 from_ref = from_ref->next, to_ref = to_ref->next) in gfc_check_move_alloc() 4274 && from_ref->u.ar.type != AR_FULL) in gfc_check_move_alloc() 4278 && to_ref->u.c.component != from_ref->u.c.component) in gfc_check_move_alloc()
|
| H A D | trans-expr.cc | 1426 tree from_ref; in gfc_copy_class_to_class() local 1505 from_ref = gfc_get_class_array_ref (index, from, from_data, in gfc_copy_class_to_class() 1507 vec_safe_push (args, from_ref); in gfc_copy_class_to_class()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | check.c | 4251 gfc_ref *to_ref, *from_ref; in gfc_check_move_alloc() local 4253 from_ref = from->ref; in gfc_check_move_alloc() 4256 for (; from_ref && to_ref; in gfc_check_move_alloc() 4257 from_ref = from_ref->next, to_ref = to_ref->next) in gfc_check_move_alloc() 4263 && from_ref->u.ar.type != AR_FULL) in gfc_check_move_alloc() 4267 && to_ref->u.c.component != from_ref->u.c.component) in gfc_check_move_alloc()
|
| H A D | trans-expr.c | 1332 tree from_ref; in gfc_copy_class_to_class() local 1411 from_ref = gfc_get_class_array_ref (index, from, from_data, in gfc_copy_class_to_class() 1413 vec_safe_push (args, from_ref); in gfc_copy_class_to_class()
|