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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_suppressions.cc 103 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
115 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
125 uptr pc = IsSuppressed(stype, frame->info, sp);
130 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp);
134 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_suppressions.cpp 96 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
108 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
118 uptr pc = IsSuppressed(stype, frame->info, sp);
123 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp);
127 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_suppressions.cpp 94 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
116 uptr pc = IsSuppressed(stype, frame->info, sp);
121 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp);
125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {

Completed in 139 milliseconds