Searched refs:unification_kind_t (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | call.c | 187 tree, tree, tree, int, unification_kind_t, tsubst_flags_t); 190 tree, tree, tree, int, tree, unification_kind_t, tsubst_flags_t); 477 unification_kind_t strict; 694 tree return_type, unification_kind_t strict, in template_unification_rejection() 3325 int flags, tree obj, unification_kind_t strict, in add_template_candidate_real() 3501 unification_kind_t strict, tsubst_flags_t complain) in add_template_candidate() 5772 unification_kind_t strict; in add_candidates()
|
H A D | pt.c | 144 unification_kind_t, int, 147 unification_kind_t, int, bool, bool); 162 static int maybe_adjust_types_for_deduction (unification_kind_t, tree*, tree*, 165 unsigned int, int, unification_kind_t, 189 tree, unification_kind_t, bool, bool); 21159 tree fn, unification_kind_t strict, int flags, in check_non_deducible_conversions() 21246 unification_kind_t strict, in fn_type_unification() 21589 maybe_adjust_types_for_deduction (unification_kind_t strict, in maybe_adjust_types_for_deduction() 21875 int subr, unification_kind_t strict, in unify_one_argument() 22028 unification_kind_t strict, in type_unification_real() [all …]
|
H A D | cp-tree.h | 5434 enum unification_kind_t { enum 6948 tree, unification_kind_t, int,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | call.cc | 178 tree, tree, tree, int, unification_kind_t, bool, tsubst_flags_t); 181 tree, tree, tree, int, tree, unification_kind_t, bool, tsubst_flags_t); 474 unification_kind_t strict; 692 tree return_type, unification_kind_t strict, in template_unification_rejection() 3397 int flags, tree obj, unification_kind_t strict, in add_template_candidate_real() 3639 unification_kind_t strict, bool shortcut_bad_convs, in add_template_candidate() 6075 unification_kind_t strict; in add_candidates()
|
H A D | pt.cc | 140 unification_kind_t, int, 143 unification_kind_t, int, bool, bool); 155 static int check_non_deducible_conversion (tree, tree, unification_kind_t, int, 157 static int maybe_adjust_types_for_deduction (tree, unification_kind_t, 160 unsigned int, int, unification_kind_t, 184 tree, unification_kind_t, bool, bool); 21975 tree fn, unification_kind_t strict, int flags, in check_non_deducible_conversions() 22062 unification_kind_t strict, in fn_type_unification() 22461 unification_kind_t strict, in maybe_adjust_types_for_deduction() 22558 check_non_deducible_conversion (tree parm, tree arg, unification_kind_t strict, in check_non_deducible_conversion() [all …]
|
H A D | cp-tree.h | 5676 enum unification_kind_t { enum 7332 tree, unification_kind_t, int,
|
H A D | ChangeLog | 2079 parameter to unification_kind_t and directly test for DEDUCE_CALL.
|
H A D | ChangeLog-2001 | 3466 * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
|
H A D | ChangeLog-1998 | 4523 * cp-tree.h (unification_kind_t): New type.
|