Searched refs:X (Results 1 – 7 of 7) sorted by relevance
7 X := 1 variable8 SIMPLE := $(X)9 X := 2 variable13 X := 1 variable14 RECURSIVE = $(X)15 X := 2 variable38 X := A variable40 $(X)$(Y) := 5
3 X = $(Y) variable4 Y = $(X)5 $(info $(X))
1 Kconfig:5: Recursive variable 'X' references itself (eventually)
6 Kconfig:25: $(X)8 Kconfig:35: $(X)9 Kconfig:39: $(X)
23 # 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)
307 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) argument
206 #define _(X) [DIRECTIVE_##X] = #X argument