Searched refs:errs (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/binutils/gold/testsuite/
H A Djustsyms_exec.c33 static int errs = 0; variable
43 errs++;
55 return errs;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc13.C6 int errs = 0; variable
23 ++errs;
31 ++errs;
48 if (errs) {
/haiku-buildtools/gcc/mpfr/src/
H A Deint.c39 mpfr_t erru, errs; local
61 MPFR_GROUP_INIT_3 (group, 31, eps, erru, errs);
78 mpfr_set_ui (errs, 0, MPFR_RNDN);
104 mpfr_add (errs, errs, erru, MPFR_RNDU);
105 /* we are done when t is smaller than errs */
110 if (sizeinbase < MPFR_GET_EXP (errs))
129 mpfr_add (errs, errs, eps, MPFR_RNDU);
132 /* errs wa
[all...]
H A Dsin_cos.c573 mpfr_exp_t err, errs, errc; local
645 errs = err - MPFR_EXP(ts);
647 if ((s == NULL || MPFR_CAN_ROUND (ts, w - errs, MPFR_PREC(s), rnd)) &&
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dar.exp48 set status [catch "set f [open tmpdir/$n1 w]" errs]
50 verbose -log "open tmpdir/$n1 returned $errs"
60 set status [catch "set f [open tmpdir/$n2 w]" errs]
62 verbose -log "open tmpdir/$n2 returned $errs"
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun.go698 var errs []error
734 errs = append(errs, fmt.Errorf("%s:%d: missing error %q", we.file, we.lineNum, we.reStr))
747 errs = append(errs, fmt.Errorf("%s:%d: no match for %#q in:\n\t%s", we.file, we.lineNum, we.reStr, strings.Join(out[n:], "\n\t")))
753 errs = append(errs, fmt.Errorf("Unmatched Errors:"))
755 errs = append(errs, fmt.Errorf("%s", errLine))
759 if len(errs)
[all...]
/haiku-buildtools/isl/interface/
H A Dextract_interface.cc206 return new TextDiagnosticPrinter(llvm::errs(), new DiagnosticOptions());
214 return new TextDiagnosticPrinter(llvm::errs(), DO);
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dar.exp54 set status [catch "set f [open tmpdir/$n1 w]" errs]
56 verbose -log "open tmpdir/$n1 returned $errs"
66 set status [catch "set f [open tmpdir/$n2 w]" errs]
68 verbose -log "open tmpdir/$n2 returned $errs"
/haiku-buildtools/legacy/gcc/libiberty/
H A DMakefile.in209 rm -rf *.o pic core errs \#* *.E a.out
/haiku-buildtools/legacy/gcc/
H A DMakefile.in1029 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c6002 int errs = errorcount, warns = warningcount + werrorcount; local
6007 if (errorcount > errs || warningcount + werrorcount > warns)
8539 int errs = errorcount + sorrycount;
8540 if (lev == NULL || errs == 0 || !neglectable_inst_p (decl))
8547 return (lev && errs > lev->errors);
10639 int errs = errorcount + sorrycount;
10687 if (errorcount+sorrycount > errs
8538 int errs = errorcount + sorrycount; local
10638 int errs = errorcount + sorrycount; local
H A Dcall.c3021 int errs; local
3064 errs = errorcount+sorrycount;
3074 if (errorcount+sorrycount == errs)
H A Dparser.c32234 int errs;
32352 errs = errorcount;
32447 if (errs != errorcount)
32230 int errs; local
/haiku-buildtools/legacy/binutils/libiberty/
H A DMakefile.in426 -rm -rf *.o pic core errs \#* *.E a.out
/haiku-buildtools/gcc/
H A DMakefile.tpl797 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
H A DMakefile.in2301 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
[all...]
/haiku-buildtools/binutils/
H A DMakefile.tpl810 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
H A DMakefile.in2316 -rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
[all...]
/haiku-buildtools/gcc/libiberty/
H A DMakefile.in445 -rm -rf *.$(objext) pic noasan core errs \#* *.E a.out
/haiku-buildtools/binutils/libiberty/
H A DMakefile.in446 -rm -rf *.$(objext) pic noasan core errs \#* *.E a.out
/haiku-buildtools/gcc/gcc/c/
H A Dc-parser.c14457 int errs = errorcount;
14618 if (errs != errorcount)
14452 int errs = errorcount; local

Completed in 767 milliseconds