Home
last modified time | relevance | path

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

/external/dtc/
Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
Dsrcpos.c206 .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/
Dsrcpos.h73 int first_column; member
85 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
92 (Current).first_column = (Current).last_column = \
Dsrcpos.c206 .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/
Dglcpp.h76 int first_column; member
89 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
97 (Current).first_column = (Current).last_column = \
Dpp.c40 locp->first_column); in glcpp_error()
57 locp->first_column); in glcpp_warning()
Dglcpp-lex.l49 yylloc->first_column = yycolumn + 1; \
Dglcpp-parse.y164 @$.first_column = 1;
/external/mesa3d/src/compiler/glsl/
Dast.h81 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
Dglsl_parser_extras.h62 int first_column; member
878 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
886 (Current).first_column = (Current).last_column = \
Dglsl_parser_extras.cpp491 locp->first_column, in _mesa_glsl_msg()
1146 this->location.first_column = 0; in ast_node()
Dglsl_lexer.ll41 yylloc->first_column = yycolumn + 1; \
Dglsl_parser.yy89 @$.first_column = 1;
/external/iproute2/tc/
Demp_ematch.yacc.c150 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_()
Demp_ematch.yacc.h81 int first_column; member
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l132 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;
Dprogram_parser.h233 int first_column; member
Dprogram_parse.y105 (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/
Dformat_token.py181 def RetainHorizontalSpacing(self, first_column, depth): argument
201 self.column - first_column + depth * style.Get('INDENT_WIDTH'))
/external/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_()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h178 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/
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, \