Searched refs:check_cv_quals_for_unify (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | pt.c | 187 static int check_cv_quals_for_unify (int, tree, tree); 22831 check_cv_quals_for_unify (int strict, tree arg, tree parm) in check_cv_quals_for_unify() function 23350 && !check_cv_quals_for_unify (strict_in, arg, parm)) in unify() 23454 if (!check_cv_quals_for_unify (strict_in | UNIFY_ALLOW_LESS_CV_QUAL, in unify() 23848 && (!check_cv_quals_for_unify in unify() 23899 if (!check_cv_quals_for_unify (UNIFY_ALLOW_NONE, arg, parm)) in unify()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2014 | 1483 * pt.c (check_cv_quals_for_unify): Implement resolution, disregard 1883 * pt.c (check_cv_quals_for_unify): Implement resolution, disregard
|
H A D | pt.cc | 182 static int check_cv_quals_for_unify (int, tree, tree); 23725 check_cv_quals_for_unify (int strict, tree arg, tree parm) in check_cv_quals_for_unify() function 24254 && !check_cv_quals_for_unify (strict_in, arg, parm)) in unify() 24362 if (!check_cv_quals_for_unify (strict_in | UNIFY_ALLOW_LESS_CV_QUAL, in unify() 24770 && (!check_cv_quals_for_unify in unify() 24821 if (!check_cv_quals_for_unify (UNIFY_ALLOW_NONE, arg, parm)) in unify()
|
H A D | ChangeLog-2002 | 1583 * pt.c (check_cv_quals_for_unify): Disable function & method cases. 3868 (check_cv_quals_for_unify): Cope with allowing bad qualifications
|
H A D | ChangeLog-1998 | 1169 (check_cv_quals_for_unify): Likewise. 4532 (check_cv_quals_for_unify): Likewise. 4541 check_cv_quals_for_unify. Remove bogus code that allowed
|
H A D | ChangeLog-2018 | 2759 uses_deducible_template_parms, check_cv_quals_for_unify, 2977 maybe_adjust_types_for_deduction, check_cv_quals_for_unify, unify,
|
H A D | ChangeLog-2004 | 5428 * pt.c (check_cv_quals_for_unify): Ignore bogus CV quals at outer 5441 * pt.c (check_cv_quals_for_unify): Correct logic for disallowed
|
H A D | ChangeLog-1999 | 4765 (check_cv_quals_for_unify): Don't handle FUNCTION_TYPEs specially. 4777 (check_cv_quals_for_unify): Don't allow a qualified function
|
H A D | ChangeLog-2001 | 3480 (check_cv_quals_for_unify): Use new unify qualifier flags.
|
H A D | ChangeLog-2019 | 4071 check_cv_quals_for_unify, dependent_type_p_r): Likewise.
|