/external/elfutils/libcpu/ |
i386_lex.l | 47 %option yylineno 121 ch, yylineno);
|
i386_lex.c | 18 #define yylineno i386_lineno macro [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp-lex.l | 46 yylineno = parser->new_line_number; \ 50 yylloc->first_line = yylineno; \ 58 yylineno = 1; \ 114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 133 yylineno++; 292 yylineno++;
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-lex.l | 46 yylineno = parser->new_line_number; \ 50 yylloc->first_line = yylineno; \ 58 yylineno = 1; \ 114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; } 133 yylineno++; 292 yylineno++;
|
/frameworks/base/tools/aidl/ |
aidl_language_l.l | 23 yylval.buffer.lineno = yylineno; \ 31 %option yylineno 44 \%\%\{ { begin_extra_text(yylineno, COPY_TEXT); BEGIN(COPYING); } 51 \/\* { begin_extra_text(yylineno, (which_extra_text)LONG_COMMENT); 69 \/\/.*\n { begin_extra_text(yylineno, SHORT_COMMENT); 72 {whitespace} { /* begin_extra_text(yylineno, WHITESPACE); 101 yylval.buffer.lineno = yylineno; 196 yylineno = 1;
|
aidl_language_y.y | 9 extern int yylineno; 321 init_buffer_type(&$$.type.array_token, yylineno); 331 init_buffer_type(&$$.type.array_token, yylineno); 337 { init_buffer_type(&$$.buffer, yylineno); } 352 fprintf(stderr, "%s:%d: %s\n", g_currentFilename, yylineno, errstr);
|
/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Tokenizer.l | 45 yylineno = 1; \ 59 ++yyfileno; yylineno = 1; \ 62 yylloc->line = yylineno; \ 100 <COMMENT>{NEWLINE} { ++yylineno; } 227 ++yylineno; 232 \\{NEWLINE} { ++yylineno; } 251 yyfileno = static_cast<int>(sIndexMax); yylineno = 1; 254 yylloc->line = yylineno; 260 pp::SourceLocation(yyfileno, yylineno),
|
Tokenizer.cpp | 144 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 541 yylineno = 1; \ 555 ++yyfileno; yylineno = 1; \ 558 yylloc->line = yylineno; \ 898 { ++yylineno; } 1107 ++yylineno; 1115 { ++yylineno; } 1138 yyfileno = static_cast<int>(sIndexMax); yylineno = 1; 1141 yylloc->line = yylineno; 1147 pp::SourceLocation(yyfileno, yylineno), [all...] |
/external/elfutils/src/ |
ldlex.l | 90 %option yylineno 250 ++yylineno; 256 error (0, 0, gettext ("%d: garbage at end of line"), yylineno); 280 yylineno); 290 error (0, 0, gettext ("%d: unexpected #endif"), yylineno); 355 ch, yylineno);
|
ldlex.c | 19 #define yylineno ldlineno macro [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd_lexer.l | 26 /* Mac OS X 10.4 has flex version 2.5.4, which doesn't define yylineno for us */ 27 /* Mac OS X 10.5 has flex version 2.5.33, which does define yylineno */ 29 int yylineno = 1; 82 \n yylineno++; /* ignore EOL */;
|
dnsextd_parser.y | 379 extern int yylineno; 383 fprintf( stderr,"%s:%d: error: %s\n", g_filename, yylineno, str );
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glcpp-lex.c | 135 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 611 yylineno = parser->new_line_number; \ 615 yylloc->first_line = yylineno; \ 623 yylineno = 1; \ 1004 { yylineno++; yycolumn = 0; return NEWLINE; } 1015 { yylineno++; yycolumn = 0; return NEWLINE; } [all...] |
glsl_lexer.cc | 135 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro [all...] |
lex.yy.c | 135 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro [all...] |
/external/chromium_org/third_party/angle/src/compiler/ |
glslang.l | 52 yylloc->first_line = yylloc->last_line = yylineno; 65 %option yylineno reentrant bison-bridge bison-locations
|
glslang_lex.cpp | 156 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 208 * a 5% performance hit in a non-yylineno scanner, because yy_act is 216 --yylineno;\ [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
handlebars-1.0.0.beta.6.js | 108 performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) { 200 var self = this, stack = [0], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, recovering = 0, TERROR = 2, EOF = 1; 242 errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + this.terminals_[symbol] + "'"; 244 errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1?"end of input":"'" + (this.terminals_[symbol] || symbol) + "'"); 246 this.parseError(errStr, {text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expected: expected}); 262 yylineno = this.lexer.yylineno; 275 r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack); 310 this.yylineno = this.yyleng = 0; 323 if (lines) this.yylineno++ [all...] |
/external/bison/examples/calc++/ |
calc++-scanner.cc | 406 /* %% [1.0] yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here */ 420 extern int yylineno; 422 int yylineno = 1; variable 892 /* %% [11.0] code for yylineno update goes here */ [all...] |
/system/core/sh/ |
arith_lex.c | 336 extern int yylineno; 338 int yylineno = 1; variable [all...] |
/external/bison/src/ |
scan-skel.c | 23 #define yylineno skel_lineno macro [all...] |
scan-code.c | 23 #define yylineno code_lineno macro [all...] |
scan-gram.c | 23 #define yylineno gram_lineno macro [all...] |