Lines Matching refs:report_matches
288 #define report_matches report_matches_any_reordered macro
290 #define report_matches __report_matches macro
727 match_expect |= report_matches(&expect); in test_basic()
728 match_never = report_matches(&never); in test_basic()
759 match_expect |= report_matches(&expect); in test_concurrent_races()
760 match_never |= report_matches(&never); in test_concurrent_races()
787 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change()
819 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change_exception()
838 match_expect = report_matches(&expect); in test_unknown_origin()
861 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
886 match_expect = report_matches(&expect); in test_write_write_struct()
908 match_expect = report_matches(&expect); in test_write_write_struct_part()
942 match_expect = report_matches(&expect); in test_read_plain_atomic_write()
964 match_expect = report_matches(&expect); in test_read_plain_atomic_rmw()
990 match_expect |= report_matches(&expect); in test_zero_size_access()
991 match_never = report_matches(&never); in test_zero_size_access()
1023 match_expect = report_matches(&expect); in test_assert_exclusive_writer()
1041 match_expect = report_matches(&expect); in test_assert_exclusive_access()
1073 match_expect_access_writer |= report_matches(&expect_access_writer); in test_assert_exclusive_access_writer()
1074 match_expect_access_access |= report_matches(&expect_access_access); in test_assert_exclusive_access_writer()
1075 match_never |= report_matches(&never); in test_assert_exclusive_access_writer()
1096 match_expect = report_matches(&expect); in test_assert_exclusive_bits_change()
1133 match_expect_start |= report_matches(&expect_start); in test_assert_exclusive_writer_scoped()
1134 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_writer_scoped()
1164 match_expect_start |= report_matches(&expect_start1) || report_matches(&expect_start2); in test_assert_exclusive_access_scoped()
1165 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_access_scoped()
1269 : report_matches(&expect); in test_1bit_value_change()