Searched refs:build_overload (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/gcc/cp/ |
| HD | name-lookup.c | 2171 *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()
|
| HD | tree.c | 909 build_overload (tree decl, tree chain) in build_overload() function
|
| HD | cp-tree.h | 4453 extern tree build_overload (tree, tree);
|
| HD | ChangeLog-1998 | 506 * 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,
|
| HD | class.c | 1083 overload = build_overload (method, current_fns); in add_method()
|