Lines Matching refs:expect_report
135 struct expect_report { struct
147 static bool report_matches(const struct expect_report *r) in report_matches() argument
421 const struct expect_report expect = { in test_basic()
427 static const struct expect_report never = { in test_basic()
452 const struct expect_report expect = { in test_concurrent_races()
459 static const struct expect_report never = { in test_concurrent_races()
481 const struct expect_report expect = { in test_novalue_change()
506 const struct expect_report expect = { in test_novalue_change_exception()
525 const struct expect_report expect = { in test_unknown_origin()
547 const struct expect_report expect = { in test_write_write_assume_atomic()
573 const struct expect_report expect = { in test_write_write_struct()
595 const struct expect_report expect = { in test_write_write_struct_part()
627 const struct expect_report expect = { in test_read_plain_atomic_write()
649 const struct expect_report expect = { in test_read_plain_atomic_rmw()
672 const struct expect_report expect = { in test_zero_size_access()
678 const struct expect_report never = { in test_zero_size_access()
712 const struct expect_report expect = { in test_assert_exclusive_writer()
730 const struct expect_report expect = { in test_assert_exclusive_access()
748 const struct expect_report expect_access_writer = { in test_assert_exclusive_access_writer()
754 const struct expect_report expect_access_access = { in test_assert_exclusive_access_writer()
760 const struct expect_report never = { in test_assert_exclusive_access_writer()
784 const struct expect_report expect = { in test_assert_exclusive_bits_change()
815 const struct expect_report expect_start = { in test_assert_exclusive_writer_scoped()
821 const struct expect_report expect_anywhere = { in test_assert_exclusive_writer_scoped()
842 const struct expect_report expect_start1 = { in test_assert_exclusive_access_scoped()
848 const struct expect_report expect_start2 = { in test_assert_exclusive_access_scoped()
851 const struct expect_report expect_inscope = { in test_assert_exclusive_access_scoped()