Home
last modified time | relevance | path

Searched refs:dummy_yyguts (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/preprocessor/
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()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
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()
/external/libpcap/
Dscanner.c5403 struct yyguts_t dummy_yyguts; in yylex_init_extra() local
5405 yyset_extra (yy_user_defined, &dummy_yyguts); in yylex_init_extra()
5412 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &dummy_yyguts ); in yylex_init_extra()
/external/swiftshader/src/OpenGL/compiler/
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()
/external/angle/src/compiler/translator/
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()