Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h78 int first_column; member
91 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
99 (Current).first_column = (Current).last_column = \
Dpp.c41 locp->first_column); in glcpp_error()
58 locp->first_column); in glcpp_warning()
Dglcpp-lex.l49 yylloc->first_column = yycolumn + 1; \
Dglcpp-parse.y182 @$.first_column = 1;
/third_party/mesa3d/src/compiler/glsl/
Dast.h83 locp.first_column = this->location.first_column; in get_location()
100 this->location.first_column = locp.first_column; in set_location()
116 this->location.first_column = begin.first_column; in set_location_range()
127 unsigned first_column; /**< First column in the first line. */ member
Dglsl_parser_extras.h67 int first_column; member
995 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
1004 (Current).first_column = (Current).last_column = \
Dglsl_parser_extras.cpp529 locp->first_line, locp->first_column, in _mesa_glsl_msg()
1217 this->location.first_column = 0; in ast_node()
Dglsl_lexer.ll42 yylloc->first_column = yycolumn + 1; \
Dglsl_parser.yy90 @$.first_column = 1;
/third_party/mesa3d/src/mesa/program/
Dprogram_lexer.l137 yylloc->first_column = yylloc->last_column; \
140 && (yylloc->first_column == 1)) { \
143 yylloc->position += yylloc->last_column - yylloc->first_column; \
467 yylloc->first_column = 1;
Dprogram_parser.h234 int first_column; member
Dprogram_parse.y116 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
123 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
124 (Current).last_column = (Current).first_column; \
126 + (Current).first_column; \
2520 locp->first_line, locp->first_column, s);
2597 loc.first_column = 0;
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dc.m4734 int first_column;
801 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
809 (Current).first_column = (Current).last_column = \
841 if (0 <= yylocp->first_column)
842 res += YYFPRINTF (yyo, ".%d", yylocp->first_column);
852 else if (0 <= end_col && yylocp->first_column < end_col)
/third_party/cef/tools/yapf/yapf/yapflib/
Dformat_token.py145 def RetainHorizontalSpacing(self, first_column, depth): argument
160 self.column - first_column + depth * style.Get('INDENT_WIDTH'))
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.h236 int first_column; member
Dglslang_tab.cpp323 int first_column; member
1638 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1646 (Current).first_column = (Current).last_column = \
1688 if (0 <= yylocp->first_column) in yy_location_print_()
1689 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_()
1699 else if (0 <= end_col && yylocp->first_column < end_col) in yy_location_print_()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_tab_autogen.h303 int first_column; member
Dglslang_tab_autogen.cpp392 int first_column; member
1640 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
1647 (Current).first_column = (Current).last_column = YYRHSLOC(Rhs, 0).last_column; \
1686 if (0 <= yylocp->first_column) in yy_location_print_()
1687 res += YYFPRINTF(yyo, ".%d", yylocp->first_column); in yy_location_print_()
1697 else if (0 <= end_col && yylocp->first_column < end_col) in yy_location_print_()
/third_party/mesa3d/src/intel/tools/
Di965_lex.l18 yylloc.first_column = yycolumn; \
Di965_gram.y45 int first_column; member
67 location->first_column, level_str[level]); in message()
/third_party/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, \
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp816 bool first_column = true; in snapshot_swapchain_frame() local
823 "%s%s%s", first_column ? "" : ", ", #name, \ in snapshot_swapchain_frame()
825 first_column = false; \ in snapshot_swapchain_frame()