Searched refs:variable (Results 1 – 19 of 19) sorted by relevance
/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 6 # Simply expanded variable. 12 # Recursively expanded variable. 18 # Append something to a simply expanded variable. 24 # Append something to a recursively expanded variable. 30 # Use += operator to an undefined variable. 31 # This works as a recursively expanded variable. 37 # You can use variable references for the lefthand side of assignment statement.
|
/scripts/coccinelle/misc/ |
D | ifaddr.cocci | 2 /// The address of a variable or field is likely always to be non-zero. 28 cocci.print_main("test of a variable/field address",p) 34 msg = "ERROR: test of a variable/field address"
|
D | boolinit.cocci | 159 cocci.print_main("WARNING: Comparison of 0/1 to bool variable",p) 165 cocci.print_main("WARNING: Assignment of 0/1 to bool variable",p1) 171 cocci.print_main("ERROR: Assignment of non-0/1 constant to bool variable",p2) 183 coccilib.report.print_report(p[0],"WARNING: Comparison of 0/1 to bool variable") 189 coccilib.report.print_report(p1[0],"WARNING: Assignment of 0/1 to bool variable") 195 coccilib.report.print_report(p2[0],"ERROR: Assignment of non-0/1 constant to bool variable")
|
D | returnvar.cocci | 3 /// Remove unneeded variable used to store return value. 58 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret + "\". Return \"" + C + "\" on li… 66 cocci.print_main("unneeded \"" + ret + "\" variable", p1)
|
/scripts/kconfig/ |
D | preprocess.c | 231 struct variable { struct 239 static struct variable *variable_lookup(const char *name) in variable_lookup() argument 241 struct variable *v; in variable_lookup() 253 struct variable *v; in variable_expand() 282 struct variable *v; in variable_add() 324 static void variable_del(struct variable *v) in variable_del() 334 struct variable *v, *tmp; in variable_all_del()
|
D | streamline_config.pl | 280 my $variable = $2; 286 $process .= $start . $variable;
|
/scripts/kconfig/tests/preprocess/circular_expansion/ |
D | expected_stderr | 1 Kconfig:5: Recursive variable 'X' references itself (eventually)
|
/scripts/ |
D | Makefile.extrawarn | 31 KBUILD_CFLAGS += $(call cc-option, -Wunused-but-set-variable) 32 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable)
|
D | Kbuild.include | 134 # Usage: cflags-y += $(call cc-disable-warning,unused-but-set-variable)
|
D | spelling.txt | 1413 varible||variable
|
/scripts/atomic/fallbacks/ |
D | sub_and_test | 3 * ${atomic}_sub_and_test - subtract value from variable and test result
|
/scripts/coccinelle/iterators/ |
D | itnull.cocci | 86 cocci.print_main("iterator-bound variable",p1) 94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
|
D | use_after_iter.cocci | 3 /// variable ends up pointing to an address at an offset from the list head, 150 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
|
D | device_node_continue.cocci | 2 /// Device node iterators put the previous value of the index variable, so an
|
/scripts/gcc-plugins/ |
D | Makefile | 13 HOST_EXTRACXXFLAGS += -Wno-narrowing -Wno-unused-variable
|
/scripts/coccinelle/tests/ |
D | unsigned_lesser_than_zero.cocci | 4 /// usually wrong type of variable.
|
/scripts/dtc/ |
D | dtx_diff | 54 The shell variable \${ARCH} must provide the architecture containing
|
/scripts/coccinelle/null/ |
D | deref_null.cocci | 3 /// A variable is dereferenced under a NULL test.
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 189 …e_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad variable fops".
|