Home
last modified time | relevance | path

Searched refs:IsFunctionSuppressed (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_suppressions.h21 bool IsFunctionSuppressed(const char *function_name);
H A Drtsan_assertions.h32 if (IsFunctionSuppressed(info.func_name)) { in ExpectNotRealtime()
H A Drtsan_suppressions.cpp96 bool __rtsan::IsFunctionSuppressed(const char *function_name) { in IsFunctionSuppressed() function in __rtsan