Searched refs:report (Results 1 - 25 of 97) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Ddefarg5.C10 void report(int d
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dbreak20.s15 # force some padding, to make objdump consistently report that there's some
H A Dtrap20.s16 # force some padding, to make objdump consistently report that there's some
H A Ddiv.s39 # force some padding, to make objdump consistently report that there's some
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dbreak20.s15 # force some padding, to make objdump consistently report that there's some
H A Dtrap20.s16 # force some padding, to make objdump consistently report that there's some
H A Ddiv.s39 # force some padding, to make objdump consistently report that there's some
/haiku-buildtools/binutils/gold/testsuite/
H A Dtest.h52 report() function in class:gold_testsuite::Test_framework
131 // Check that a condition is true. If it is false, report a failure.
137 : (::gold_testsuite::Test_framework::report()->fail(__FILE__, \
143 #define ERROR(msg) (::gold_testsuite::Test_framework::report()->error(msg))
/haiku-buildtools/binutils/binutils/
H A Dbucomm.h37 void report (const char *, va_list) ATTRIBUTE_PRINTF(1,0);
H A Dbucomm.c115 report (const char * format, va_list args)
130 report (format, args);
142 report (format, args);
113 report (const char * format, va_list args) function
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug260.go28 report := len(os.Args) > 1
35 if report {
48 if report {
60 if report {
H A Dbug482.go9 // caused gccgo to erroneously report "variable initializer refers to
/haiku-buildtools/cloog/osl/tests/
H A Dosl_test.c219 int report; local
222 wait(&report);
223 if (!WEXITSTATUS(report))
/haiku-buildtools/gcc/contrib/
H A Dtest_summary18 # report.
23 # in the mail report too.
36 -p: prepend specified file (or list of files: -p "a b") to the report
37 -i: append specified file (or list of files: -i "a b") to the report
H A Dupdate-copyright.py54 def report (self, filename, string): member in class:Errors
301 self.errors.report (pathname,
335 self.errors.report (pathname, 'missing copyright holder')
339 self.errors.report (pathname,
363 self.errors.report (pathname, str (e))
412 self.errors.report (pathname,
497 self.errors.report (None, 'unrecognised option: ' + arg)
512 self.errors.report (None, 'unrecognised directory: '
/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.h185 void report (const char *, va_list) ATTRIBUTE_PRINTF(1,0);
H A Dbucomm.c72 report (const char * format, va_list args)
85 report (format, args);
96 report (format, args);
70 report (const char * format, va_list args) function
/haiku-buildtools/gcc/gmp/demos/
H A Dprimes.c39 to build primes[]. Make report() a function pointer, as part of achieving
75 report (mpz_t prime) function
167 report (fr2);
330 report (tmp);
/haiku-buildtools/isl/doc/
H A Dmanual.tex1 \documentclass{report}
/haiku-buildtools/gcc/gcc/
H A Dgengtype-lex.l64 %option warn noyywrap nounput nodefault perf-report
/haiku-buildtools/gcc/libbacktrace/
H A DMakefile.in579 report=""; \
581 report="Please report to $(PACKAGE_BUGREPORT)"; \
582 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
583 dashes="$$report"; \
593 test -z "$$report" || echo "$$report"; \
/haiku-buildtools/gcc/gcc/cp/
H A Dcfns.h28 #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_report.cc591 // immediately after printing error report.
594 explicit ScopedInErrorReport(ReportData *report = nullptr) {
598 // Do not print more than one report, otherwise they will mix up.
607 // an error report will finish doing it.
614 if (report) report_data = *report;
617 // Make sure the registry and sanitizer report mutexes are locked while
618 // we're printing an error report.
627 // Destructor is NORETURN, as functions that report errors are.
986 ReportData report local
[all...]
/haiku-buildtools/gcc/gcc/common/config/i386/
H A Di386-common.c1028 ix86_supports_split_stack (bool report ATTRIBUTE_UNUSED,
1034 if (report)
1040 if (report)
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dexample.pas313 EXIT_ERR('deflate should report Z_STREAM_END');
436 EXIT_ERR('inflate should report DATA_ERROR');
473 EXIT_ERR('deflate should report Z_STREAM_END');

Completed in 230 milliseconds

1234