Home
last modified time | relevance | path

Searched defs:bug_type (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_report.cc319 const char *bug_type) { in DescribeAddressIfGlobal()
581 static void DescribeAddress(uptr addr, uptr access_size, const char *bug_type) { in DescribeAddress()
918 char bug_type[100]; in ReportStringFunctionMemoryRangesOverlap() local
936 const char *bug_type = "negative-size-param"; in ReportStringFunctionSizeOverflow() local
997 const char *bug_type = "invalid-pointer-pair"; in ReportInvalidPointerPair() local
/aosp_15_r20/external/coreboot/src/lib/
H A Dasan.c187 const char *bug_type = "unknown-crash"; in get_shadow_bug_type() local
227 const char *bug_type = get_shadow_bug_type((void *) addr, size); in asan_report() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dtest_minifier_common.py74 def _gen_codegen_fn_patch_code(self, device, bug_type): argument
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h40551 const char *bug_type; member