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

  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 177 int yy_init; // whether we need to initialize member in class:yyFlexLexer
  /external/bison/examples/calc++/
calc++-scanner.cc 347 static int yy_init = 0; /* whether we need to initialize */ variable
815 if ( !(yy_init) )
817 (yy_init) = 1;
    [all...]
  /external/bison/src/
scan-skel.c 366 static int yy_init = 0; /* whether we need to initialize */ variable
912 if ( !(yy_init) )
914 (yy_init) = 1;
    [all...]
scan-code.c 366 static int yy_init = 0; /* whether we need to initialize */ variable
1019 if ( !(yy_init) )
1021 (yy_init) = 1;
    [all...]
scan-gram.c 366 static int yy_init = 0; /* whether we need to initialize */ variable
    [all...]
  /external/elfutils/0.153/libcpu/
i386_lex.c 310 static int yy_init = 0; /* whether we need to initialize */ variable
771 if ( !(yy_init) )
773 (yy_init) = 1;
    [all...]
  /external/elfutils/0.153/src/
ldlex.c 311 static int yy_init = 0; /* whether we need to initialize */ variable
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-flex.c 306 static int yy_init = 0; /* whether we need to initialize */ variable
697 if ( !(yy_init) )
699 (yy_init) = 1;
    [all...]
parse-events-flex.c 1136 int yy_init; member in struct:yyguts_t
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 606 int yy_init; member in struct:yyguts_t
823 if ( !yyg->yy_init )
825 yyg->yy_init = 1;
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-lex.c 661 int yy_init; member in struct:yyguts_t
905 if ( !yyg->yy_init )
907 yyg->yy_init = 1;
    [all...]
glsl_lexer.cc 1170 int yy_init; member in struct:yyguts_t
    [all...]
lex.yy.c 1209 int yy_init; member in struct:yyguts_t
    [all...]
  /external/libpcap/
scanner.c 307 static int yy_init = 0; /* whether we need to initialize */ variable
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_lex.cpp 1048 int yy_init; member in struct:yyguts_t
    [all...]

Completed in 2834 milliseconds