| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_report.cpp | 46 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
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_debugging.cpp | 72 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCAtSyncChecker.cpp | 49 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local 73 auto report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
|
| H A D | TaintTesterChecker.cpp | 55 auto report = std::make_unique<PathSensitiveBugReport>(*BT, "tainted", N); in checkPostStmt() local
|
| H A D | ReturnPointerRangeChecker.cpp | 87 auto report = in checkPreStmt() local
|
| H A D | ArrayBoundChecker.cpp | 78 auto report = in checkLocation() local
|
| H A D | MacOSXAPIChecker.cpp | 143 auto report = in CheckDispatchOnce() local
|
| H A D | UndefResultChecker.cpp | 174 auto report = std::make_unique<PathSensitiveBugReport>(*BT, OS.str(), N); in checkPostStmt() local
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | filesystem_common.h | 157 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
|
| /freebsd-13.1/contrib/ntp/sntp/unity/auto/ |
| H A D | colour_reporter.rb | 11 def report(message) method
|
| H A D | unity_test_summary.rb | 17 attr_reader :report, :total_tests, :failures, :ignored accessor in UnityTestSummary
|
| /freebsd-13.1/sys/dev/al_eth/ |
| H A D | al_init_eth_kr.c | 228 struct al_eth_kr_status_report_data *report = &kr_data->status_report; in al_eth_coeff_req_handle() local 365 al_eth_kr_lt_all_not_updated(struct al_eth_kr_status_report_data *report) in al_eth_kr_lt_all_not_updated() 396 al_eth_kr_lt_coef_report_get(struct al_eth_kr_status_report_data *report, in al_eth_kr_lt_coef_report_get() 420 struct al_eth_kr_status_report_data report; in al_eth_kr_lt_transmitter_task_run() local
|
| /freebsd-13.1/tests/sys/netinet/libalias/ |
| H A D | Makefile | 29 report: target
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 194 InstrumentationRuntimeASan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() 255 StructuredData::ObjectSP report = instance->RetrieveReportData(); in NotifyBreakpointHit() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/ |
| H A D | MainCallChecker.cpp | 39 auto report = in checkPreStmt() local
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | report.c | 92 report(int priority, const char *fmt,...) in report() function
|
| /freebsd-13.1/tools/regression/poll/ |
| H A D | sockpoll.c | 51 report(int num, const char *state, int expected, int got) in report() function
|
| H A D | pipeselect.c | 36 report(int num, const char *state, int expected, int got) in report() function
|
| H A D | pipepoll.c | 57 report(int num, const char *state, int expected, int got, int res, in report() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 491 InstrumentationRuntimeTSan::FormatDescription(StructuredData::ObjectSP report) { in FormatDescription() 613 InstrumentationRuntimeTSan::GenerateSummary(StructuredData::ObjectSP report) { in GenerateSummary() 700 StructuredData::ObjectSP report) { in GetMainRacyAddress() 716 StructuredData::ObjectSP report, addr_t &global_addr, in GetLocationDescription() 810 StructuredData::ObjectSP report = in NotifyBreakpointHit() local
|
| /freebsd-13.1/contrib/llvm-project/lld/Common/ |
| H A D | DWARF.cpp | 19 auto report = [](Error err) { in DWARFCache() local
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 184 static std::string GetStopReasonDescription(StructuredData::ObjectSP report) { in GetStopReasonDescription() 221 StructuredData::ObjectSP report = in NotifyBreakpointHit() local
|
| /freebsd-13.1/usr.bin/tset/ |
| H A D | tset.c | 242 report(const char *name, int which, u_int def) in report() function
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | rrm.c | 63 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() 380 struct wpabuf *report = wpabuf_alloc(len + 3); in wpas_rrm_send_msr_report_mpdu() local 1383 struct wpabuf *report; in wpas_rrm_handle_radio_measurement_request() local 1424 struct rrm_link_measurement_report report; in wpas_rrm_handle_link_measurement_request() local
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags_parser.cpp | 29 void report() { in report() function in scudo::UnknownFlagsRegistry
|