Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dsrcpos.h49 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
52 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
53 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
54 (Current).last_line = YYRHSLOC(Rhs, N).last_line; \
55 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
56 (Current).file = YYRHSLOC(Rhs, N).file; \
59 YYRHSLOC(Rhs, 0).last_line; \
61 YYRHSLOC(Rhs, 0).last_column; \
62 (Current).file = YYRHSLOC (Rhs, 0).file; \
H A Ddtc-parser.tab.c_shipped642 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
644 # define YYLLOC_DEFAULT(Current, Rhs, N) \
648 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
649 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
650 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
651 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
656 YYRHSLOC (Rhs, 0).last_line; \
658 YYRHSLOC (Rhs, 0).last_column; \
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.tab.c841 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
843 # 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; \
H A Dzconf.tab.c_shipped841 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
843 # define YYLLOC_DEFAULT(Current, Rhs, N) \
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; \
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.c_shipped890 #define YYRHSLOC(Rhs, K) ((Rhs)[K])
892 # define YYLLOC_DEFAULT(Current, Rhs, N) \
896 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
897 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
898 (Current).last_line = YYRHSLOC (Rhs, N).last_line; \
899 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
904 YYRHSLOC (Rhs, 0).last_line; \
906 YYRHSLOC (Rhs, 0).last_column; \