HomeSort by relevance Sort by last modified time
    Searched defs:yyleng (Results 1 - 17 of 17) sorted by null

  /external/bison/src/
flex-scanner.h 48 yyleng etc. when a prefix is given, since there is no longer a
51 #ifndef yyleng
52 # define yyleng FLEX_PREFIX (leng) macro
80 obstack_grow (&obstack_for_string, yytext, yyleng)
scan-skel.c 21 #define yyleng skel_leng macro
    [all...]
scan-code.c 21 #define yyleng code_leng macro
    [all...]
scan-gram.c 21 #define yyleng gram_leng macro
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 75 int YYLeng() const { return yyleng; }
105 int yyleng; member in class:FlexLexer
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events-flex.h 125 #define yyleng yyg->yyleng_r macro
parse-events-flex.c 132 #define yyleng yyg->yyleng_r macro
352 yyleng = (size_t) (yy_cp - yy_bp); \
    [all...]
pmu-flex.c 16 #define yyleng perf_pmu_leng macro
    [all...]
  /external/bison/examples/calc++/
calc++-scanner.cc 205 extern yy_size_t yyleng;
343 yy_size_t yyleng; variable
441 /* %% [2.0] code to fiddle yytext and yyleng for yymore() goes here \ */\
442 yyleng = (size_t) (yy_cp - yy_bp); \
567 # define YY_USER_ACTION yylloc->columns (yyleng);
686 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
781 /* Code executed at the beginning of each rule, after yytext and yyleng
932 yylloc->lines (yyleng); yylloc->step ();
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 143 #define yyleng yyg->yyleng_r macro
363 yyleng = (yy_size_t) (yy_cp - yy_bp); \
579 scanLoc->cIndex += yyleng; \
721 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
793 /* Code executed at the beginning of each rule, after yytext and yyleng
942 yylval->assign(yytext, yyleng);
949 yylval->assign(yytext, yyleng);
956 yylval->assign(yytext, yyleng);
965 yylval->assign(yytext, yyleng);
972 yylval->assign(yytext, yyleng);
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 155 #define yyleng yyg->yyleng_r macro
220 for ( yyl = n; yyl < yyleng; ++yyl )\
388 yyleng = (yy_size_t) (yy_cp - yy_bp); \
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 133 #define yyleng yyg->yyleng_r macro
356 yyleng = (size_t) (yy_cp - yy_bp); \
616 yycolumn += yyleng; \
785 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
857 /* Code executed at the beginning of each rule, after yytext and yyleng
870 if ( yyleng > 0 ) \
872 (yytext[yyleng - 1] == '\n'); \
    [all...]
glsl_lexer.cc 133 #define yyleng yyg->yyleng_r macro
356 yyleng = (size_t) (yy_cp - yy_bp); \
    [all...]
lex.yy.c 133 #define yyleng yyg->yyleng_r macro
356 yyleng = (size_t) (yy_cp - yy_bp); \
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 16 #define yyleng i386_leng macro
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 17 #define yyleng ldleng macro
    [all...]
  /external/libpcap/
scanner.c 17 #define yyleng pcap_leng macro
    [all...]

Completed in 1742 milliseconds