Home
last modified time | relevance | path

Searched refs:A (Results 1 – 19 of 19) sorted by relevance

/scripts/coccinelle/misc/
Dexcluded_middle.cocci3 /// Condition !A || A && B is equivalent to !A || B.
15 expression A, B;
19 * !A || (A &&@p B)
22 expression A, B;
25 !A ||
26 - (A && B)
33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B")
39 coccilib.org.print_todo(p[0], "WARNING !A || A && B is equivalent to !A || B")
Dboolconv.cocci19 expression A, B;
24 A == B
26 A != B
28 A > B
30 A < B
32 A >= B
34 A <= B
36 A && B
38 A || B
47 expression A, B;
[all …]
/scripts/kconfig/tests/auto_submenu/
DKconfig3 config A config
4 bool "A"
9 depends on A
12 This depends on A, so should be a submenu of A.
23 depends on A
45 This is independent of A.
49 depends on A
51 This depends on A, but not a consecutive item, so can/should not
Dexpected_stdout1 A (A) [Y/n/?] (NEW)
/scripts/kconfig/tests/new_choice_with_dep/
DKconfig3 config A config
4 bool "A"
10 depends on A
12 "depends on A" has been newly added.
35 depends on A
Dexpected_stdout1 A (A) [N/y/?] (NEW) y
/scripts/kconfig/tests/no_write_if_dep_unmet/
DKconfig3 config A config
4 bool "A"
8 depends on A
/scripts/kconfig/tests/err_recursive_dep/
DKconfig5 config A config
6 bool "A"
7 depends on A
Dexpected_stderr7 Kconfig:5: symbol A depends on A
/scripts/
Dgcc-ld21 A="$1" ; shift ; N="-Wl,$A,$1" ;;
/scripts/genksyms/
Dlex.l28 IDENT [A-Za-z_\$][A-Za-z0-9_\$]*
32 X_INT 0[Xx][0-9A-Fa-f]+
/scripts/kconfig/tests/preprocess/escape/
DKconfig32 # A simple expanded should not be expanded multiple times.
/scripts/kconfig/tests/preprocess/variable/
DKconfig38 X := A
/scripts/coccinelle/tests/
Ddoubletest.cocci3 //# A common source of false positives is when the expression, or
Dunsigned_lesser_than_zero.cocci40 …e_extents|nla_len|ntoh24|of_flat_dt_match|of_get_child_count|uart_circ_chars_pending|[A-Z0-9_]+)$";
/scripts/kconfig/
Dlexer.l84 n [A-Za-z0-9_-]
/scripts/coccinelle/free/
Ddevm_free.cocci8 /// A difficulty of detecting this problem is that the standard freeing
/scripts/coccinelle/null/
Dderef_null.cocci3 /// A variable is dereferenced under a NULL test.
/scripts/coccinelle/api/
Dstream_open.cocci5 // them to stream_open. A stream-like file is a file that does not use ppos in