/external/dtc/ |
D | srcpos.h | 73 int first_column; member 85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 92 (Current).first_column = (Current).last_column = \
|
D | srcpos.c | 206 .first_column = 0, 221 pos->first_column = current_srcfile->colno; in srcpos_update() 261 pos->first_line, pos->first_column, in srcpos_string() 263 else if (pos->first_column != pos->last_column) in srcpos_string() 265 pos->first_line, pos->first_column, in srcpos_string() 269 pos->first_line, pos->first_column); in srcpos_string()
|
/external/u-boot/scripts/dtc/ |
D | srcpos.h | 73 int first_column; member 85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 92 (Current).first_column = (Current).last_column = \
|
D | srcpos.c | 206 .first_column = 0, 219 pos->first_column = current_srcfile->colno; in srcpos_update() 256 pos->first_line, pos->first_column, in srcpos_string() 258 else if (pos->first_column != pos->last_column) in srcpos_string() 260 pos->first_line, pos->first_column, in srcpos_string() 264 pos->first_line, pos->first_column); in srcpos_string()
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 76 int first_column; member 89 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 97 (Current).first_column = (Current).last_column = \
|
D | pp.c | 40 locp->first_column); in glcpp_error() 57 locp->first_column); in glcpp_warning()
|
D | glcpp-lex.l | 49 yylloc->first_column = yycolumn + 1; \
|
D | glcpp-parse.y | 164 @$.first_column = 1;
|
/external/mesa3d/src/compiler/glsl/ |
D | ast.h | 81 locp.first_column = this->location.first_column; in get_location() 97 this->location.first_column = locp.first_column; in set_location() 112 this->location.first_column = begin.first_column; in set_location_range() 122 unsigned first_column; /**< First column in the first line. */ member
|
D | glsl_parser_extras.h | 62 int first_column; member 878 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 886 (Current).first_column = (Current).last_column = \
|
D | glsl_parser_extras.cpp | 491 locp->first_column, in _mesa_glsl_msg() 1146 this->location.first_column = 0; in ast_node()
|
D | glsl_lexer.ll | 41 yylloc->first_column = yycolumn + 1; \
|
D | glsl_parser.yy | 89 @$.first_column = 1;
|
/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 150 int first_column; member 622 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \ 630 (Current).first_column = (Current).last_column = \ 672 if (0 <= yylocp->first_column) in yy_location_print_() 673 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_() 683 else if (0 <= end_col && yylocp->first_column < end_col) in yy_location_print_()
|
D | emp_ematch.yacc.h | 81 int first_column; member
|
/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; \ 462 yylloc->first_column = 1;
|
D | program_parser.h | 233 int first_column; member
|
D | program_parse.y | 105 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \ 112 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \ 113 (Current).last_column = (Current).first_column; \ 115 + (Current).first_column; \ 2504 locp->first_line, locp->first_column, s); 2572 loc.first_column = 0;
|
/external/yapf/yapf/yapflib/ |
D | format_token.py | 181 def RetainHorizontalSpacing(self, first_column, depth): argument 201 self.column - first_column + depth * style.Get('INDENT_WIDTH'))
|
/external/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_()
|
/external/eigen/Eigen/src/OrderingMethods/ |
D | Eigen_Colamd.h | 178 IndexType first_column ;/* first column in row (used in garbage collection) */ member 1760 Row [r].shared2.first_column = *psrc ; in garbage_collection() 1782 *psrc = Row [r].shared2.first_column ; in garbage_collection()
|
/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, \
|