Searched refs:yylineno (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.l42 yylloc->first_line = yylineno; \
48 yylineno = 1; \
85 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
87 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
104 yylineno++;
118 * yylineno is zero-based instead of
121 yylineno = strtol(ptr, &ptr, 0) - 1;
134 * yylineno is zero-based instead of
137 yylineno = strtol(ptr, &ptr, 0) - 1;
298 yylineno
[all...]
H A Dglcpp-lex.c134 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
688 yylloc->first_line = yylineno; \
694 yylineno = 1; \
1098 { yylineno++; yycolumn = 0; return NEWLINE; }
1109 { yylineno++; yycolumn = 0; return NEWLINE; }
1136 yylineno++;
1156 * yylineno is zero-based instead of
1159 yylineno = strtol(ptr, &ptr, 0) - 1;
1178 * yylineno is zero-based instead of
1181 yylineno
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang.l37 #define YY_USER_ACTION yylval->lex.line = yylineno;
47 %option yylineno reentrant bison-bridge
182 0{D}+ { context->error(yylineno, "Invalid Octal number.", yytext, "", ""); context->recover(); return 0;}
245 <*>. { context->warning(yylineno, "Unknown char", yytext, ""); return 0; }
267 context->warning(yylineno, msg, "", "");
273 context->error(yylineno, msg, "", "");
280 context->error(yylineno, msg, "", "");
288 DecodeSourceLoc(yylineno, &string, NULL);
289 yylineno = EncodeSourceLoc(string, line);
296 DecodeSourceLoc(yylineno, NUL
[all...]
H A Dglslang_lex.cpp143 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
190 * a 5% performance hit in a non-yylineno scanner, because yy_act is
198 --yylineno;\
773 #define YY_USER_ACTION yylval->lex.line = yylineno;
1086 do{ yylineno++;
1467 { context->error(yylineno, "Invalid Octal number.", yytext, "", ""); context->recover(); return 0;}
1689 { context->warning(yylineno, "Unknown char", yytext, ""); return 0; }
2098 do{ yylineno++;
2553 return yylineno;
2628 yylineno
[all...]
/external/elfutils/libcpu/
H A Di386_lex.l47 %option yylineno
121 ch, yylineno);
H A Di386_lex.c18 #define yylineno i386_lineno macro
/external/elfutils/src/
H A Dldlex.l90 %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);
H A Dldlex.c19 #define yylineno ldlineno macro
/external/webkit/Tools/android/flex-2.5.4a/
H A DFlexLexer.h82 int lineno() const { return yylineno; }
90 int yylineno; // only maintained if you use %option yylineno member in class:FlexLexer
H A Dflex.skl279 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here
509 %% code for yylineno update goes here
657 yylineno = 1; // this will only get updated if %option yylineno
961 %% update yylineno here
1044 %% update BOL and yylineno
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_lexer.l26 /* 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 */;
H A Ddnsextd_parser.y379 extern int yylineno;
383 fprintf( stderr,"%s:%d: error: %s\n", g_filename, yylineno, str );
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp134 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
1013 yylloc->first_line = yylineno + 1; \
1017 #define YY_USER_INIT yylineno = 0; yycolumn = 0;
1418 * yylineno is zero-based instead of
1421 yylineno = strtol(ptr, &ptr, 0) - 1;
1440 * yylineno is zero-based instead of
1443 yylineno = strtol(ptr, &ptr, 0) - 1;
1487 { BEGIN 0; yylineno++; yycolumn = 0; }
1529 { BEGIN 0; yylineno++; yycolumn = 0; return EOL; }
1535 { yylineno
[all...]
/external/bluetooth/bluez/tools/
H A Dlexer.c332 extern int yylineno;
334 int yylineno = 1; variable
1605 return yylineno;
1648 yylineno = line_number;

Completed in 102 milliseconds