Home
last modified time | relevance | path

Searched refs:last_column (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h80 int last_column; member
93 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
99 (Current).first_column = (Current).last_column = \
100 YYRHSLOC(Rhs, 0).last_column; \
Dglcpp-lex.l52 yylloc->last_column = yycolumn + 1; \
Dglcpp-parse.y184 @$.last_column = 1;
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h69 int last_column; member
997 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
1004 (Current).first_column = (Current).last_column = \
1005 YYRHSLOC(Rhs, 0).last_column; \
Dast.h85 locp.last_column = this->location.last_column; in get_location()
102 this->location.last_column = locp.last_column; in set_location()
117 this->location.last_column = end.last_column; in set_location_range()
129 unsigned last_column; /**< Last column in the last line. */ member
Dglsl_lexer.ll45 yylloc->last_column = yycolumn + 1; \
Dglsl_parser_extras.cpp1219 this->location.last_column = 0; in ast_node()
Dglsl_parser.yy92 @$.last_column = 1;
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l137 yylloc->first_column = yylloc->last_column; \
138 yylloc->last_column += yyleng; \
143 yylloc->position += yylloc->last_column - yylloc->first_column; \
469 yylloc->last_column = 1;
Dprogram_parser.h236 int last_column; member
Dprogram_parse.y119 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
123 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
124 (Current).last_column = (Current).first_column; \
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dc.m4736 int last_column;
803 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
809 (Current).first_column = (Current).last_column = \
810 YYRHSLOC (Rhs, 0).last_column; \
837 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h238 int last_column; member
Dglslang_tab.cpp325 int last_column; member
1640 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
1646 (Current).first_column = (Current).last_column = \
1647 YYRHSLOC (Rhs, 0).last_column; \
1684 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; in yy_location_print_()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h305 int last_column; member
Dglslang_tab_autogen.cpp394 int last_column; member
1642 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
1647 (Current).first_column = (Current).last_column = YYRHSLOC(Rhs, 0).last_column; \
1682 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; in yy_location_print_()
/third_party/toybox/kconfig/
Dzconf.tab.c_shipped792 (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)
/third_party/mesa3d/src/intel/tools/
Di965_lex.l19 yylloc.last_column = yycolumn + yyleng - 1; \
Di965_gram.y47 int last_column; member