Searched refs:fn_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dhpread.c3623 struct next_fn_field *fn_p;
3916 fn_p = fn_list;
3917 while (fn_p)
3919 if (DEPRECATED_STREQ (fn_p->field.name, method_name))
3921 fn_p = fn_p->next;
3925 if (!fn_p)
3943 fn_p = fn_list;
3951 if (++(fn_p->field.length) > fn_p
3608 struct next_fn_field *fn_p; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c922 function_t *fn, *fn_p, *fn_n;
924 for (fn_p = NULL, fn = functions; fn; fn_p = fn, fn = fn_n)
929 fn->next = fn_p;
953 functions = fn_p;
1561 function_t *fn, *fn_p, *fn_n;
1565 for (fn = src->functions, fn_p = NULL; fn;
1566 fn_p = fn, fn = fn_n)
1569 fn->line_next = fn_p;
1571 src->functions = fn_p;
921 function_t *fn, *fn_p, *fn_n; local
1559 function_t *fn, *fn_p, *fn_n; local
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c5340 tree *fn_p)
5363 if (fn_p)
5364 *fn_p = NULL_TREE;
5549 if (fn_p)
5550 *fn_p = fn;
5338 build_new_method_call(tree instance, tree fns, tree args, tree conversion_path, int flags, tree *fn_p) argument

Completed in 91 milliseconds