Home
last modified time | relevance | path

Searched refs:X (Results 1 – 7 of 7) sorted by relevance

/scripts/kconfig/tests/preprocess/variable/
DKconfig7 X := 1 variable
8 SIMPLE := $(X)
9 X := 2 variable
13 X := 1 variable
14 RECURSIVE = $(X)
15 X := 2 variable
38 X := A variable
40 $(X)$(Y) := 5
/scripts/kconfig/tests/preprocess/circular_expansion/
DKconfig3 X = $(Y) variable
4 Y = $(X)
5 $(info $(X))
Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/scripts/kconfig/tests/preprocess/escape/
Dexpected_stderr6 Kconfig:25: $(X)
8 Kconfig:35: $(X)
9 Kconfig:39: $(X)
DKconfig23 # The following should print "$(X)". It should not be expanded further.
25 $(warning,$(dollar)(X))
33 # The following should print "$(X)". It should not be expanded further.
34 Y := $(dollar)(X)
37 # The following should print "$(X)" as well.
38 Y = $(dollar)(X)
/scripts/gcc-plugins/
Dgcc-common.h307 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) argument
/scripts/
Dasn1_compiler.c206 #define _(X) [DIRECTIVE_##X] = #X argument