Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dsemantics.c52 static tree maybe_convert_cond PARAMS ((tree));
183 maybe_convert_cond (cond) in maybe_convert_cond() function
257 cond = maybe_convert_cond (cond);
319 cond = maybe_convert_cond (cond);
384 cond = maybe_convert_cond (cond);
457 cond = maybe_convert_cond (cond);
DChangeLog.22296 * semantics.c (maybe_convert_cond): New function.
2299 (finish_if_stmt_cond): Use maybe_convert_cond.
/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c56 static tree maybe_convert_cond (tree);
578 maybe_convert_cond (tree cond) in maybe_convert_cond() function
649 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()
DChangeLog-19992296 * semantics.c (maybe_convert_cond): New function.
2299 (finish_if_stmt_cond): Use maybe_convert_cond.
DChangeLog-20033685 * semantics.c (maybe_convert_cond):