/external/u-boot/scripts/dtc/ |
D | srcpos.h | 75 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; \
|
D | srcpos.c | 208 .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/ |
D | srcpos.h | 75 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; \
|
D | srcpos.c | 208 .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/ |
D | glcpp.h | 78 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; \
|
D | glcpp-lex.l | 52 yylloc->last_column = yycolumn + 1; \
|
D | glcpp-parse.y | 166 @$.last_column = 1;
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.h | 64 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; \
|
D | ast.h | 83 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
|
D | glsl_lexer.ll | 44 yylloc->last_column = yycolumn + 1; \
|
D | glsl_parser_extras.cpp | 1148 this->location.last_column = 0; in ast_node()
|
D | glsl_parser.yy | 91 @$.last_column = 1;
|
/external/iproute2/tc/ |
D | emp_ematch.yacc.c | 152 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_()
|
D | emp_ematch.yacc.h | 83 int last_column; member
|
/external/mesa3d/src/mesa/program/ |
D | program_lexer.l | 132 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;
|
D | program_parser.h | 235 int last_column; member
|
D | program_parse.y | 108 (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/ |
D | subtype_assigner.py | 409 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/ |
D | glslang_tab.h | 238 int last_column; member
|
D | glslang_tab.cpp | 325 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/ |
D | plural.c | 495 Current.last_column = Rhs[N].last_column;
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 792 (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)
|