Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_errors.h334 struct ErrorODRViolation : ErrorBase { struct
338 ErrorODRViolation() = default; // (*) argument
339 ErrorODRViolation(u32 tid, const __asan_global *g1, u32 stack_id1_, in ErrorODRViolation() argument
H A Dasan_report.cpp360 ErrorODRViolation error(GetCurrentTidOrInvalid(), g1, stack_id1, g2, in ReportODRViolation()
H A Dasan_errors.cpp337 void ErrorODRViolation::Print() { in Print()