Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDname-lookup.c2171 *newval = build_overload (OVL_CURRENT (tmp), *newval); in do_nonmember_using_decl()
3496 s1 = build_overload (fn2, s1); in merge_functions()
3670 n = build_overload (OVL_CURRENT (o), n); in remove_hidden_names()
4302 k->functions = build_overload (fn, k->functions); in add_function()
HDtree.c909 build_overload (tree decl, tree chain) in build_overload() function
HDcp-tree.h4453 extern tree build_overload (tree, tree);
HDChangeLog-1998506 * tree.c (build_overload): Always create an OVERLOAD for a template.
4645 scratch_ovl_cons, ovl_member, build_overload): Declare.
4665 build_overload. Remove copying of method.
4827 (ovl_cons, scratch_ovl_cons, build_overload, build_overload_after,
HDclass.c1083 overload = build_overload (method, current_fns); in add_method()