Searched refs:stack_id1 (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_report.h | 91 void ReportODRViolation(const __asan_global *g1, u32 stack_id1,
|
| H A D | asan_errors.h | 358 u32 stack_id1, stack_id2; member 366 stack_id1(stack_id1_), in ErrorODRViolation()
|
| H A D | asan_errors.cpp | 371 if (stack_id1 && stack_id2) { in Print() 374 StackDepotGet(stack_id1).Print(); in Print()
|
| H A D | asan_report.cpp | 369 void ReportODRViolation(const __asan_global *g1, u32 stack_id1, in ReportODRViolation() argument 372 ErrorODRViolation error(GetCurrentTidOrInvalid(), g1, stack_id1, g2, in ReportODRViolation()
|