Home
last modified time | relevance | path

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 Dpt.c187 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 DChangeLog-20141483 * pt.c (check_cv_quals_for_unify): Implement resolution, disregard
1883 * pt.c (check_cv_quals_for_unify): Implement resolution, disregard
H A Dpt.cc182 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 DChangeLog-20021583 * pt.c (check_cv_quals_for_unify): Disable function & method cases.
3868 (check_cv_quals_for_unify): Cope with allowing bad qualifications
H A 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
H A DChangeLog-20182759 uses_deducible_template_parms, check_cv_quals_for_unify,
2977 maybe_adjust_types_for_deduction, check_cv_quals_for_unify, unify,
H A 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
H A 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
H A DChangeLog-20013480 (check_cv_quals_for_unify): Use new unify qualifier flags.
H A DChangeLog-20194071 check_cv_quals_for_unify, dependent_type_p_r): Likewise.