Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl.cpp99 int exp_arg, bool fatal) { in ReportGenericErrorWrapper() argument
101 ReportGenericError(pc, bp, sp, addr, is_write, size, exp_arg, fatal); in ReportGenericErrorWrapper()
159 #define ASAN_MEMORY_ACCESS_CALLBACK_BODY(type, is_write, size, exp_arg, fatal) \ in ASAN_REPORT_ERROR_N() argument
167 ReportGenericErrorWrapper(addr, is_write, size, exp_arg, fatal); \