Home
last modified time | relevance | path

Searched refs:first_column (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/glsl/
Dglsl_parser_extras.h220 int first_column; member
233 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
241 (Current).first_column = (Current).last_column = \
Dast.h96 locp.first_column = this->location.column; in get_location()
98 locp.last_column = locp.first_column; in get_location()
112 this->location.column = locp.first_column; in set_location()
Dglsl_parser_extras.cpp147 locp->first_column, in _mesa_glsl_msg()
Dglsl_lexer.ll40 yylloc->first_column = yycolumn + 1; \
Dglsl_parser.yy50 @$.first_column = 1;
/external/mesa3d/src/glsl/glcpp/
Dglcpp.h65 int first_column; member
78 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
86 (Current).first_column = (Current).last_column = \
Dpp.c42 locp->first_column); in glcpp_error()
63 locp->first_column); in glcpp_warning()
Dglcpp-lex.l49 yylloc->first_column = yycolumn + 1; \
Dglcpp-parse.y153 @$.first_column = 1;
/external/bison/data/
Dc.m4575 int first_column;
632 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
640 (Current).first_column = (Current).last_column = \
672 if (0 <= yylocp->first_column)
673 res += fprintf (yyo, ".%d", yylocp->first_column);
683 else if (0 <= end_col && yylocp->first_column < end_col)
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l132 yylloc->first_column = yylloc->last_column; \
135 && (yylloc->first_column == 1)) { \
138 yylloc->position += yylloc->last_column - yylloc->first_column; \
486 yylloc->first_column = 1;
Dprogram_parser.h230 int first_column; member
Dprogram_parse.y103 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
110 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
111 (Current).last_column = (Current).first_column; \
113 + (Current).first_column; \
2675 locp->first_line, locp->first_column, s);
2743 loc.first_column = 0;
/external/bison/tests/
Dglr-regression.at681 @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); }
712 yylloc.first_column = 1;
716 yylloc.first_column = 13;
1149 yylloc.first_line, yylloc.first_column,
1336 yylloc.first_column = yylloc.last_column = toknum + 1;
1355 yylloc.first_line, yylloc.first_column,
1596 llocp->first_column = toknum + 1;
[all …]
Dactions.at789 fprintf (yyoutput, "<> printer for '%c' @ %d", $$, @$.first_column);
792 fprintf (stdout, "<> destructor for '%c' @ %d.\n", $$, @$.first_column);
796 fprintf (yyoutput, "'b'/'c' printer for '%c' @ %d", $$, @$.first_column);
799 fprintf (stdout, "'b'/'c' destructor for '%c' @ %d.\n", $$, @$.first_column);
1020 fprintf (yyoutput, "<]]kind[[> for '%c' @ %d", $$, @$.first_column);
1023 fprintf (stdout, "<]]kind[[> for '%c' @ %d.\n", $$, @$.first_column);
1049 yylloc.first_column = yylloc.last_column = 1;
Dcxx-type.at86 @2.first_line, @2.first_column,
175 yylloc.first_column = colNum;]])[
Dlocal.at231 [AT_LOC_PUSHDEF([first_line], [first_column], [last_line], [last_column])])
Dtestsuite61506 (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;
84686 (yylloc).first_column = (yylloc).last_column;
92268 (*llocp).first_column = (*llocp).last_column;
93540 (yylloc).first_column = (yylloc).last_column;
177639 llocp->first_column = toknum + 1;
177640 llocp->last_column = llocp->first_column + 1;
/external/bison/src/
Dparse-gram.h204 int first_column; member
Dparse-gram.c363 int first_column; member
984 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
992 (Current).first_column = (Current).last_column = \
1009 fprintf (File, "%d.%d", (Loc).first_line, (Loc).first_column); \
1012 else if ((Loc).first_column < (Loc).last_column - 1) \
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h185 Index first_column ;/* first column in row (used in garbage collection) */ member
1767 Row [r].shared2.first_column = *psrc ; in garbage_collection()
1789 *psrc = Row [r].shared2.first_column ; in garbage_collection()
/external/toybox/kconfig/
Dzconf.tab.c_shipped790 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
798 (Current).first_column = (Current).last_column = \
813 (Loc).first_line, (Loc).first_column, \
/external/bison/doc/
Drefcard.tex454 as either {\tt first_column} or {\tt last_column}.
Dbison.texi2087 @code{first_line}, @code{first_column}, @code{last_line} and
2134 @@3.first_line, @@3.first_column,
2186 yylloc.first_column = yylloc.last_column;
2239 yylloc.first_column = yylloc.last_column = 0;
2896 int first_column;
2965 int first_column;
3042 int first_column;
4086 int first_column;
4130 @@$.first_column = @@1.first_column;
4141 @@3.first_line, @@3.first_column,
[all …]
Dbison.info2589 `first_column', `last_line' and `last_column'. By conventions, and in
2630 @3.first_line, @3.first_column,
2674 yylloc.first_column = yylloc.last_column;
2719 yylloc.first_column = yylloc.last_column = 0;
3285 int first_column;
3342 int first_column;
3402 int first_column;
4271 int first_column;
4309 @$.first_column = @1.first_column;
4320 @3.first_line, @3.first_column,
[all …]

12