Home
last modified time | relevance | path

Searched refs:yylex_destroy (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp120 #ifdef yylex_destroy
123 # define yylex_destroy pplex_destroy macro
815 int yylex_destroy(yyscan_t yyscanner);
2412 * This function is called from yylex_destroy(), so don't allocate here. in yy_init_globals()
2441 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2442 int yylex_destroy(yyscan_t yyscanner) in yylex_destroy() function
2615 yylex_destroy(mHandle); in destroyScanner()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp166 #ifdef yylex_destroy
169 #define yylex_destroy pplex_destroy macro
1063 int yylex_destroy ( yyscan_t yyscanner );
2845 * This function is called from yylex_destroy(), so don't allocate here. in yy_init_globals()
2882 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2883 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy() function
3076 yylex_destroy(mHandle); in destroyScanner()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp1023 int yylex_destroy(yyscan_t yyscanner);
3186 * This function is called from yylex_destroy(), so don't allocate here. in yy_init_globals()
3215 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
3216 int yylex_destroy(yyscan_t yyscanner) in yylex_destroy() function
3782 yylex_destroy(scanner); in glslang_finalize()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp1276 int yylex_destroy ( yyscan_t yyscanner );
3486 * This function is called from yylex_destroy(), so don't allocate here. in yy_init_globals()
3525 /* yylex_destroy is for both reentrant and non-reentrant scanners. */
3526 int yylex_destroy (yyscan_t yyscanner) in yylex_destroy() function
3793 yylex_destroy(scanner); in glslang_finalize()

Completed in 16 milliseconds