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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.cc 415 const char *SuppType = ConvertTypeToFlagName(ET);
418 if (!suppression_ctx->HasSuppressionType(SuppType))
422 if (Filename != nullptr && suppression_ctx->Match(Filename, SuppType, &s))
426 if (suppression_ctx->Match(Module, SuppType, &s))
432 return suppression_ctx->Match(AI.function, SuppType, &s) ||
433 suppression_ctx->Match(AI.file, SuppType, &s);
  /src/external/gpl3/gcc/dist/libsanitizer/ubsan/
ubsan_diag.cpp 432 const char *SuppType = ConvertTypeToFlagName(ET);
435 if (!suppression_ctx->HasSuppressionType(SuppType))
439 if (Filename != nullptr && suppression_ctx->Match(Filename, SuppType, &s))
443 if (suppression_ctx->Match(Module, SuppType, &s))
449 return suppression_ctx->Match(AI.function, SuppType, &s) ||
450 suppression_ctx->Match(AI.file, SuppType, &s);
  /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
ubsan_diag.cpp 426 const char *SuppType = ConvertTypeToFlagName(ET);
429 if (!suppression_ctx->HasSuppressionType(SuppType))
433 if (Filename != nullptr && suppression_ctx->Match(Filename, SuppType, &s))
437 if (suppression_ctx->Match(Module, SuppType, &s))
443 return suppression_ctx->Match(AI.function, SuppType, &s) ||
444 suppression_ctx->Match(AI.file, SuppType, &s);

Completed in 17 milliseconds