Searched refs:skipping (Results 1 - 19 of 19) sorted by relevance

/haiku-buildtools/legacy/binutils/etc/
H A Dtexi2pod.pl27 $skipping = 0;
144 # if we are skipping.
147 # cause us to skip, if we are presently skipping.
149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
157 $skipping = pop @skstack;
170 # We must handle commands which can cause skipping even while we
171 # are skipping, otherwise we will not process nested conditionals
175 push @skstack, $skipping;
177 $skipping = 1 unless exists $defs{$1};
183 push @skstack, $skipping;
[all...]
/haiku-buildtools/binutils/etc/
H A Dtexi2pod.pl27 $skipping = 0;
144 # if we are skipping.
147 # cause us to skip, if we are presently skipping.
149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
157 $skipping = pop @skstack;
172 # We must handle commands which can cause skipping even while we
173 # are skipping, otherwise we will not process nested conditionals
177 push @skstack, $skipping;
179 $skipping = 1 unless exists $defs{$1};
185 push @skstack, $skipping;
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dmpx-inval-1.l5 .*:8: Warning: skipping prefixes on this instruction
7 .*:9: Warning: skipping prefixes on this instruction
30 .* Warning: skipping prefixes on this instruction
34 .* Warning: skipping prefixes on this instruction
/haiku-buildtools/gcc/contrib/
H A Dtexi2pod.pl27 $skipping = 0;
144 # if we are skipping.
147 # cause us to skip, if we are presently skipping.
149 next if $skipping && $ended !~ /^(?:ifset|ifclear|ignore|menu|iftex|copying)$/;
157 $skipping = pop @skstack;
172 # We must handle commands which can cause skipping even while we
173 # are skipping, otherwise we will not process nested conditionals
177 push @skstack, $skipping;
179 $skipping = 1 unless exists $defs{$1};
185 push @skstack, $skipping;
[all...]
/haiku-buildtools/gcc/libcpp/
H A Ddirectives-only.c93 if (!pfile->state.skipping && next_line != base)
223 if (!pfile->state.skipping && cur != base)
H A Ddirectives.c36 bool was_skipping; /* If were skipping on entry. */
340 bool was_skipping = pfile->state.skipping;
345 pfile->state.skipping = false;
353 pfile->state.skipping = was_skipping;
369 if (! pfile->state.skipping)
443 && ! pfile->state.skipping)
479 skipping or not, we should lex angle-bracketed headers
485 if (pfile->state.skipping && !(dir->flags & COND))
499 else if (!pfile->state.skipping)
1884 if (! pfile->state.skipping)
[all...]
H A Dlex.c1184 && !pfile->state.skipping)
1216 if (CPP_OPTION (pfile, warn_dollars) && !pfile->state.skipping)
1262 && !pfile->state.skipping, 0))
1351 && !pfile->state.skipping, 0))
1763 if (CPP_OPTION (pfile, warn_literal_suffix) && !pfile->state.skipping)
1875 if (saw_NUL && !pfile->state.skipping)
1892 if (CPP_OPTION (pfile, warn_literal_suffix) && !pfile->state.skipping)
2152 optimization and skipping. */
2199 if (pfile->cb.line_change && !pfile->state.skipping)
2212 if (!pfile->state.skipping || resul
[all...]
H A Dtraditional.c311 || pfile->state.skipping);
506 if (!pfile->state.skipping && (quote == 0 || macro))
H A Dcharset.c1062 if (CPP_OPTION (pfile, warn_dollars) && !pfile->state.skipping)
H A Dexpr.c1076 if (!pfile->state.skipping)
1113 The remaining cases are '(' and ')'. We handle '(' by skipping the
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58464.C54 unsigned skipping; member in struct:lexer_state
211 if (saw_NUL && pfile->state.skipping)
/haiku-buildtools/gcc/gcc/testsuite/ada/acats/
H A Drun_all.sh241 display "*** CHAPTER $chapter does not exist, skipping."
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dmode1o.asm31 C It's not worth skipping a step at the end when high<divisor since the main
/haiku-buildtools/legacy/binutils/bfd/
H A Dcofflink.c1295 loop in _bfd_coff_link_input_bfd() and used to prevent skipping
2127 bfd_boolean skipping;
2153 skipping = FALSE;
2179 skipping = TRUE;
2218 skipping = FALSE;
2224 if (!skipping)
2126 bfd_boolean skipping; local
/haiku-buildtools/binutils/bfd/
H A Dcofflink.c1358 loop in _bfd_coff_link_input_bfd() and used to prevent skipping
2199 bfd_boolean skipping;
2225 skipping = FALSE;
2251 skipping = TRUE;
2290 skipping = FALSE;
2296 if (!skipping)
2198 bfd_boolean skipping; local
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Ddivrem_1.asm62 C The test for skipping a division is branch free (once size>=1 is tested).
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Ddivrem_1.asm67 C The test for skipping a division is branch free (once size>=1 is tested).
/haiku-buildtools/gcc/libgcc/config/avr/
H A Dlib1funcs.S602 ;; Some cores have problem skipping 2-word instruction
2824 ;; Some cores have problem skipping 2-word instruction
3282 ;; Some cores have problem skipping 2-word instruction
/haiku-buildtools/isl/doc/
H A Dimplementation.tex1473 the transitive closure, skipping the decomposition.

Completed in 161 milliseconds