• Home
  • Raw
  • Download

Lines Matching refs:report_matches

293 #define report_matches report_matches_any_reordered  macro
295 #define report_matches __report_matches macro
732 match_expect |= report_matches(&expect); in test_basic()
733 match_never = report_matches(&never); in test_basic()
764 match_expect |= report_matches(&expect); in test_concurrent_races()
765 match_never |= report_matches(&never); in test_concurrent_races()
792 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change()
824 match_expect = report_matches(&expect_rw) || report_matches(&expect_ww); in test_novalue_change_exception()
843 match_expect = report_matches(&expect); in test_unknown_origin()
866 match_expect = report_matches(&expect); in test_write_write_assume_atomic()
891 match_expect = report_matches(&expect); in test_write_write_struct()
913 match_expect = report_matches(&expect); in test_write_write_struct_part()
947 match_expect = report_matches(&expect); in test_read_plain_atomic_write()
969 match_expect = report_matches(&expect); in test_read_plain_atomic_rmw()
995 match_expect |= report_matches(&expect); in test_zero_size_access()
996 match_never = report_matches(&never); in test_zero_size_access()
1028 match_expect = report_matches(&expect); in test_assert_exclusive_writer()
1046 match_expect = report_matches(&expect); in test_assert_exclusive_access()
1078 match_expect_access_writer |= report_matches(&expect_access_writer); in test_assert_exclusive_access_writer()
1079 match_expect_access_access |= report_matches(&expect_access_access); in test_assert_exclusive_access_writer()
1080 match_never |= report_matches(&never); in test_assert_exclusive_access_writer()
1101 match_expect = report_matches(&expect); in test_assert_exclusive_bits_change()
1138 match_expect_start |= report_matches(&expect_start); in test_assert_exclusive_writer_scoped()
1139 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_writer_scoped()
1169 match_expect_start |= report_matches(&expect_start1) || report_matches(&expect_start2); in test_assert_exclusive_access_scoped()
1170 match_expect_inscope |= report_matches(&expect_inscope); in test_assert_exclusive_access_scoped()
1274 : report_matches(&expect); in test_1bit_value_change()