Searched refs:ReportUMRInsideAddressRange (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_report.h | 28 void ReportUMRInsideAddressRange(const char *function, const void *start,
|
| H A D | msan_report.cpp | 270 void ReportUMRInsideAddressRange(const char *function, const void *start, in ReportUMRInsideAddressRange() function
|
| H A D | msan.cpp | 569 ReportUMRInsideAddressRange(__func__, x, size, offset); in __msan_check_mem_is_initialized()
|
| H A D | msan_interceptors.cpp | 100 ReportUMRInsideAddressRange(__func__, x, n, __offset); \
|