Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcall.cc6074 bool check_converting = false; in add_candidates() local
6085 check_converting = (flags & LOOKUP_ONLYCONVERTING) != 0; in add_candidates()
6105 check_converting in add_candidates()
6147 if (check_converting && DECL_NONCONVERTING_P (fn)) in add_candidates()