Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h356 struct ErrorODRViolation : ErrorBase { struct
360 ErrorODRViolation() = default; // (*) argument
361 ErrorODRViolation(u32 tid, const __asan_global *g1, u32 stack_id1_, in ErrorODRViolation() argument