Home
last modified time | relevance | path

Searched refs:YY_LOCATION_PRINT (Results 1 – 10 of 10) sorted by relevance

/external/bison/data/
Dc.m4539 ]b4_locations_if([ YY_LOCATION_PRINT (yyoutput, *yylocationp);
649 # Define YY_LOCATION_PRINT.
652 /* YY_LOCATION_PRINT -- Print the location on the stream.
656 #ifndef YY_LOCATION_PRINT
689 # define YY_LOCATION_PRINT(File, Loc) \
693 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
697 #ifndef YY_LOCATION_PRINT
698 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
/external/bison/src/
Dparse-gram.c117 #define YY_LOCATION_PRINT(File, Loc) \ macro
1005 #ifndef YY_LOCATION_PRINT
1007 # define YY_LOCATION_PRINT(File, Loc) \ macro
1016 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) macro
1239 YY_LOCATION_PRINT (yyoutput, *yylocationp);
Dparse-gram.y41 #define YY_LOCATION_PRINT(File, Loc) \ macro
/external/bison/tests/
Dactions.at99 [[YY_LOCATION_PRINT(stderr, @$); fputc ('\n', stderr)]])[; }
153 # define YY_LOCATION_PRINT(Stream, Loc) \
164 # define YY_LOCATION_PRINT(Stream, Loc) \
216 ]YY_LOCATION_PRINT(stdout, AT_LOC)[;\
1272 # define YY_LOCATION_PRINT(File, Loc)
Dlocal.at396 YY_LOCATION_PRINT (stderr, ]AT_LOC[);
Dtestsuite177627 YY_LOCATION_PRINT (stderr, (*llocp));
/external/toybox/kconfig/
Dzconf.tab.c_shipped805 /* YY_LOCATION_PRINT -- Print the location on the stream.
809 #ifndef YY_LOCATION_PRINT
811 # define YY_LOCATION_PRINT(File, Loc) \
816 # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
/external/libpcap/
Dgrammar.c1445 #ifndef YY_LOCATION_PRINT
1446 # define YY_LOCATION_PRINT(File, Loc) ((void) 0) macro
/external/bison/
DChangeLog323 Make YY_LOCATION_PRINT similar to bison's own implementation of
330 Adjust YY_LOCATION_PRINT.
624 yacc.c, glr.c: a better YY_LOCATION_PRINT
704 yacc.c, glr.c: a better YY_LOCATION_PRINT
DChangeLog-20121645 YY_LOCATION_PRINT as a no-op for backward compatibility.
11770 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
11783 (YY_LOCATION_PRINT): New.
11825 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
11836 * data/yacc.c (YY_LOCATION_PRINT): New.
11850 * data/glr.c (YY_LOCATION_PRINT): New.