HomeSort by relevance Sort by last modified time
    Searched refs:yylineno (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 42 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...]
glcpp-lex.c 134 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
688 yylloc->first_line = yylineno; \
694 yylineno = 1; \
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 37 #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, NULL, &line)
    [all...]
glslang_lex.cpp 143 #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;
    [all...]
  /frameworks/base/tools/aidl/
aidl_language_l.l 23 yylval.buffer.lineno = yylineno; \
31 %option yylineno
43 \%\%\{ { begin_extra_text(yylineno, COPY_TEXT); BEGIN(COPYING); }
50 \/\* { begin_extra_text(yylineno, (which_extra_text)LONG_COMMENT);
68 \/\/.*\n { begin_extra_text(yylineno, SHORT_COMMENT);
71 {whitespace} { /* begin_extra_text(yylineno, WHITESPACE);
97 yylval.buffer.lineno = yylineno;
192 yylineno = 1;
aidl_language_y.y 9 extern int yylineno;
236 init_buffer_type(&$$.type.array_token, yylineno);
246 init_buffer_type(&$$.type.array_token, yylineno);
252 { init_buffer_type(&$$.buffer, yylineno); }
267 fprintf(stderr, "%s:%d: %s\n", g_currentFilename, yylineno, errstr);
  /external/elfutils/src/
ldlex.l 73 %option yylineno
232 ++yylineno;
238 error (0, 0, gettext ("%d: garbage at end of line"), yylineno);
262 yylineno);
272 error (0, 0, gettext ("%d: unexpected #endif"), yylineno);
337 ch, yylineno);
ldlex.c 17 #define yylineno ldlineno macro
291 extern int yylineno;
292 int yylineno = 1; variable
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
FlexLexer.h 82 int lineno() const { return yylineno; }
90 int yylineno; // only maintained if you use %option yylineno member in class:FlexLexer
flex.skl 279 %% 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
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 134 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 332 extern int yylineno;
334 int yylineno = 1; variable
    [all...]
  /system/core/sh/
arith_lex.c 336 extern int yylineno;
338 int yylineno = 1; variable
    [all...]

Completed in 125 milliseconds