Home
last modified time | relevance | path

Searched refs:new_fn (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDname-lookup.c2124 tree new_fn = OVL_CURRENT (tmp); in do_nonmember_using_decl() local
2136 if (new_fn == old_fn) in do_nonmember_using_decl()
2141 else if (compparms (TYPE_ARG_TYPES (TREE_TYPE (new_fn)), in do_nonmember_using_decl()
2150 if (decls_match (new_fn, old_fn)) in do_nonmember_using_decl()
/NextBSD/contrib/gcc/doc/
HDextend.texi3132 int new_fn () @{ return old_var; @}