Home
last modified time | relevance | path

Searched refs:check_cv_quals_for_unify (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dpt.c136 static int check_cv_quals_for_unify (int, tree, tree);
10343 check_cv_quals_for_unify (int strict, tree arg, tree parm) in check_cv_quals_for_unify() function
10462 && !check_cv_quals_for_unify (strict_in, arg, parm)) in unify()
10593 if (!check_cv_quals_for_unify (strict_in | UNIFY_ALLOW_LESS_CV_QUAL, in unify()
10906 && (!check_cv_quals_for_unify in unify()
10929 if (!check_cv_quals_for_unify (UNIFY_ALLOW_NONE, arg, parm)) in unify()
DChangeLog-20021583 * pt.c (check_cv_quals_for_unify): Disable function & method cases.
3868 (check_cv_quals_for_unify): Cope with allowing bad qualifications
DChangeLog-19981169 (check_cv_quals_for_unify): Likewise.
4532 (check_cv_quals_for_unify): Likewise.
4541 check_cv_quals_for_unify. Remove bogus code that allowed
DChangeLog-20045428 * 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
DChangeLog-19994765 (check_cv_quals_for_unify): Don't handle FUNCTION_TYPEs specially.
4777 (check_cv_quals_for_unify): Don't allow a qualified function
DChangeLog-20013480 (check_cv_quals_for_unify): Use new unify qualifier flags.