Searched refs:get_bindings_real (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | pt.c | 139 static tree get_bindings_real PARAMS ((tree, tree, tree, int, int, int)); 9526 targs = get_bindings_real (pat1, DECL_TEMPLATE_RESULT (pat2), 9531 targs = get_bindings_real (pat2, DECL_TEMPLATE_RESULT (pat1), 9575 get_bindings_real (fn, decl, explicit_args, check_rettype, deduce, len) in get_bindings_real() function 9635 return get_bindings_real (fn, decl, explicit_args, 1, DEDUCE_EXACT, -1); 9645 return get_bindings_real (fn, decl, explicit_args, 0, DEDUCE_EXACT, -1);
|
H A D | ChangeLog | 3246 (get_bindings_real): Likewise. 5377 unify, get_bindings_real, do_type_instantiation, 9449 (get_bindings_real): Add DEDUCE parameter. 9454 (more_specialized): Add DEDUCE parameter. Call get_bindings_real 9459 (get_bindings_real): Add DEDUCE parameter. 9460 (get_bindings): Adjust call to get_bindings_real. 9919 (get_bindings_real): Strip 'this', pass len. 15668 (get_bindings_real): Only pass return type when necessary.
|
H A D | ChangeLog.2 | 1052 (get_bindings_real): Use make_tree_vec. 6361 (get_bindings_real): Simplify handling of static members. 7667 (get_bindings_real): Likewise. 9749 (get_bindings_real): Don't call complete_template_args. 11331 (get_bindings_real): Adjust. 11900 (tsubst_friend_function, get_bindings_real): Likewise. 12351 * pt.c (get_bindings_real): Rename from get_bindings. Add
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-2001 | 3472 (get_bindings_real): Add DEDUCE parameter. 3477 (more_specialized): Add DEDUCE parameter. Call get_bindings_real 3482 (get_bindings_real): Add DEDUCE parameter. 3483 (get_bindings): Adjust call to get_bindings_real.
|
H A D | ChangeLog-1998 | 879 (get_bindings_real): Likewise. 2961 (get_bindings_real): Don't call complete_template_args. 4543 (get_bindings_real): Adjust. 5112 (tsubst_friend_function, get_bindings_real): Likewise. 5563 * pt.c (get_bindings_real): Rename from get_bindings. Add
|
H A D | ChangeLog-2002 | 1843 (get_bindings_real): Likewise. 3974 unify, get_bindings_real, do_type_instantiation,
|
H A D | ChangeLog | 6118 (get_bindings_real): Rename to ... 6143 (most_specialized_instantiation): Use get_bindings_real directly.
|
H A D | ChangeLog-1999 | 1052 (get_bindings_real): Use make_tree_vec. 6361 (get_bindings_real): Simplify handling of static members.
|
H A D | ChangeLog-2000 | 47 (get_bindings_real): Strip 'this', pass len. 5796 (get_bindings_real): Only pass return type when necessary.
|