Home
last modified time | relevance | path

Searched refs:OVL_CHAIN (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDtree.c864 || (TREE_CODE (x) == OVERLOAD && OVL_CHAIN (x))) in is_overloaded_fn()
1596 return cp_tree_equal (OVL_CHAIN (t1), OVL_CHAIN (t2)); in cp_tree_equal()
2036 WALK_SUBTREE (OVL_CHAIN (*tp)); in cp_walk_subtrees()
HDdump.c363 dump_child ("chan", OVL_CHAIN (t)); in cp_dump_tree()
HDerror.c825 if (OVL_CHAIN (t)) in dump_decl()
HDChangeLog-2002295 (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN.
1928 * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not
4296 (OVL_CHAIN): Whitespace.
HDname-lookup.c4692 for (; n; n = OVL_CHAIN (n)) in arg_assoc()
HDcp-tree.h309 #define OVL_CHAIN(NODE) TREE_CHAIN (NODE) macro
HDChangeLog-19984631 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED):
4654 (build_new_function_call): Iterate using OVL_CHAIN.
4770 * lex.c (identifier_type): Loop using OVL_CHAIN.
HDdecl.c11398 if (OVL_CHAIN (olddecl) == NULL_TREE) in fn_previously_found()
HDpt.c13210 tmpl = OVL_CHAIN (tmpl); in dependent_template_p()