Home
last modified time | relevance | path

Searched defs:report (Results 1 – 25 of 100) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_report.cpp46 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local
57 ScopedAllocatorErrorReport report("reallocarray-overflow", stack); in ReportReallocArrayOverflow() local
68 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local
79 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local
89 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local
107 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local
121 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local
130 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local
139 ScopedAllocatorErrorReport report("rss-limit-exceeded", stack); in ReportRssLimitExceeded() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_report.cc45 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local
55 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local
66 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local
76 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local
94 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local
107 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local
116 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cc47 ScopedAllocatorErrorReport report("calloc-overflow", stack); in ReportCallocOverflow() local
57 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); in ReportPvallocOverflow() local
68 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); in ReportInvalidAllocationAlignment() local
78 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); in ReportInvalidAlignedAllocAlignment() local
96 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment", in ReportInvalidPosixMemalignAlignment() local
109 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); in ReportAllocationSizeTooBig() local
118 ScopedAllocatorErrorReport report("out-of-memory", stack); in ReportOutOfMemory() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_debugging.cc67 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
86 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag()
93 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
103 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
119 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
138 int __tsan_get_report_loc_object_type(void *report, uptr idx, in __tsan_get_report_loc_object_type()
148 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex()
161 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread()
177 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_debugging.cpp72 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
91 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag()
98 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
108 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
124 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
143 int __tsan_get_report_loc_object_type(void *report, uptr idx, in __tsan_get_report_loc_object_type()
153 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex()
166 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread()
182 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_debugging.cc65 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
84 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag()
91 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
101 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
117 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
136 int __tsan_get_report_loc_object_type(void *report, uptr idx, in __tsan_get_report_loc_object_type()
146 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex()
159 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread()
175 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp49 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
73 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
H A DTaintTesterChecker.cpp55 auto report = std::make_unique<PathSensitiveBugReport>(*BT, "tainted", N); in checkPostStmt() local
H A DArrayBoundChecker.cpp78 auto report = in checkLocation() local
H A DReturnPointerRangeChecker.cpp87 auto report = in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DScanView.py103 def __init__(self, report, reporter, parameters, server): argument
261 def load_report(self, report): argument
418 def send_open_report(self, report): argument
441 def get_report_context(self, report): argument
510 def send_report(self, report, configOverrides=None): argument
H A DReporter.py112 def fileReport(self, report, parameters): argument
153 def fileReport(self, report, parameters): argument
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dfilesystem_common.h157 T report(const error_code& ec) const { in report() function
194 T report(const error_code& ec, const char* msg, ...) const { in report() function
211 T report(errc const& err) const { in report() function
216 T report(errc const& err, const char* msg, ...) const { in report() function
/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dcolour_reporter.rb11 def report(message) method
H A Dunity_test_summary.rb17 attr_reader :report, :total_tests, :failures, :ignored accessor in UnityTestSummary
/netbsd-src/external/bsd/kyua-atf-compat/dist/
H A Datf-report.sh135 report() { function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp39 auto report = in checkPreStmt() local
/netbsd-src/usr.sbin/bootp/common/
H A Dreport.c95 report(int priority, const char *fmt,...) in report() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_runner.cc69 BenchmarkReporter::Run report; in CreateRunReport() local
329 BenchmarkReporter::Run report = CreateRunReport( in DoOneRepetition() local
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/s390/
H A Ds390-common.cc123 s390_supports_split_stack (bool report, in s390_supports_split_stack()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dpatch_tester.sh208 report () { function
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dpatch_tester.sh208 report () { function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/rs6000/
H A Drs6000-common.c252 rs6000_supports_split_stack (bool report, in rs6000_supports_split_stack()
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/rs6000/
H A Drs6000-common.cc252 rs6000_supports_split_stack (bool report, in rs6000_supports_split_stack()
/netbsd-src/bin/sleep/
H A Dsleep.c210 report(const time_t remain, const time_t original, const char * const msg) in report() function

1234