Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_report.cc580 static void DescribeAddress(uptr addr, uptr access_size, const char *bug_type) { in DescribeAddress() function
898 DescribeAddress((uptr)offset1, length1, bug_type); in ReportStringFunctionMemoryRangesOverlap()
899 DescribeAddress((uptr)offset2, length2, bug_type); in ReportStringFunctionMemoryRangesOverlap()
912 DescribeAddress(offset, size, bug_type); in ReportStringFunctionSizeOverflow()
974 DescribeAddress(a1, 1, bug_type); in ReportInvalidPointerPair()
975 DescribeAddress(a2, 1, bug_type); in ReportInvalidPointerPair()
1111 DescribeAddress(addr, access_size, bug_descr); in ReportGenericError()
1136 DescribeAddress(addr, 1, ""); in __asan_describe_address()