Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cpp94 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed() function
106 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() function
125 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc101 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed() function
113 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) { in IsSuppressed() function
132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) { in IsSuppressed() function
/external/deqp-deps/amber/tests/
Drun_tests.py208 def IsSuppressed(self): member in TestCase