Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/compiler-rt/lib/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
138 ScopedAllocatorErrorReport report("rss-limit-exceeded", stack); in ReportRssLimitExceeded() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp74 int __tsan_get_report_data(void *report, const char **description, int *count, in __tsan_get_report_data()
93 int __tsan_get_report_tag(void *report, uptr *tag) { in __tsan_get_report_tag()
100 int __tsan_get_report_stack(void *report, uptr idx, void **trace, in __tsan_get_report_stack()
110 int __tsan_get_report_mop(void *report, uptr idx, int *tid, void **addr, in __tsan_get_report_mop()
126 int __tsan_get_report_loc(void *report, uptr idx, const char **type, in __tsan_get_report_loc()
145 int __tsan_get_report_loc_object_type(void *report, uptr idx, in __tsan_get_report_loc_object_type()
155 int __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, in __tsan_get_report_mutex()
168 int __tsan_get_report_thread(void *report, uptr idx, int *tid, tid_t *os_id, in __tsan_get_report_thread()
184 int __tsan_get_report_unique_tid(void *report, uptr idx, int *tid) { in __tsan_get_report_unique_tid()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h150 T report(const error_code& ec) const { in report() function
186 T report(const error_code& ec, const char* msg, ...) const { in report() function
203 T report(errc const& err) const { return report(make_error_code(err)); } in report() function
206 T report(errc const& err, const char* msg, ...) const { in report() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAtSyncChecker.cpp48 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
68 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
H A DTaintTesterChecker.cpp41 auto report = std::make_unique<PathSensitiveBugReport>(BT, "tainted", N); in checkPostStmt() local
H A DArrayBoundChecker.cpp73 auto report = std::make_unique<PathSensitiveBugReport>( in checkLocation() local
H A DUndefResultChecker.cpp103 auto report = std::make_unique<PathSensitiveBugReport>(BT, OS.str(), N); in checkPostStmt() local
H A DVLASizeChecker.cpp223 auto report = std::make_unique<PathSensitiveBugReport>(TaintBT, os.str(), N); in reportTaintBug() local
258 auto report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); in reportBug() local
H A DMacOSXAPIChecker.cpp141 auto report = in CheckDispatchOnce() local
/freebsd/contrib/ntp/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
/freebsd/sys/dev/al_eth/
H A Dal_init_eth_kr.c226 struct al_eth_kr_status_report_data *report = &kr_data->status_report; in al_eth_coeff_req_handle() local
363 al_eth_kr_lt_all_not_updated(struct al_eth_kr_status_report_data *report) in al_eth_kr_lt_all_not_updated()
394 al_eth_kr_lt_coef_report_get(struct al_eth_kr_status_report_data *report, in al_eth_kr_lt_coef_report_get()
418 struct al_eth_kr_status_report_data report; in al_eth_kr_lt_transmitter_task_run() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp145 ReportRetriever::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
202 StructuredData::ObjectSP report = RetrieveReportData(process_sp); in NotifyBreakpointHit() local
/freebsd/tests/sys/netinet/libalias/
H A DMakefile28 report: target
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp39 auto report = in checkPreStmt() local
/freebsd/libexec/bootpd/
H A Dreport.c90 report(int priority, const char *fmt,...) in report() function
/freebsd/crypto/openssl/util/
H A Dcheck-format.pl317 sub report { subroutine
/freebsd/sys/dev/qat/qat_common/
H A Dadf_freebsd_pfvf_ctrs_dbg.c93 char report[MAX_REPORT_SIZE]; in adf_pfvf_ctrs_show() local
H A Dadf_freebsd_cnvnr_ctrs_dbg.c45 char report[MAX_REPORT_SIZE]; in qat_cnvnr_ctrs_dbg_read() local
/freebsd/tests/atf_python/
H A Datf_pytest.py189 def _extract_report_reason(self, report): argument
205 def add_report(self, report): argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp492 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription()
615 InstrumentationRuntimeTSan::GenerateSummary(StructuredData::ObjectSP report) { in GenerateSummary()
699 StructuredData::ObjectSP report) { in GetMainRacyAddress()
715 StructuredData::ObjectSP report, addr_t &global_addr, in GetLocationDescription()
809 StructuredData::ObjectSP report = in NotifyBreakpointHit() local
/freebsd/contrib/llvm-project/lld/Common/
H A DDWARF.cpp19 auto report = [](Error err) { in DWARFCache() local
/freebsd/tests/
H A Dconftest.py127 def pytest_runtest_logreport(report): argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp182 static std::string GetStopReasonDescription(StructuredData::ObjectSP report) { in GetStopReasonDescription()
219 StructuredData::ObjectSP report = in NotifyBreakpointHit() local
/freebsd/tools/regression/poll/
H A Dsockpoll.c66 report(int num, const char *state, int expected, int got) in report() function

12345