/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 78 int first_column; member 91 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 99 (Current).first_column = (Current).last_column = \
|
D | pp.c | 41 locp->first_column); in glcpp_error() 58 locp->first_column); in glcpp_warning()
|
D | glcpp-lex.l | 49 yylloc->first_column = yycolumn + 1; \
|
D | glcpp-parse.y | 182 @$.first_column = 1;
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast.h | 83 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
|
D | glsl_parser_extras.h | 67 int first_column; member 995 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 1004 (Current).first_column = (Current).last_column = \
|
D | glsl_parser_extras.cpp | 529 locp->first_line, locp->first_column, in _mesa_glsl_msg() 1217 this->location.first_column = 0; in ast_node()
|
D | glsl_lexer.ll | 42 yylloc->first_column = yycolumn + 1; \
|
D | glsl_parser.yy | 90 @$.first_column = 1;
|
/third_party/mesa3d/src/mesa/program/ |
D | program_lexer.l | 137 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;
|
D | program_parser.h | 234 int first_column; member
|
D | program_parse.y | 116 (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/ |
D | c.m4 | 734 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/ |
D | format_token.py | 145 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/ |
D | glslang_tab.h | 236 int first_column; member
|
D | glslang_tab.cpp | 323 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/ |
D | glslang_tab_autogen.h | 303 int first_column; member
|
D | glslang_tab_autogen.cpp | 392 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/ |
D | i965_lex.l | 18 yylloc.first_column = yycolumn; \
|
D | i965_gram.y | 45 int first_column; member 67 location->first_column, level_str[level]); in message()
|
/third_party/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, \
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 816 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()
|