Searched refs:YYLLOC_DEFAULT (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/scripts/dtc/ |
D | srcpos.h | 80 #define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
|
D | dtc-parser.tab.c_shipped | 734 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. 738 #ifndef YYLLOC_DEFAULT 739 # define YYLLOC_DEFAULT(Current, Rhs, N) \ 1461 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); 2188 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c | 872 #ifndef YYLLOC_DEFAULT 873 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
|
D | zconf.tab.c_shipped | 867 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N]. 872 #ifndef YYLLOC_DEFAULT 873 # define YYLLOC_DEFAULT(Current, Rhs, N) \
|