Searched refs:skipped (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dvmi_class_type_info.cc117 bool skipped = false; local
142 skipped = true;
293 if (skipped && first_pass)
296 // the bases we skipped (if any).
/haiku-buildtools/jam/
H A Dmake1.c80 int skipped; member in struct:__anon2330
112 if( DEBUG_MAKE && counts->skipped )
113 printf( "...skipped %d target(s)...\n", counts->skipped );
205 ++counts->skipped;
206 // printf( "...skipped %s for lack of %s...\n", t->name, failed );
424 /* RULE_TOGETHER, so actions already seen are skipped. */
/haiku-buildtools/legacy/gcc/libchill/
H A Dformat.c230 int skipped = 0; local
235 skipped++;
237 return skipped;
246 int skipped = 0; local
250 skipped++;
253 printf( "skipping '%c' until %d: %d\n", paddingchar, limit, skipped );
255 return skipped;
264 int skipped = 0; local
267 skipped++;
271 paddingchar, start, limit, skipped );
850 int skipped; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixinc.interix99 echo No files found in $INPUT\; skipped
/haiku-buildtools/gcc/libbacktrace/
H A DMakefile.in569 skipped=""; \
572 skipped="($$skip test was not run)"; \
574 skipped="($$skip tests were not run)"; \
576 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
577 dashes="$$skipped"; \
592 test -z "$$skipped" || echo "$$skipped"; \
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Ddivrem_1.asm63 C The store to the destination high limb is 0 when a divide is skipped, or
64 C if it's not skipped then a copy of the src high limb is stored. The
78 C always be skipped, since the high destination limb is always 0 or 1 in
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Ddivrem_1.asm68 C The store to the destination high limb is 0 when a divide is skipped, or
69 C if it's not skipped then a copy of the src high limb is used. The latter
78 C always be skipped, since the high destination limb is always 0 or 1 in
404 C skipped a division.
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dce.c364 bool skipped = false; local
378 skipped = true;
386 if (!skipped)
H A Dtarghooks.c396 const char *skipped = name + (*name == '*' ? 1 : 0); local
397 const char *stripped = targetm.strip_name_encoding (skipped);
H A Dipa-devirt.c2845 bool skipped = false; local
3041 skipped = true;
3119 && (!skipped
3125 if (skipped)
H A Dvar-tracking.c8347 /* We found entries with ENTRY_VALUEs and skipped them. Since
10239 vt_debug_insns_local (bool skipped ATTRIBUTE_UNUSED)
/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck2.c1337 int skipped = 0;
1393 if (skipped > 0)
1397 skipped = -1;
1447 || skipped < 0)
1454 skipped = 1;
1333 int skipped = 0; local
/haiku-buildtools/legacy/binutils/ld/scripttempl/
H A Delfi370.sc109 that no actual memory is lost; the page which is skipped can not
/haiku-buildtools/gcc/gcc/config/i386/
H A Dwinnt.c317 const char *skipped = name + (*name == '*' ? 1 : 0);
318 const char *stripped = targetm.strip_name_encoding (skipped);
316 const char *skipped = name + (*name == '*' ? 1 : 0); local
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun.go38 showSkips = flag.Bool("show_skips", false, "show skipped tests")
207 // skipError describes why a test was skipped.
464 t.err = skipError("skipped; unknown pattern: " + action)
/haiku-buildtools/gcc/gmp/mpn/x86/p6/mmx/
H A Ddivrem_1.asm358 C skipped a division.
/haiku-buildtools/gcc/libgcc/config/avr/
H A Dlib1funcs.S1281 clt ; skipped
/haiku-buildtools/isl/doc/
H A Dimplementation.tex1460 is skipped on the components that still need to be handled.

Completed in 154 milliseconds