Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_context.cpp75 const char *intercepted_function_name) { in ExpectNotRealtime() argument
78 PrintDiagnostics(intercepted_function_name); in ExpectNotRealtime()
88 void __rtsan::Context::PrintDiagnostics(const char *intercepted_function_name) { in PrintDiagnostics() argument
92 intercepted_function_name); in PrintDiagnostics()
H A Drtsan_context.h25 void ExpectNotRealtime(const char *intercepted_function_name);
30 void PrintDiagnostics(const char *intercepted_function_name);
H A Drtsan_interceptors.cpp63 void ExpectNotRealtime(const char *intercepted_function_name) { in ExpectNotRealtime() argument
65 intercepted_function_name); in ExpectNotRealtime()