Searched refs:yylex_init_extra (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_lex_autogen.cpp | 114 #ifdef yylex_init_extra 117 # define yylex_init_extra pplex_init_extra macro 810 int yylex_init_extra(YY_EXTRA_TYPE user_defined, yyscan_t *scanner); 2372 /* yylex_init_extra has the same functionality as yylex_init, but follows the 2379 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined, yyscan_t *ptr_yy_globals) in yylex_init_extra() function 2603 if ((mHandle == nullptr) && yylex_init_extra(&mContext, &mHandle)) in initScanner()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Tokenizer.cpp | 159 #ifdef yylex_init_extra 162 #define yylex_init_extra pplex_init_extra macro 1055 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner); 2806 /* yylex_init_extra has the same functionality as yylex_init, but follows the 2813 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() function 3064 if ((mHandle == nullptr) && yylex_init_extra(&mContext, &mHandle)) in initScanner()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 1018 int yylex_init_extra(YY_EXTRA_TYPE user_defined, yyscan_t *scanner); 3146 /* yylex_init_extra has the same functionality as yylex_init, but follows the 3153 int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined, yyscan_t *ptr_yy_globals) in yylex_init_extra() function 3768 if (yylex_init_extra(context, &scanner)) in glslang_initialize()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | glslang_lex.cpp | 1268 int yylex_init_extra ( YY_EXTRA_TYPE user_defined, yyscan_t* scanner); 3447 /* yylex_init_extra has the same functionality as yylex_init, but follows the 3454 int yylex_init_extra( YY_EXTRA_TYPE yy_user_defined, yyscan_t* ptr_yy_globals ) in yylex_init_extra() function 3781 if (yylex_init_extra(context, &scanner)) in glslang_initialize()
|
Completed in 17 milliseconds