Searched refs:last_ptr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/gcclibs/libmudflap/ |
| D | mf-hooks2.c | 1858 static unsigned short ** last_ptr = (void *) 0; in WRAPPER2() local 1861 if (ptr != last_ptr) in WRAPPER2() 1864 last_ptr = ptr; in WRAPPER2() 1865 __mf_register (last_ptr, sizeof(last_ptr), __MF_TYPE_STATIC, "ctype_b_loc **"); in WRAPPER2() 1881 static int ** last_ptr = (void *) 0; in WRAPPER2() local 1884 if (ptr != last_ptr) in WRAPPER2() 1887 last_ptr = ptr; in WRAPPER2() 1888 __mf_register (last_ptr, sizeof(last_ptr), __MF_TYPE_STATIC, "ctype_toupper_loc **"); in WRAPPER2() 1904 static int ** last_ptr = (void *) 0; in WRAPPER2() local 1907 if (ptr != last_ptr) in WRAPPER2() [all …]
|
| /freebsd-10-stable/contrib/gcc/ |
| D | emit-rtl.c | 2378 rtx *last_ptr; in copy_rtx_if_shared_1() local 2451 last_ptr = NULL; in copy_rtx_if_shared_1() 2458 if (last_ptr) in copy_rtx_if_shared_1() 2459 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1() 2460 last_ptr = &XEXP (x, i); in copy_rtx_if_shared_1() 2477 if (last_ptr) in copy_rtx_if_shared_1() 2478 copy_rtx_if_shared_1 (last_ptr); in copy_rtx_if_shared_1() 2479 last_ptr = &XVECEXP (x, i, j); in copy_rtx_if_shared_1() 2486 if (last_ptr) in copy_rtx_if_shared_1() 2488 orig1 = last_ptr; in copy_rtx_if_shared_1()
|
| D | tree-outof-ssa.c | 1437 find_value_in_list (value_expr_p list, int value, value_expr_p *last_ptr) in find_value_in_list() argument 1447 if (last_ptr) in find_value_in_list() 1448 *last_ptr = last; in find_value_in_list()
|
| D | ChangeLog-1998 | 14268 (expand_function_start): Initialize last_ptr.
|
| /freebsd-10-stable/contrib/binutils/gas/config/ |
| D | tc-ia64.c | 6751 unw_rec_list *last_ptr; in emit_one_bundle() local 6755 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next) in emit_one_bundle() 6758 last_ptr = ptr; in emit_one_bundle() 6759 if (last_ptr) in emit_one_bundle() 6763 last_ptr = last_ptr->next; in emit_one_bundle() 6764 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr; in emit_one_bundle() 6772 md.slot[curr].unwind_record = last_ptr; in emit_one_bundle()
|