Home
last modified time | relevance | path

Searched refs:check_converting (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcall.c4772 bool check_converting; in add_candidates() local
4784 check_converting = !!(flags & LOOKUP_ONLYCONVERTING); in add_candidates()
4804 check_converting in add_candidates()
4811 check_converting = false; in add_candidates()
4830 if (check_converting && DECL_NONCONVERTING_P (fn)) in add_candidates()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcall.c5448 bool check_converting = false; in add_candidates() local
5459 check_converting = (flags & LOOKUP_ONLYCONVERTING) != 0; in add_candidates()
5479 check_converting in add_candidates()
5497 if (check_converting && DECL_NONCONVERTING_P (fn)) in add_candidates()