Searched refs:maybe_convert_cond (Results 1 – 5 of 5) sorted by relevance
52 static tree maybe_convert_cond PARAMS ((tree));183 maybe_convert_cond (cond) in maybe_convert_cond() function257 cond = maybe_convert_cond (cond);319 cond = maybe_convert_cond (cond);384 cond = maybe_convert_cond (cond);457 cond = maybe_convert_cond (cond);
2296 * semantics.c (maybe_convert_cond): New function.2299 (finish_if_stmt_cond): Use maybe_convert_cond.
56 static tree maybe_convert_cond (tree);578 maybe_convert_cond (tree cond) in maybe_convert_cond() function649 finish_cond (&IF_COND (if_stmt), maybe_convert_cond (cond)); in finish_if_stmt_cond()713 finish_cond (&WHILE_COND (while_stmt), maybe_convert_cond (cond)); in finish_while_stmt_cond()752 cond = maybe_convert_cond (cond); in finish_do_stmt()831 finish_cond (&FOR_COND (for_stmt), maybe_convert_cond (cond)); in finish_for_cond()3404 t = maybe_convert_cond (t); in finish_omp_clauses()
3685 * semantics.c (maybe_convert_cond):