Home | History | Annotate | Download | only in gcc

Lines Matching refs:standalone

182       def->standalone = 0;
319 TIMEVAR cannot be running as a standalone timer. */
342 /* Can't push a standalone timer. */
343 gcc_assert (!tv->standalone);
453 gcc_assert (!tv->standalone);
454 tv->standalone = 1;
480 gcc_assert (tv->standalone);
481 tv->standalone = 0; /* Enable a restart. */
513 if (tv->standalone)
518 tv->standalone = 1;
549 gcc_assert (tv->standalone);
550 tv->standalone = 0; /* Enable a restart. */