Searched refs:active (Results 26 - 38 of 38) sorted by relevance

12

/haiku-buildtools/gcc/gcc/config/mcore/
H A Dmcore.c1594 bool active[2];
1615 active[0] = active[1] = false;
1638 active[next] = true;
1641 if (active[phase])
1643 active[phase] = false;
1651 while (active[next]);
1590 bool active[2]; local
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex65 % and turn on active characters that we couldn't do earlier because
68 \catcode`+=\active \catcode`\_=\active}
312 % will have two active spaces as part of the argument with the
313 % `itemize'. Here we remove all active spaces from #1, and assign the
316 % This loses if there are any *other* active characters besides spaces
332 % Change the active space to expand to nothing.
498 \ifnum\catcode13=\active \else
665 % Allow normal characters that we make active in the argument (a file name).
676 % Restore active char
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex65 % and turn on active characters that we couldn't do earlier because
68 \catcode`+=\active \catcode`\_=\active}
302 % will have two active spaces as part of the argument with the
303 % `itemize'. Here we remove all active spaces from #1, and assign the
306 % This loses if there are any *other* active characters besides spaces
322 % Change the active space to expand to nothing.
488 \ifnum\catcode13=\active \else
651 % Allow normal characters that we make active in the argument (a file name).
662 % Restore active char
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/m88k/
H A Dm88k.c697 int active[2];
703 active[0] = active[1] = FALSE;
740 active[next] = TRUE;
743 if (active[phase])
745 active[phase] = FALSE;
756 while (active[next]);
694 int active[2]; local
/haiku-buildtools/gcc/gcc/cp/
H A Dsearch.c555 /* Returns true if the innermost active scope is a class scope. */
564 /* Returns true if the innermost active scope is a namespace scope. */
1710 static int active = 0; /* We must not be called recursively. */
1714 gcc_assert (!active);
1715 active++;
1741 active--;
1707 static int active = 0; /* We must not be called recursively. */ local
/haiku-buildtools/gcc/gcc/config/xtensa/
H A Dxtensa.c1278 bool active[2];
1321 active[0] = active[1] = false;
1344 active[next] = true;
1347 if (active[phase])
1349 active[phase] = false;
1357 while (active[next]);
1276 bool active[2]; local
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Duse_only_3.inc119 LOGICAL :: active
129 LOGICAL :: active
/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c410 bitmap active = (bitmap)data; local
418 bitmap_set_bit (active, *v);
424 record conflicts between it and all currently active other partitions
430 bitmap active = (bitmap)data; local
437 if (v && bitmap_set_bit (active, *v))
443 EXECUTE_IF_SET_IN_BITMAP (active, 0, i, bi)
450 /* Helper routine for add_scope_conflicts, calculating the active partitions
552 bitmap active; local
554 active = (bitmap)bb->aux;
556 if (bitmap_ior_into (active, wor
[all...]
H A Dtree-eh.c616 size_t active, size; local
621 active = tf->goto_queue_active;
623 if (active >= size)
631 q = &tf->goto_queue[active];
632 tf->goto_queue_active = active + 1;
/haiku-buildtools/isl/
H A Disl_aff.c1943 int *active = NULL; local
1956 active = isl_local_space_get_active(aff->ls, aff->v->el + 2);
1957 if (!active)
1962 if (active[first + i]) {
1967 free(active);
1971 free(active);
/haiku-buildtools/gcc/libstdc++-v3/doc/
H A DMakefile.am453 ${xml_extradir}/lwg-active.html \
H A DMakefile.in541 ${xml_extradir}/lwg-active.html \
/haiku-buildtools/autoconf/lib/Autom4te/
H A DChannels.pm616 is the active one. C<dup_channel_setup ()> duplicates the first

Completed in 437 milliseconds

12