Home
last modified time | relevance | path

Searched refs:equal_functions (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c125 static int equal_functions (tree, tree);
2412 equal_functions (tree fn1, tree fn2) in equal_functions() function
2475 && equal_functions (fn, (*cand2)->fn)) in print_z_candidates()
6330 && equal_functions (cand1->fn, cand2->fn)) in joust()
H A DChangeLog-1999683 * call.c (equal_functions): Use DECL_LOCAL_FUCNTION_P, not
3505 * call.c (equal_functions): Move here from tree.c.
6529 * tree.c (equal_functions): Fix name in prototype.
6563 * tree.c (equal_functions): New function.
H A DChangeLog-2002466 * call.c (tourney, build_field_call, equal_functions, joust,
H A DChangeLog-2000671 * call.c (equal_functions): Also call decls_match for extern "C" fns.