/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.l | 74 yylineno = 1; \ 88 ++yyfileno; yylineno = 1; \ 91 yylloc->line = yylineno; \ 96 result = yyextra->input.read(buf, maxSize, &yylineno); 130 if (yylineno == INT_MAX) 135 ++yylineno; 263 if (yylineno == INT_MAX) 268 ++yylineno; 290 yyfileno = static_cast<int>(sIndexMax); yylineno = 1; 293 yylloc->line = yylineno; [all …]
|
D | Tokenizer.cpp | 476 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 947 yylineno = 1; \ 961 ++yyfileno; yylineno = 1; \ 964 yylloc->line = yylineno; \ 969 result = yyextra->input.read(buf, maxSize, &yylineno); 1447 if (yylineno == INT_MAX) 1452 ++yylineno; 1662 if (yylineno == INT_MAX) 1667 ++yylineno; 1693 yyfileno = static_cast<int>(sIndexMax); yylineno = 1; [all …]
|
/external/angle/src/compiler/preprocessor/ |
D | preprocessor.l | 73 yylineno = 1; \ 88 ++yyfileno; yylineno = 1; \ 91 yylloc->line = yylineno; \ 96 result = yyextra->input.read(buf, maxSize, &yylineno); 130 if (yylineno == INT_MAX) 135 ++yylineno; 263 if (yylineno == INT_MAX) 268 ++yylineno; 290 yyfileno = static_cast<int>(sIndexMax); yylineno = 1; 293 yylloc->line = yylineno; [all …]
|
D | preprocessor_lex_autogen.cpp | 368 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 732 yylineno = 1; \ 748 yylineno = 1; \ 751 yylloc->line = yylineno; \ 755 #define YY_INPUT(buf, result, maxSize) result = yyextra->input.read(buf, maxSize, &yylineno); 1104 if (yylineno == INT_MAX) 1109 ++yylineno; 1319 if (yylineno == INT_MAX) 1324 ++yylineno; 1352 yylineno = 1; [all …]
|
/external/ltp/pan/ |
D | 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/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-lex.l | 46 yylineno = parser->new_line_number; \ 50 yylloc->first_line = yylloc->last_line = yylineno; \ 59 yylineno = 1; \ 273 <COMMENT>[^*\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; } 275 <COMMENT>"*"+[^*/\r\n]*{NEWLINE} { yylineno++; yycolumn = 0; parser->commented_newlines++; } 338 yylineno++; 582 yylineno++;
|
/external/elfutils/libcpu/ |
D | i386_lex.l | 50 %option yylineno 124 ch, yylineno); in invalid_char()
|
/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/mesa3d/src/freedreno/afuc/ |
D | lexer.l | 40 "\n" yylineno++; 42 ";"[^\n]*"\n" yylineno++; /* ignore comments */
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 43 yylloc->first_line = yylloc->last_line = yylineno + 1; \ 48 #define YY_USER_INIT yylineno = 0; yycolumn = 0; yylloc->source = 0; \ 256 * yylineno is zero-based instead of 259 yylineno = strtol(ptr, &ptr, 0) - 1; 267 yylineno--; 288 * yylineno is zero-based instead of 291 yylineno = strtol(ptr, &ptr, 0) - 1; 299 yylineno--; 323 * yylineno is zero-based instead of 326 yylineno = strtol(ptr, &ptr, 0) - 1; [all …]
|
/external/igt-gpu-tools/assembler/ |
D | lex.l | 1 %option yylineno 17 yylloc.first_line = yylloc.last_line = yylineno; \ 53 yylineno = atoi (yytext) - 1; 473 input_filename, yylineno, "unexpected token", lex_text());
|
D | gram.y | 2973 extern int yylineno; 2978 input_filename, yylineno, msg, lex_text()); in yyerror()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_lexer.l | 70 "\n" yylineno++; 72 ";"[^\n]*"\n" yylineno++; /* ignore comments */
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 1 %option yylineno 16 yylloc.first_line = yylloc.last_line = yylineno; \ 406 input_filename, yylineno,
|
D | i965_gram.y | 2333 extern int yylineno; 2339 input_filename, yylineno, msg, lex_text()); in yyerror()
|
/external/libpcap/ |
D | scanner.h | 371 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 727 #undef yylineno
|
D | scanner.c | 375 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 5231 return yylineno; in yyget_lineno() 5306 yylineno = _line_number; in yyset_lineno()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 242 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 325 --yylineno;\ 332 --yylineno;\ 1168 yylloc->first_line = yylloc->last_line = yylineno; 1633 do{ yylineno++; 2773 do{ yylineno++; in yyinput() 3226 return yylineno; in yyget_lineno() 3318 yylineno = _line_number; in yyset_lineno()
|
D | glslang.l | 68 yylloc->first_line = yylloc->last_line = yylineno; 86 %option yylineno reentrant bison-bridge bison-locations
|
/external/angle/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 184 #define yylineno (YY_CURRENT_BUFFER_LVALUE->yy_bs_lineno) macro 249 --yylineno; \ 257 --yylineno; \ 900 yylloc->first_line = yylloc->last_line = yylineno; 1287 yylineno++; 2553 yylineno++; in yyinput() 2969 return yylineno; in yyget_lineno() 3044 yylineno = _line_number; in yyset_lineno()
|
D | glslang.l | 80 yylloc->first_line = yylloc->last_line = yylineno; 124 %option yylineno reentrant bison-bridge bison-locations
|
/external/bcc/src/cc/frontends/b/ |
D | lexer.ll | 21 %option yylineno nodefault yyclass="Lexer" noyywrap c++ prefix="ebpfcc"
|
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 19 #define yylineno ematch_lineno macro
|