Searched refs:old_fn (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dvnet.c663 vnet_log_recursion(struct vnet *old_vnet, const char *old_fn, int line) argument
669 if (vnr->prev_fn == old_fn &&
678 vnr->prev_fn = old_fn;
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c2137 tree old_fn = OVL_CURRENT (tmp1);
2139 if (new_fn == old_fn)
2145 TYPE_ARG_TYPES (TREE_TYPE (old_fn))))
2147 gcc_assert (!DECL_ANTICIPATED (old_fn)
2148 || DECL_HIDDEN_FRIEND_P (old_fn));
2153 if (decls_match (new_fn, old_fn))
2134 tree old_fn = OVL_CURRENT (tmp1); local

Completed in 123 milliseconds