Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c157 static int equal_functions (tree, tree);
3630 equal_functions (tree fn1, tree fn2) in equal_functions() function
3862 && equal_functions (fn, (*cand2)->fn)) in print_z_candidates()
11695 && equal_functions (cand1->fn, cand2->fn)) in joust()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc157 static int equal_functions (tree, tree);
3770 equal_functions (tree fn1, tree fn2) in equal_functions() function
4010 && equal_functions (fn, (*cand2)->fn)) in print_z_candidates()
12449 && 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-20103082 (equal_functions): Handle template candidates.
H A DChangeLog-2002466 * call.c (tourney, build_field_call, equal_functions, joust,
H A DChangeLog-20202496 * call.c (equal_functions): Use DECL_LOCAL_DECL_P.
H A DChangeLog-2000671 * call.c (equal_functions): Also call decls_match for extern "C" fns.