Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dsrcpos.h81 #define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
H A Ddtc-parser.tab.c
H A Ddtc-parser.tab.c_shipped740 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
744 #ifndef YYLLOC_DEFAULT
745 # define YYLLOC_DEFAULT(Current, Rhs, N) \
1467 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
2252 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dsrcpos.h68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ macro