/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
D | 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/ |
D | 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/chromium_org/third_party/angle/src/compiler/preprocessor/ |
D | 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),
|
D | Tokenizer.cpp | 145 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 561 yylineno = 1; \ 575 ++yyfileno; yylineno = 1; \ 578 yylloc->line = yylineno; \ 922 { ++yylineno; } 1131 ++yylineno; 1139 { ++yylineno; } 1162 yyfileno = static_cast<int>(sIndexMax); yylineno = 1; 1165 yylloc->line = yylineno; 1171 pp::SourceLocation(yyfileno, yylineno), [all …]
|
/external/elfutils/0.153/src/ |
D | ldlex.l | 90 %option yylineno 250 ++yylineno; in eat_to_eol() 256 error (0, 0, gettext ("%d: garbage at end of line"), yylineno); in eat_to_eol() 280 yylineno); in push_state() 290 error (0, 0, gettext ("%d: unexpected #endif"), yylineno); in pop_state() 355 ch, yylineno); in invalid_char()
|
D | ldlex.c | 19 #define yylineno ldlineno macro
|
/external/elfutils/0.153/libcpu/ |
D | i386_lex.l | 47 %option yylineno 121 ch, yylineno); in invalid_char()
|
D | i386_lex.c | 18 #define yylineno i386_lineno macro
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd_lexer.l | 29 int yylineno = 1; variable 82 \n yylineno++; /* ignore EOL */;
|
D | dnsextd_parser.y | 379 extern int yylineno; 383 fprintf( stderr,"%s:%d: error: %s\n", g_filename, yylineno, str ); in yyerror()
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
D | handlebars-1.0.0.beta.6.js | 108 performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) { 200 …k = [0], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, … 242 …errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpectin… 244 …errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1?"end of input":"… 246 …lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expe… 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++; 370 if (lines) this.yylineno += lines.length; [all …]
|
/external/mesa3d/src/glsl/ |
D | glsl_lexer.ll | 41 yylloc->first_line = yylineno + 1; \ 45 #define YY_USER_INIT yylineno = 0; yycolumn = 0; 162 * yylineno is zero-based instead of 165 yylineno = strtol(ptr, &ptr, 0) - 1; 177 * yylineno is zero-based instead of 180 yylineno = strtol(ptr, &ptr, 0) - 1; 204 <PRAGMA>\n { BEGIN 0; yylineno++; yycolumn = 0; } 218 <PP>\n { BEGIN 0; yylineno++; yycolumn = 0; return EOL; } 220 \n { yylineno++; yycolumn = 0; }
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | glsl_lexer.ll | 41 yylloc->first_line = yylineno + 1; \ 45 #define YY_USER_INIT yylineno = 0; yycolumn = 0; 162 * yylineno is zero-based instead of 165 yylineno = strtol(ptr, &ptr, 0) - 1; 177 * yylineno is zero-based instead of 180 yylineno = strtol(ptr, &ptr, 0) - 1; 204 <PRAGMA>\n { BEGIN 0; yylineno++; yycolumn = 0; } 218 <PP>\n { BEGIN 0; yylineno++; yycolumn = 0; return EOL; } 220 \n { yylineno++; yycolumn = 0; }
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | 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; } 1042 yylineno++; 1305 yylineno++; 2235 return yylineno; in glcpp_get_lineno() 2310 yylineno = line_number; in glcpp_set_lineno()
|
D | glsl_lexer.cc | 135 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 1058 yylloc->first_line = yylineno + 1; \ 1062 #define YY_USER_INIT yylineno = 0; yycolumn = 0; 1514 yylineno = strtol(ptr, &ptr, 0) - 1; 1536 yylineno = strtol(ptr, &ptr, 0) - 1; 1588 { BEGIN 0; yylineno++; yycolumn = 0; } 1630 { BEGIN 0; yylineno++; yycolumn = 0; return EOL; } 1636 { yylineno++; yycolumn = 0; } 3480 return yylineno; in _mesa_glsl_get_lineno() 3555 yylineno = line_number; in _mesa_glsl_set_lineno()
|
D | lex.yy.c | 135 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 3341 return yylineno; in _mesa_program_get_lineno() 3416 yylineno = line_number; in _mesa_program_set_lineno()
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 420 extern int yylineno; 422 int yylineno = 1; variable 1869 return yylineno; in yyget_lineno() 1915 yylineno = line_number; in yyset_lineno()
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | glslang_lex.cpp | 157 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 222 --yylineno;\ 1012 yylloc->first_line = yylloc->last_line = yylineno; 1337 do{ yylineno++; 2445 do{ yylineno++; in yyinput() 2860 return yylineno; in yyget_lineno() 2935 yylineno = line_number; in yyset_lineno()
|
D | glslang.l | 53 yylloc->first_line = yylloc->last_line = yylineno; 71 %option yylineno reentrant bison-bridge bison-locations
|
D | 64bit-lexer-safety.patch | 31 --yylineno;\
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | parse-events-flex.h | 127 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
|
D | parse-events-flex.c | 134 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 2676 return yylineno; in parse_events_get_lineno() 2751 yylineno = line_number; in parse_events_set_lineno()
|
D | pmu-flex.c | 18 #define yylineno perf_pmu_lineno macro
|
/external/bison/src/ |
D | scan-skel.c | 23 #define yylineno skel_lineno macro
|
/external/libpcap/ |
D | scanner.c | 19 #define yylineno pcap_lineno macro
|