Lines Matching refs:expect_report
70 struct expect_report { struct
77 static const char *get_access_type(const struct expect_report *r) in get_access_type() argument
83 static bool report_matches(const struct expect_report *r) in report_matches()
303 struct expect_report expect = { in test_out_of_bounds_read()
337 struct expect_report expect = { in test_out_of_bounds_write()
355 struct expect_report expect = { in test_use_after_free_read()
371 struct expect_report expect = { in test_double_free()
386 struct expect_report expect = { in test_invalid_addr_free()
403 struct expect_report expect = { in test_corruption()
440 struct expect_report expect = { in test_kmalloc_aligned_oob_read()
474 struct expect_report expect = { in test_kmalloc_aligned_oob_write()
539 struct expect_report expect = { in test_init_on_free()
628 const struct expect_report expect = { in test_invalid_access()
643 struct expect_report expect = { in test_memcache_typesafe_by_rcu()
679 const struct expect_report expect = { in test_krealloc()