Home
last modified time | relevance | path

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

/scripts/kconfig/tests/preprocess/variable/
A DKconfig7 X := 1
8 SIMPLE := $(X)
9 X := 2
13 X := 1
14 RECURSIVE = $(X)
15 X := 2
38 X := A
40 $(X)$(Y) := 5
/scripts/kconfig/tests/preprocess/circular_expansion/
A DKconfig3 X = $(Y)
4 Y = $(X)
5 $(info $(X))
A Dexpected_stderr1 Kconfig:5: Recursive variable 'X' references itself (eventually)
/scripts/kconfig/tests/preprocess/escape/
A Dexpected_stderr6 Kconfig:25: $(X)
8 Kconfig:35: $(X)
9 Kconfig:39: $(X)
A 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/kconfig/tests/choice_randomize/
A DKconfig13 prompt "choose X or Y"
16 config X config in choicecb1aca320204
17 bool "X"
/scripts/kconfig/tests/choice_randomize2/
A DKconfig26 prompt "Choose X"
29 config X config in choice6158f0a40304
30 bool "X"
/scripts/gcc-plugins/
A Dgcc-common.h305 #define CONST_CAST_GIMPLE(X) CONST_CAST(gimple, (X)) argument
/scripts/
A Dasn1_compiler.c206 #define _(X) [DIRECTIVE_##X] = #X argument

Completed in 16 milliseconds