Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:expect_report
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/kcsan/
H
A
D
kcsan-test.c
135
struct
expect_report
{
struct
147
static bool report_matches(const struct
expect_report
*r)
in report_matches()
426
const struct
expect_report
expect = {
in test_basic()
432
static const struct
expect_report
never = {
in test_basic()
457
const struct
expect_report
expect = {
in test_concurrent_races()
464
static const struct
expect_report
never = {
in test_concurrent_races()
486
const struct
expect_report
expect = {
in test_novalue_change()
511
const struct
expect_report
expect = {
in test_novalue_change_exception()
530
const struct
expect_report
expect = {
in test_unknown_origin()
552
const struct
expect_report
expec
in test_write_write_assume_atomic()
[all...]
/kernel/linux/linux-6.6/kernel/kcsan/
H
A
D
kcsan_test.c
145
struct
expect_report
{
struct
157
static bool __report_matches(const struct
expect_report
*r)
in __report_matches()
264
static __always_inline const struct
expect_report
*
265
__report_set_scoped(struct
expect_report
*r, int accesses)
in __report_set_scoped()
283
static bool report_matches_any_reordered(struct
expect_report
*r)
in report_matches_any_reordered()
715
struct
expect_report
expect = {
in test_basic()
721
struct
expect_report
never = {
in test_basic()
746
struct
expect_report
expect = {
in test_concurrent_races()
753
struct
expect_report
never = {
in test_concurrent_races()
775
struct
expect_report
expect_r
in test_novalue_change()
[all...]
/kernel/linux/linux-6.6/mm/kfence/
H
A
D
kfence_test.c
82
struct
expect_report
{
struct
89
static const char *get_access_type(const struct
expect_report
*r)
in get_access_type()
95
static bool report_matches(const struct
expect_report
*r)
in report_matches()
321
struct
expect_report
expect = {
in test_out_of_bounds_read()
355
struct
expect_report
expect = {
in test_out_of_bounds_write()
373
struct
expect_report
expect = {
in test_use_after_free_read()
389
struct
expect_report
expect = {
in test_double_free()
404
struct
expect_report
expect = {
in test_invalid_addr_free()
421
struct
expect_report
expect = {
in test_corruption()
458
struct
expect_report
expec
in test_kmalloc_aligned_oob_read()
[all...]
/kernel/linux/linux-6.6/mm/kmsan/
H
A
D
kmsan_test.c
71
struct
expect_report
{
struct
81
static bool report_matches(const struct
expect_report
*r)
in report_matches()
141
struct
expect_report
e = { \
Completed in 5 milliseconds