Home
last modified time | relevance | path

Searched refs:ReportUMRInsideAddressRange (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.h28 void ReportUMRInsideAddressRange(const char *function, const void *start,
H A Dmsan_report.cpp270 void ReportUMRInsideAddressRange(const char *function, const void *start, in ReportUMRInsideAddressRange() function
H A Dmsan.cpp569 ReportUMRInsideAddressRange(__func__, x, size, offset); in __msan_check_mem_is_initialized()
H A Dmsan_interceptors.cpp100 ReportUMRInsideAddressRange(__func__, x, n, __offset); \