Searched refs:Rhs (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/dtc/ |
D | srcpos.h | 80 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 83 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \ 84 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 85 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \ 86 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 87 (Current).file = YYRHSLOC(Rhs, N).file; \ 90 YYRHSLOC(Rhs, 0).last_line; \ 92 YYRHSLOC(Rhs, 0).last_column; \ 93 (Current).file = YYRHSLOC (Rhs, 0).file; \
|
D | dtc-parser.tab.c_shipped | 739 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 743 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 744 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 745 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 746 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 751 YYRHSLOC (Rhs, 0).last_line; \ 753 YYRHSLOC (Rhs, 0).last_column; \ 758 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 871 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument 873 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument 877 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 878 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 880 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 885 YYRHSLOC (Rhs, 0).last_line; \ 887 YYRHSLOC (Rhs, 0).last_column; \
|
D | zconf.tab.c_shipped | 871 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) 873 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 877 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \ 878 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 879 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \ 880 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 885 YYRHSLOC (Rhs, 0).last_line; \ 887 YYRHSLOC (Rhs, 0).last_column; \
|