Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Dsrcpos.h68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
71 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
72 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
73 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
74 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
75 (Current).file = YYRHSLOC(Rhs, N).file; \
78 YYRHSLOC(Rhs, 0).last_line; \
80 YYRHSLOC(Rhs, 0).last_column; \
81 (Current).file = YYRHSLOC (Rhs, 0).file; \
A Ddtc-parser.tab.c843 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
847 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
848 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
849 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
850 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
855 YYRHSLOC (Rhs, 0).last_line; \
857 YYRHSLOC (Rhs, 0).last_column; \
862 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument

Completed in 8 milliseconds