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

  /frameworks/compile/mclinker/include/mcld/Script/
FlexLexer.h 173 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/libpcap/
scanner.c 311 static int yy_init = 0; /* whether we need to initialize */ variable
    [all...]
  /external/skia/src/sksl/
lex.layout.c 627 int yy_init; member in struct:yyguts_t
821 if ( !yyg->yy_init )
823 yyg->yy_init = 1;
    [all...]
lex.sksl.c 682 int yy_init; member in struct:yyguts_t
880 if ( !yyg->yy_init )
882 yyg->yy_init = 1;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.cpp 628 int yy_init; member in struct:yyguts_t
852 if ( !yyg->yy_init )
854 yyg->yy_init = 1;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 1103 int yy_init; member in struct:yyguts_t
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldlex.l 549 yy_init = 0;

Completed in 82 milliseconds