Searched refs:OVL_CHAIN (Results 1 – 9 of 9) sorted by relevance
864 || (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()
363 dump_child ("chan", OVL_CHAIN (t)); in cp_dump_tree()
825 if (OVL_CHAIN (t)) in dump_decl()
295 (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN.1928 * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not4296 (OVL_CHAIN): Whitespace.
4692 for (; n; n = OVL_CHAIN (n)) in arg_assoc()
309 #define OVL_CHAIN(NODE) TREE_CHAIN (NODE) macro
4631 (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.
11398 if (OVL_CHAIN (olddecl) == NULL_TREE) in fn_previously_found()
13210 tmpl = OVL_CHAIN (tmpl); in dependent_template_p()