/external/mesa3d/src/glsl/glcpp/ |
D | glcpp.h | 67 int last_column; member 80 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \ 86 (Current).first_column = (Current).last_column = \ 87 YYRHSLOC(Rhs, 0).last_column; \
|
D | glcpp-parse.y | 155 @$.last_column = 1;
|
/external/mesa3d/src/glsl/ |
D | glsl_parser_extras.h | 222 int last_column; member 235 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \ 241 (Current).first_column = (Current).last_column = \ 242 YYRHSLOC(Rhs, 0).last_column; \
|
D | ast.h | 98 locp.last_column = locp.first_column; in get_location()
|
D | glsl_parser.yy | 52 @$.last_column = 1;
|
/external/bison/data/ |
D | c.m4 | 577 int last_column; 634 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 640 (Current).first_column = (Current).last_column = \ 641 YYRHSLOC (Rhs, 0).last_column; \ 668 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 132 yylloc->first_column = yylloc->last_column; \ 133 yylloc->last_column += yyleng; \ 138 yylloc->position += yylloc->last_column - yylloc->first_column; \ 488 yylloc->last_column = 1;
|
D | program_parser.h | 232 int last_column; member
|
D | program_parse.y | 106 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \ 110 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \ 111 (Current).last_column = (Current).first_column; \
|
/external/bison/tests/ |
D | glr-regression.at | 681 @1.first_column, @1.last_column, 682 @2.first_column, @2.last_column, 683 @3.first_column, @3.last_column); } 695 { printf("empty: %d/%d\n", @$.first_column, @$.last_column); } 713 yylloc.last_column = 9; 717 yylloc.last_column = 17; 1150 yylloc.last_line, yylloc.last_column); 1336 yylloc.first_column = yylloc.last_column = toknum + 1; 1356 yylloc.last_line, yylloc.last_column); 1597 llocp->last_column = llocp->first_column + 1;
|
D | cxx-type.at | 87 @2.last_line, @2.last_column);])[ 200 yylloc.last_column = colNum-1;]])[
|
D | local.at | 231 [AT_LOC_PUSHDEF([first_line], [first_column], [last_line], [last_column])])
|
D | actions.at | 1049 yylloc.first_column = yylloc.last_column = 1;
|
D | testsuite | 61506 (yylloc).first_column = (yylloc).last_column; 67824 (*llocp).first_column = (*llocp).last_column; 69096 (*llocp).first_column = (*llocp).last_column; 70368 (yylloc).first_column = (yylloc).last_column; 71586 (calclloc).last_column = 1; 71589 (calclloc).last_column++; 72899 (calclloc).last_column = 1; 72902 (calclloc).last_column++; 75476 (calclloc).last_column = 1; 75479 (calclloc).last_column++; [all …]
|
/external/bison/src/ |
D | parse-gram.c | 365 int last_column; member 986 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 992 (Current).first_column = (Current).last_column = \ 993 YYRHSLOC (Rhs, 0).last_column; \ 1011 fprintf (File, "-%d.%d", (Loc).last_line, (Loc).last_column - 1); \ 1012 else if ((Loc).first_column < (Loc).last_column - 1) \ 1013 fprintf (File, "-%d", (Loc).last_column - 1); \
|
D | parse-gram.h | 206 int last_column; member
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 610 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 616 (Current).first_column = (Current).last_column = \ 617 YYRHSLOC (Rhs, 0).last_column; \
|
D | parse-events-bison.c | 720 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 726 (Current).first_column = (Current).last_column = \ 727 YYRHSLOC (Rhs, 0).last_column; \
|
/external/v8/test/mjsunit/ |
D | debug-sourceinfo.js | 72 var last_column = 2; variable 259 assertEquals(last_column, script.locationFromPosition(last_position).column);
|
/external/e2fsprogs/intl/ |
D | plural.c | 495 Current.last_column = Rhs[N].last_column;
|
/external/libpcap/ |
D | grammar.c | 1479 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 1485 (Current).first_column = (Current).last_column = \ 1486 YYRHSLOC (Rhs, 0).last_column; \
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 792 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \ 798 (Current).first_column = (Current).last_column = \ 799 YYRHSLOC (Rhs, 0).last_column; \ 814 (Loc).last_line, (Loc).last_column)
|
/external/bison/doc/ |
D | refcard.tex | 454 as either {\tt first_column} or {\tt last_column}.
|
D | bison.texi | 2088 @code{last_column}. By conventions, and in accordance with the GNU 2135 @@3.last_line, @@3.last_column); 2180 ++yylloc.last_column; 2186 yylloc.first_column = yylloc.last_column; 2194 ++yylloc.last_column; 2197 ++yylloc.last_column; 2214 yylloc.last_column = 0; 2217 ++yylloc.last_column; 2239 yylloc.first_column = yylloc.last_column = 0; 2898 int last_column; [all …]
|
D | bison.info | 2589 `first_column', `last_line' and `last_column'. By conventions, and in 2631 @3.last_line, @3.last_column); 2670 ++yylloc.last_column; 2674 yylloc.first_column = yylloc.last_column; 2680 ++yylloc.last_column; 2683 ++yylloc.last_column; 2698 yylloc.last_column = 0; 2701 ++yylloc.last_column; 2719 yylloc.first_column = yylloc.last_column = 0; 3287 int last_column; [all …]
|