Searched refs:last_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1858 static unsigned short ** last_ptr = (void *) 0; local
1861 if (ptr != last_ptr)
1863 /* XXX: unregister last_ptr? */
1864 last_ptr = ptr;
1865 __mf_register (last_ptr, sizeof(last_ptr), __MF_TYPE_STATIC, "ctype_b_loc **");
1881 static int ** last_ptr = (void *) 0; local
1884 if (ptr != last_ptr)
1886 /* XXX: unregister last_ptr? */
1887 last_ptr
1904 static int ** last_ptr = (void *) 0; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Demit-rtl.c2389 rtx *last_ptr;
2462 last_ptr = NULL;
2469 if (last_ptr)
2470 copy_rtx_if_shared_1 (last_ptr);
2471 last_ptr = &XEXP (x, i);
2488 if (last_ptr)
2489 copy_rtx_if_shared_1 (last_ptr);
2490 last_ptr = &XVECEXP (x, i, j);
2497 if (last_ptr)
2499 orig1 = last_ptr;
2378 rtx *last_ptr; local
[all...]
H A Dtree-outof-ssa.c1437 find_value_in_list (value_expr_p list, int value, value_expr_p *last_ptr) argument
1447 if (last_ptr)
1448 *last_ptr = last;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c6751 unw_rec_list *last_ptr; local
6755 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next)
6758 last_ptr = ptr;
6759 if (last_ptr)
6761 /* Make last_ptr point one after the last prologue/body
6763 last_ptr = last_ptr->next;
6764 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr;
6772 md.slot[curr].unwind_record = last_ptr;

Completed in 111 milliseconds