HomeSort by: relevance | last modified time | path
    Searched defs:kInterceptorViaFunction (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_suppressions.cc 27 static const char kInterceptorViaFunction[] = "interceptor_via_fun";
31 kInterceptorName, kInterceptorViaFunction, kInterceptorViaLibrary,
56 return suppression_ctx->HasSuppressionType(kInterceptorViaFunction) ||
84 if (suppression_ctx->HasSuppressionType(kInterceptorViaFunction)) {
93 if (suppression_ctx->Match(function_name, kInterceptorViaFunction,
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_suppressions.cpp 26 static const char kInterceptorViaFunction[] = "interceptor_via_fun";
30 kInterceptorName, kInterceptorViaFunction, kInterceptorViaLibrary,
55 return suppression_ctx->HasSuppressionType(kInterceptorViaFunction) ||
83 if (suppression_ctx->HasSuppressionType(kInterceptorViaFunction)) {
92 if (suppression_ctx->Match(function_name, kInterceptorViaFunction,
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_suppressions.cpp 26 static const char kInterceptorViaFunction[] = "interceptor_via_fun";
30 kInterceptorName, kInterceptorViaFunction, kInterceptorViaLibrary,
55 return suppression_ctx->HasSuppressionType(kInterceptorViaFunction) ||
83 if (suppression_ctx->HasSuppressionType(kInterceptorViaFunction)) {
92 if (suppression_ctx->Match(function_name, kInterceptorViaFunction,

Completed in 17 milliseconds