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

/freebsd-11-stable/contrib/gcc/cp/
H A Dsemantics.c56 static tree maybe_convert_cond (tree);
578 maybe_convert_cond (tree cond) function
659 finish_cond (&IF_COND (if_stmt), maybe_convert_cond (cond));
727 finish_cond (&WHILE_COND (while_stmt), maybe_convert_cond (cond));
771 cond = maybe_convert_cond (cond);
855 finish_cond (&FOR_COND (for_stmt), maybe_convert_cond (cond));
3571 t = maybe_convert_cond (t);

Completed in 105 milliseconds