Searched refs:check_cv_quals_for_unify (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c137 static int check_cv_quals_for_unify PROTO((int, tree, tree));
8075 check_cv_quals_for_unify (strict, arg, parm)
8143 && !check_cv_quals_for_unify (strict, arg, parm))
8229 if (!check_cv_quals_for_unify (strict | UNIFY_ALLOW_LESS_CV_QUAL,
8074 check_cv_quals_for_unify (strict, arg, parm) function
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c177 static int check_cv_quals_for_unify (int, tree, tree);
17712 check_cv_quals_for_unify (int strict, tree arg, tree parm)
18191 && !check_cv_quals_for_unify (strict_in, arg, parm))
18367 if (!check_cv_quals_for_unify (strict_in | UNIFY_ALLOW_LESS_CV_QUAL,
18711 && (!check_cv_quals_for_unify
18739 if (!check_cv_quals_for_unify (UNIFY_ALLOW_NONE, arg, parm))
17711 check_cv_quals_for_unify (int strict, tree arg, tree parm) function

Completed in 272 milliseconds