Lines Matching refs:report_matches
154 static bool report_matches(const struct expect_report *r) in report_matches() function
458 match_expect |= report_matches(&expect); in test_basic()
459 match_never = report_matches(&never); in test_basic()
490 match_expect |= report_matches(&expect); in test_concurrent_races()
491 match_never |= report_matches(&never); in test_concurrent_races()
518 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change()
550 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change_exception()
569 match_expect = report_matches(&expect); in test_unknown_origin()
592 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
617 match_expect = report_matches(&expect); in test_write_write_struct()
639 match_expect = report_matches(&expect); in test_write_write_struct_part()
673 match_expect = report_matches(&expect); in test_read_plain_atomic_write()
695 match_expect = report_matches(&expect); in test_read_plain_atomic_rmw()
721 match_expect |= report_matches(&expect); in test_zero_size_access()
722 match_never = report_matches(&never); in test_zero_size_access()
754 match_expect = report_matches(&expect); in test_assert_exclusive_writer()
772 match_expect = report_matches(&expect); in test_assert_exclusive_access()
804 match_expect_access_writer |= report_matches(&expect_access_writer); in test_assert_exclusive_access_writer()
805 match_expect_access_access |= report_matches(&expect_access_access); in test_assert_exclusive_access_writer()
806 match_never |= report_matches(&never); in test_assert_exclusive_access_writer()
827 match_expect = report_matches(&expect); in test_assert_exclusive_bits_change()
864 match_expect_start |= report_matches(&expect_start); in test_assert_exclusive_writer_scoped()
865 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_writer_scoped()
895 match_expect_start |= report_matches(&expect_start1) || report_matches(&expect_start2); in test_assert_exclusive_access_scoped()
896 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_access_scoped()
1000 : report_matches(&expect); in test_1bit_value_change()