Searched refs:DescribeAddress (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 581 static void DescribeAddress(uptr addr, uptr access_size, const char *bug_type) { in DescribeAddress() function 927 DescribeAddress((uptr)offset1, length1, bug_type); in ReportStringFunctionMemoryRangesOverlap() 928 DescribeAddress((uptr)offset2, length2, bug_type); in ReportStringFunctionMemoryRangesOverlap() 942 DescribeAddress(offset, size, bug_type); in ReportStringFunctionSizeOverflow() 1004 DescribeAddress(a1, 1, bug_type); in ReportInvalidPointerPair() 1005 DescribeAddress(a2, 1, bug_type); in ReportInvalidPointerPair() 1194 DescribeAddress(addr, access_size, bug_descr); in ReportGenericError() 1221 DescribeAddress(addr, 1, ""); in __asan_describe_address()
|