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

  /external/elfutils/libcpu/
i386_lex.l 50 %option yylineno
124 ch, yylineno);
  /external/iptables/iptables/
xtables-config-syntax.l 17 %option yylineno
xtables-config-parser.y 27 extern int yylineno;
150 yylineno, yytext, msg);
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.l 61 yylineno = 1; \
75 ++yyfileno; yylineno = 1; \
78 yylloc->line = yylineno; \
116 <COMMENT>{NEWLINE} { ++yylineno; }
243 ++yylineno;
248 \\{NEWLINE} { ++yylineno; }
266 yyfileno = sIndexMax; yylineno = 1;
269 yylloc->line = yylineno;
275 pp::SourceLocation(yyfileno, yylineno),
Tokenizer.cpp 152 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
583 yylineno = 1; \
597 ++yyfileno; yylineno = 1; \
600 yylloc->line = yylineno; \
955 { ++yylineno; }
1164 ++yylineno;
1172 { ++yylineno;
    [all...]
  /external/elfutils/src/
ldlex.l 82 %option yylineno
242 ++yylineno;
248 error (0, 0, gettext ("%d: garbage at end of line"), yylineno);
272 yylineno);
282 error (0, 0, gettext ("%d: unexpected #endif"), yylineno);
347 ch, yylineno);
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-lex.l 46 yylineno = parser->new_line_number; \
50 yylloc->first_line = yylloc->last_line = yylineno; \
59 yylineno = 1; \
265 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
267 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; }
324 yylineno++;
549 yylineno++;
  /external/ltp/pan/
scan.l 93 %option yylineno
153 sprintf(info, "%d", yylineno);
189 sprintf(info, "%d", yylineno);
356 extern int yylineno; /* Line number from Lex */
386 yylineno, yytext, ps->name, scan_mode, exp_mode);
437 extern int yylineno; /* Line number from Lex */
445 yylineno=1;
  /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/skia/src/sksl/
layout.flex 24 %option yylineno
lex.layout.c 128 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
188 * a 5% performance hit in a non-yylineno scanner, because yy_act is
196 --yylineno;\
203 --yylineno;\
914 do{ yylineno++;
    [all...]
lex.sksl.c 128 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
188 * a 5% performance hit in a non-yylineno scanner, because yy_act is
196 --yylineno;\
203 --yylineno;\
    [all...]
sksl.flex 23 %option yylineno
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 95 int lineno() const { return yylineno; }
103 int yylineno; // only maintained if you use %option yylineno member in class:FlexLexer
  /system/tools/hidl/c2hal/
c2hal_l.ll 68 #define YY_USER_ACTION yylloc->first_line = yylineno;
86 %option yylineno
110 "\n" { /* needed for yylineno to update */ }
  /system/tools/hidl/
hidl-gen_l.ll 70 %option yylineno
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 164 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
224 * a 5% performance hit in a non-yylineno scanner, because yy_act is
232 --yylineno;\
239 --yylineno;\
    [all...]
glslang.l 68 yylloc->first_line = yylloc->last_line = yylineno;
86 %option yylineno reentrant bison-bridge bison-locations
  /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...]
  /external/libpcap/
scanner.h 136 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
scanner.c 142 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro
    [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...]

Completed in 417 milliseconds