Searched defs:unput (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 348 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | lex.priv_gst_parse_yy.c | 420 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_lex_autogen.cpp | 435 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 563 #define unput(c) yyunput( c, yyg->yytext_ptr , yyscanner ) macro
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | glslang_lex_autogen.cpp | 272 #define unput(c) yyunput(c, yyg->yytext_ptr, yyscanner) macro
|