Lines Matching refs:expect_report
82 struct expect_report { struct
89 static const char *get_access_type(const struct expect_report *r) in get_access_type() argument
95 static bool report_matches(const struct expect_report *r) in report_matches()
319 struct expect_report expect = { in test_out_of_bounds_read()
353 struct expect_report expect = { in test_out_of_bounds_write()
371 struct expect_report expect = { in test_use_after_free_read()
387 struct expect_report expect = { in test_double_free()
402 struct expect_report expect = { in test_invalid_addr_free()
419 struct expect_report expect = { in test_corruption()
456 struct expect_report expect = { in test_kmalloc_aligned_oob_read()
490 struct expect_report expect = { in test_kmalloc_aligned_oob_write()
555 struct expect_report expect = { in test_init_on_free()
642 const struct expect_report expect = { in test_invalid_access()
657 struct expect_report expect = { in test_memcache_typesafe_by_rcu()
693 const struct expect_report expect = { in test_krealloc()