Home
last modified time | relevance | path

Searched refs:Rhs (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/scripts/dtc/
Dsrcpos.h79 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
82 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
83 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
84 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
85 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
86 (Current).file = YYRHSLOC(Rhs, N).file; \
89 YYRHSLOC(Rhs, 0).last_line; \
91 YYRHSLOC(Rhs, 0).last_column; \
92 (Current).file = YYRHSLOC (Rhs, 0).file; \
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c851 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
853 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
857 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
858 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
859 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
860 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
865 YYRHSLOC (Rhs, 0).last_line; \
867 YYRHSLOC (Rhs, 0).last_column; \
Dzconf.tab.c_shipped851 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
853 # define YYLLOC_DEFAULT(Current, Rhs, N) \
857 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
858 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
859 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
860 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
865 YYRHSLOC (Rhs, 0).last_line; \
867 YYRHSLOC (Rhs, 0).last_column; \
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped924 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
926 # define YYLLOC_DEFAULT(Current, Rhs, N) \
930 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
931 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
932 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
933 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
938 YYRHSLOC (Rhs, 0).last_line; \
940 YYRHSLOC (Rhs, 0).last_column; \