Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_suppressions.cc29 static const char kODRViolation[] = "odr_violation"; variable
32 kODRViolation};
70 return suppression_ctx->Match(global_var_name, kODRViolation, &s); in IsODRViolationSuppressed()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_suppressions.cpp28 static const char kODRViolation[] = "odr_violation"; variable
31 kODRViolation};
63 return suppression_ctx->Match(global_var_name, kODRViolation, &s); in IsODRViolationSuppressed()