/external/mesa3d/src/glsl/glcpp/ |
D | glcpp.h | 65 int first_column; member 78 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 86 (Current).first_column = (Current).last_column = \
|
D | pp.c | 42 locp->first_column); in glcpp_error() 63 locp->first_column); in glcpp_warning()
|
D | glcpp-lex.l | 49 yylloc->first_column = yycolumn + 1; \
|
D | glcpp-parse.y | 153 @$.first_column = 1;
|
/external/mesa3d/src/glsl/ |
D | glsl_parser_extras.h | 220 int first_column; member 233 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 241 (Current).first_column = (Current).last_column = \
|
D | ast.h | 96 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()
|
D | glsl_parser_extras.cpp | 147 locp->first_column, in _mesa_glsl_msg()
|
D | glsl_lexer.ll | 40 yylloc->first_column = yycolumn + 1; \
|
/external/bison/data/ |
D | c.m4 | 575 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/ |
D | program_lexer.l | 132 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;
|
D | program_parser.h | 230 int first_column; member
|
D | program_parse.y | 103 (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/ |
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); } 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 …]
|
D | actions.at | 789 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;
|
D | cxx-type.at | 86 @2.first_line, @2.first_column, 175 yylloc.first_column = colNum;]])[
|
D | local.at | 231 [AT_LOC_PUSHDEF([first_line], [first_column], [last_line], [last_column])])
|
/external/bison/src/ |
D | parse-gram.h | 204 int first_column; member
|
D | parse-gram.c | 363 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/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 608 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 616 (Current).first_column = (Current).last_column = \
|
D | parse-events-bison.c | 718 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 726 (Current).first_column = (Current).last_column = \
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 185 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/libpcap/ |
D | grammar.c | 1477 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 1485 (Current).first_column = (Current).last_column = \
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 790 (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/ |
D | refcard.tex | 454 as either {\tt first_column} or {\tt last_column}.
|
D | bison.texi | 2087 @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 …]
|