Home
last modified time | relevance | path

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

/external/u-boot/scripts/dtc/
Dsrcpos.h75 int last_column; member
87 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
92 (Current).first_column = (Current).last_column = \
93 YYRHSLOC(Rhs, 0).last_column; \
Dsrcpos.c208 .last_column = 0,
230 pos->last_column = current_srcfile->colno; in srcpos_update()
257 pos->last_line, pos->last_column); in srcpos_string()
258 else if (pos->first_column != pos->last_column) in srcpos_string()
261 pos->last_column); in srcpos_string()
/external/dtc/
Dsrcpos.h75 int last_column; member
87 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
92 (Current).first_column = (Current).last_column = \
93 YYRHSLOC(Rhs, 0).last_column; \
Dsrcpos.c208 .last_column = 0,
235 pos->last_column = current_srcfile->colno; in srcpos_update()
262 pos->last_line, pos->last_column); in srcpos_string()
263 else if (pos->first_column != pos->last_column) in srcpos_string()
266 pos->last_column); in srcpos_string()
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h78 int last_column; member
91 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
97 (Current).first_column = (Current).last_column = \
98 YYRHSLOC(Rhs, 0).last_column; \
Dglcpp-lex.l52 yylloc->last_column = yycolumn + 1; \
Dglcpp-parse.y166 @$.last_column = 1;
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h64 int last_column; member
880 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
886 (Current).first_column = (Current).last_column = \
887 YYRHSLOC(Rhs, 0).last_column; \
Dast.h83 locp.last_column = this->location.last_column; in get_location()
99 this->location.last_column = locp.last_column; in set_location()
113 this->location.last_column = end.last_column; in set_location_range()
124 unsigned last_column; /**< Last column in the last line. */ member
Dglsl_lexer.ll44 yylloc->last_column = yycolumn + 1; \
Dglsl_parser_extras.cpp1148 this->location.last_column = 0; in ast_node()
Dglsl_parser.yy91 @$.last_column = 1;
/external/iproute2/tc/
Demp_ematch.yacc.c152 int last_column; member
624 (Current).last_column = YYRHSLOC (Rhs, N).last_column; \
630 (Current).first_column = (Current).last_column = \
631 YYRHSLOC (Rhs, 0).last_column; \
668 int end_col = 0 != yylocp->last_column ? yylocp->last_column - 1 : 0; in yy_location_print_()
Demp_ematch.yacc.h83 int last_column; member
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l132 yylloc->first_column = yylloc->last_column; \
133 yylloc->last_column += yyleng; \
138 yylloc->position += yylloc->last_column - yylloc->first_column; \
464 yylloc->last_column = 1;
Dprogram_parser.h235 int last_column; member
Dprogram_parse.y108 (Current).last_column = YYRHSLOC(Rhs, N).last_column; \
112 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
113 (Current).last_column = (Current).first_column; \
/external/yapf/yapf/yapflib/
Dsubtype_assigner.py409 last_column = len(last.value.split('\n')[-1]) + 1
411 last_column = last.column + len(last.value) + 1
413 token.RPAR, u')', context=('', (last_lineno, last_column)))
/external/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_()
/external/e2fsprogs/intl/
Dplural.c495 Current.last_column = Rhs[N].last_column;
/external/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)