Searched refs:check_cv_quals_for_unify (Results 1 – 6 of 6) sorted by relevance
136 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() function10462 && !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()
1583 * pt.c (check_cv_quals_for_unify): Disable function & method cases.3868 (check_cv_quals_for_unify): Cope with allowing bad qualifications
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
5428 * pt.c (check_cv_quals_for_unify): Ignore bogus CV quals at outer5441 * pt.c (check_cv_quals_for_unify): Correct logic for disallowed
4765 (check_cv_quals_for_unify): Don't handle FUNCTION_TYPEs specially.4777 (check_cv_quals_for_unify): Don't allow a qualified function
3480 (check_cv_quals_for_unify): Use new unify qualifier flags.