Searched refs:__report_matches (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/kcsan/
H A Dkcsan_test.c157 static bool __report_matches(const struct expect_report *r) function
285 return __report_matches(__report_set_scoped(r, 0)) ||
286 __report_matches(__report_set_scoped(r, 1)) ||
287 __report_matches(__report_set_scoped(r, 2)) ||
288 __report_matches(__report_set_scoped(r, 3));
295 #define report_matches __report_matches

Completed in 199 milliseconds