Home
last modified time | relevance | path

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

12

/external/bison/data/
Dc++.m4185 # Define YYLLOC_DEFAULT.
187 [[/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
191 # ifndef YYLLOC_DEFAULT
192 # define YYLLOC_DEFAULT(Current, Rhs, N) \
Dc.m4620 # Define YYLLOC_DEFAULT.
622 [[/* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
626 #ifndef YYLLOC_DEFAULT
627 # define YYLLOC_DEFAULT(Current, Rhs, N) \
Dlalr1.cc663 YYLLOC_DEFAULT (yyloc, slice, yylen);
800 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
Dglr.cc98 # Hijack the post prologue to insert early definition of YYLLOC_DEFAULT
Dglr.c863 YYLLOC_DEFAULT ((*yylocp), (yyvsp - yyrhslen), yyrhslen);
1780 YYLLOC_DEFAULT ((yys1->yyloc), yyrhsloc, yynrhs);
2167 YYLLOC_DEFAULT ((yys->yyloc), yyerror_range, 2);]])[
2224 YYLLOC_DEFAULT (yyerrloc, (yystackp->yyerror_range), 2);]])[
Dyacc.c1791 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);]])[
1984 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
/external/bison/examples/calc++/
Dcalc++-parser.cc82 # ifndef YYLLOC_DEFAULT
83 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
489 YYLLOC_DEFAULT (yyloc, slice, yylen); in parse()
688 YYLLOC_DEFAULT (yyloc, yyerror_range, 2); in parse()
/external/mesa3d/src/glsl/
Dglsl_parser_extras.h228 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/chromium_org/third_party/mesa/src/src/glsl/
Dglsl_parser_extras.h228 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
Dglcpp.h73 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/mesa3d/src/glsl/glcpp/
Dglcpp.h73 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/e2fsprogs/intl/
Dplural.c492 #ifndef YYLLOC_DEFAULT
493 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
983 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen); in yyparse()
/external/bison/src/
Dparse-gram.c114 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) macro
978 #ifndef YYLLOC_DEFAULT
979 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
2194 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
3077 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
Dparse-gram.y38 #define YYLLOC_DEFAULT(Current, Rhs, N) (Current) = lloc_default (Rhs, N) macro
/external/bison/
DTODO305 used %locations for that and defined YYLLOC_DEFAULT to call a function
308 YYLLOC_DEFAULT, because it is invoked before the action is executed.
DNEWS655 macro and use it in the default YYLLOC_DEFAULT. You are encouraged
659 # define YYLLOC_DEFAULT(Current, Rhs, N) \
674 # define YYLLOC_DEFAULT(Current, Rhs, N) \
687 ** YYLLOC_DEFAULT in C++:
689 The default implementation of YYLLOC_DEFAULT used to be issued in
692 override the user's YYLLOC_DEFAULT if provided.
1464 - In Yacc-style parsers YYLLOC_DEFAULT is now used to compute error
1698 The latter is now removed: YYLLOC_DEFAULT is fully responsible of
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c1061 #ifndef YYLLOC_DEFAULT
1062 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
1900 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
2988 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
Dglsl_parser.cc2166 #ifndef YYLLOC_DEFAULT
2167 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
3005 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
5919 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c176 #define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
1459 #ifndef YYLLOC_DEFAULT
1460 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
2282 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
5308 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
/external/libpcap/
Dgrammar.c1171 #ifndef YYLLOC_DEFAULT
1172 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.cpp313 #define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
1376 #ifndef YYLLOC_DEFAULT
1377 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
2243 YYLLOC_DEFAULT (yyloc, (yylsp - yylen), yylen);
4799 YYLLOC_DEFAULT (yyloc, yyerror_range, 2);
/external/elfutils/src/
Dldscript.c827 #ifndef YYLLOC_DEFAULT
828 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro
/external/bison/tests/
Dactions.at155 # define YYLLOC_DEFAULT(Current, Rhs, N) \
166 # define YYLLOC_DEFAULT(Current, Rhs, N) \
1271 # define YYLLOC_DEFAULT(Current, Rhs, N) (void)(Rhs)
Dcalc.at230 # define YYLLOC_DEFAULT(Current, Rhs, N) \
/external/elfutils/libcpu/
Di386_parse.c818 #ifndef YYLLOC_DEFAULT
819 # define YYLLOC_DEFAULT(Current, Rhs, N) \ macro

12