Home
last modified time | relevance | path

Searched refs:called_fns_equal (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc3853 called_fns_equal (tree t1, tree t2) in called_fns_equal() function
3974 if (!called_fns_equal (t1, t2)) in cp_tree_equal()
H A DChangeLog854 (called_fns_equal): Adjust to take two CALL_EXPRs instead of
857 (cp_tree_equal) <case CALL_EXPR>: Adjust call to called_fns_equal.
H A DChangeLog-20122795 * tree.c (called_fns_equal): Check template args.
H A DChangeLog-20205118 (called_fns_equal): Check DECL_CONTEXT.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c3615 called_fns_equal (tree t1, tree t2) in called_fns_equal() function
3734 || !called_fns_equal (CALL_EXPR_FN (t1), CALL_EXPR_FN (t2))) in cp_tree_equal()