Lines Matching refs:expect_report
142 struct expect_report { struct
154 static bool report_matches(const struct expect_report *r) in report_matches() argument
441 const struct expect_report expect = { in test_basic()
447 static const struct expect_report never = { in test_basic()
472 const struct expect_report expect = { in test_concurrent_races()
479 static const struct expect_report never = { in test_concurrent_races()
501 const struct expect_report expect_rw = { in test_novalue_change()
507 const struct expect_report expect_ww = { in test_novalue_change()
533 const struct expect_report expect_rw = { in test_novalue_change_exception()
539 const struct expect_report expect_ww = { in test_novalue_change_exception()
559 const struct expect_report expect = { in test_unknown_origin()
581 const struct expect_report expect = { in test_write_write_assume_atomic()
607 const struct expect_report expect = { in test_write_write_struct()
629 const struct expect_report expect = { in test_write_write_struct_part()
661 const struct expect_report expect = { in test_read_plain_atomic_write()
682 const struct expect_report expect = { in test_read_plain_atomic_rmw()
704 const struct expect_report expect = { in test_zero_size_access()
710 const struct expect_report never = { in test_zero_size_access()
744 const struct expect_report expect = { in test_assert_exclusive_writer()
762 const struct expect_report expect = { in test_assert_exclusive_access()
780 const struct expect_report expect_access_writer = { in test_assert_exclusive_access_writer()
786 const struct expect_report expect_access_access = { in test_assert_exclusive_access_writer()
792 const struct expect_report never = { in test_assert_exclusive_access_writer()
816 const struct expect_report expect = { in test_assert_exclusive_bits_change()
847 const struct expect_report expect_start = { in test_assert_exclusive_writer_scoped()
853 const struct expect_report expect_inscope = { in test_assert_exclusive_writer_scoped()
874 const struct expect_report expect_start1 = { in test_assert_exclusive_access_scoped()
880 const struct expect_report expect_start2 = { in test_assert_exclusive_access_scoped()
883 const struct expect_report expect_inscope = { in test_assert_exclusive_access_scoped()
988 const struct expect_report expect = { in test_1bit_value_change()