Searched refs:ReportUMRInsideAddressRange (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_report.h | 28 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size,
|
D | msan_report.cpp | 261 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size, in ReportUMRInsideAddressRange() function
|
D | msan.cpp | 546 ReportUMRInsideAddressRange(__func__, x, size, offset); in __msan_check_mem_is_initialized()
|
D | msan_interceptors.cpp | 108 ReportUMRInsideAddressRange(__func__, x, n, __offset); \
|
/external/compiler-rt/lib/msan/ |
D | msan_report.cc | 262 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size, in ReportUMRInsideAddressRange() function
|
D | msan.h | 260 void ReportUMRInsideAddressRange(const char *what, const void *start, uptr size,
|
D | msan.cc | 488 ReportUMRInsideAddressRange(__func__, x, size, offset); in __msan_check_mem_is_initialized()
|
D | msan_interceptors.cc | 83 ReportUMRInsideAddressRange(__func__, x, n, offset); \
|