Home
last modified time | relevance | path

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

/scripts/kconfig/tests/preprocess/variable/
DKconfig6 # 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/
Difaddr.cocci2 /// 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"
Dboolinit.cocci159 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")
Dreturnvar.cocci3 /// 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/
Dpreprocess.c231 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()
Dstreamline_config.pl280 my $variable = $2;
286 $process .= $start . $variable;
/scripts/kconfig/tests/preprocess/circular_expansion/
Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/scripts/
DMakefile.extrawarn31 KBUILD_CFLAGS += $(call cc-option, -Wunused-but-set-variable)
32 KBUILD_CFLAGS += $(call cc-option, -Wunused-const-variable)
DKbuild.include134 # Usage: cflags-y += $(call cc-disable-warning,unused-but-set-variable)
Dspelling.txt1413 varible||variable
/scripts/atomic/fallbacks/
Dsub_and_test3 * ${atomic}_sub_and_test - subtract value from variable and test result
/scripts/coccinelle/iterators/
Ditnull.cocci86 cocci.print_main("iterator-bound variable",p1)
94 msg = "ERROR: iterator variable bound on line %s cannot be NULL" % (p1[0].line)
Duse_after_iter.cocci3 /// 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)
Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
/scripts/gcc-plugins/
DMakefile13 HOST_EXTRACXXFLAGS += -Wno-narrowing -Wno-unused-variable
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci4 /// usually wrong type of variable.
/scripts/dtc/
Ddtx_diff54 The shell variable \${ARCH} must provide the architecture containing
/scripts/coccinelle/null/
Dderef_null.cocci3 /// A variable is dereferenced under a NULL test.
/scripts/coccinelle/api/
Dstream_open.cocci189 …e_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad variable fops".