Home
last modified time | relevance | path

Searched refs:yylineno (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
Dglcpp-lex.l46 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/
Dglcpp-lex.l46 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/
DTokenizer.l45 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),
DTokenizer.cpp145 #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/
Dldlex.l90 %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()
Dldlex.c19 #define yylineno ldlineno macro
/external/elfutils/0.153/libcpu/
Di386_lex.l47 %option yylineno
121 ch, yylineno); in invalid_char()
Di386_lex.c18 #define yylineno i386_lineno macro
/external/mdnsresponder/mDNSShared/
Ddnsextd_lexer.l29 int yylineno = 1; variable
82 \n yylineno++; /* ignore EOL */;
Ddnsextd_parser.y379 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/
Dhandlebars-1.0.0.beta.6.js108 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/
Dglsl_lexer.ll41 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/
Dglsl_lexer.ll41 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/
Dglcpp-lex.c135 #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()
Dglsl_lexer.cc135 #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()
Dlex.yy.c135 #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++/
Dcalc++-scanner.cc420 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/
Dglslang_lex.cpp157 #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()
Dglslang.l53 yylloc->first_line = yylloc->last_line = yylineno;
71 %option yylineno reentrant bison-bridge bison-locations
D64bit-lexer-safety.patch31 --yylineno;\
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dparse-events-flex.h127 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
Dparse-events-flex.c134 #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()
Dpmu-flex.c18 #define yylineno perf_pmu_lineno macro
/external/bison/src/
Dscan-skel.c23 #define yylineno skel_lineno macro
/external/libpcap/
Dscanner.c19 #define yylineno pcap_lineno macro

12