Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp3155 struct yyguts_t dummy_yyguts; in yylex_init_extra() local
3157 yyset_extra(yy_user_defined, &dummy_yyguts); in yylex_init_extra()
3165 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp2381 struct yyguts_t dummy_yyguts; in yylex_init_extra() local
2383 yyset_extra(yy_user_defined, &dummy_yyguts); in yylex_init_extra()
2391 *ptr_yy_globals = (yyscan_t)yyalloc(sizeof(struct yyguts_t), &dummy_yyguts); in yylex_init_extra()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp3456 struct yyguts_t dummy_yyguts; in yylex_init_extra() local
3458 yyset_extra (yy_user_defined, &dummy_yyguts); in yylex_init_extra()
3465 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DTokenizer.cpp2815 struct yyguts_t dummy_yyguts; in yylex_init_extra() local
2817 yyset_extra (yy_user_defined, &dummy_yyguts); in yylex_init_extra()
2824 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()

Completed in 21 milliseconds