Home | History | Annotate | Download | only in gcc

Lines Matching refs:maybe

399    of local variables.  When MAYBE is set, all diagnostics will be of
404 diag_returned_locals (bool maybe, const locmap_t &locmap)
420 (maybe || argsloc.nargs > nargs
632 bool maybe = placeargsloc->nargs > placeargsloc->locvec.length ();
655 if (!maybe
817 bool maybe = argsloc->nargs > argsloc->locvec.length ();
818 if (!maybe)
819 maybe = !dominated_by_p (CDI_POST_DOMINATORS,
822 diag_returned_locals (maybe, locmap);
830 if (maybe)