Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcov.c1982 function_t *fn, *fn_p, *fn_n; in accumulate_line_counts() local
1986 for (fn = src->functions, fn_p = NULL; fn; in accumulate_line_counts()
1987 fn_p = fn, fn = fn_n) in accumulate_line_counts()
1990 fn->line_next = fn_p; in accumulate_line_counts()
1992 src->functions = fn_p; in accumulate_line_counts()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcall.c7070 tree *fn_p, tsubst_flags_t complain) in build_new_method_call_1() argument
7094 if (fn_p) in build_new_method_call_1()
7095 *fn_p = NULL_TREE; in build_new_method_call_1()
7348 if (fn_p) in build_new_method_call_1()
7349 *fn_p = fn; in build_new_method_call_1()
7415 tree *fn_p, tsubst_flags_t complain) in build_new_method_call() argument
7420 fn_p, complain); in build_new_method_call()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcall.c9055 tree *fn_p, tsubst_flags_t complain) in build_new_method_call_1() argument
9078 if (fn_p) in build_new_method_call_1()
9079 *fn_p = NULL_TREE; in build_new_method_call_1()
9384 if (fn_p) in build_new_method_call_1()
9385 *fn_p = fn; in build_new_method_call_1()
9458 tree *fn_p, tsubst_flags_t complain) in build_new_method_call() argument
9463 fn_p, complain); in build_new_method_call()