Lines Matching refs:expect_report
137 struct expect_report { struct
149 static bool report_matches(const struct expect_report *r) in report_matches() argument
431 const struct expect_report expect = { in test_basic()
437 static const struct expect_report never = { in test_basic()
462 const struct expect_report expect = { in test_concurrent_races()
469 static const struct expect_report never = { in test_concurrent_races()
491 const struct expect_report expect = { in test_novalue_change()
516 const struct expect_report expect = { in test_novalue_change_exception()
535 const struct expect_report expect = { in test_unknown_origin()
557 const struct expect_report expect = { in test_write_write_assume_atomic()
583 const struct expect_report expect = { in test_write_write_struct()
605 const struct expect_report expect = { in test_write_write_struct_part()
637 const struct expect_report expect = { in test_read_plain_atomic_write()
659 const struct expect_report expect = { in test_read_plain_atomic_rmw()
682 const struct expect_report expect = { in test_zero_size_access()
688 const struct expect_report never = { in test_zero_size_access()
722 const struct expect_report expect = { in test_assert_exclusive_writer()
740 const struct expect_report expect = { in test_assert_exclusive_access()
758 const struct expect_report expect_access_writer = { in test_assert_exclusive_access_writer()
764 const struct expect_report expect_access_access = { in test_assert_exclusive_access_writer()
770 const struct expect_report never = { in test_assert_exclusive_access_writer()
794 const struct expect_report expect = { in test_assert_exclusive_bits_change()
825 const struct expect_report expect_start = { in test_assert_exclusive_writer_scoped()
831 const struct expect_report expect_anywhere = { in test_assert_exclusive_writer_scoped()
852 const struct expect_report expect_start1 = { in test_assert_exclusive_access_scoped()
858 const struct expect_report expect_start2 = { in test_assert_exclusive_access_scoped()
861 const struct expect_report expect_inscope = { in test_assert_exclusive_access_scoped()
966 const struct expect_report expect = { in test_1bit_value_change()