Lines Matching refs:yyscan_t
73 static yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner);
74 static int check_type(yyscan_t yyscanner);
75 static int reserved_word(yyscan_t yyscanner);
80 static int int_constant(yyscan_t yyscanner);
81 static int float_constant(yyscan_t yyscanner);
405 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
421 int check_type(yyscan_t yyscanner) { in check_type()
437 int reserved_word(yyscan_t yyscanner) { in reserved_word()
447 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword()
459 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved()
472 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_identifier_ES3_keyword()
518 int int_constant(yyscan_t yyscanner) { in int_constant()
526 int float_constant(yyscan_t yyscanner) { in float_constant()
546 yyscan_t scanner = NULL; in glslang_initialize()
555 yyscan_t scanner = context->getScanner(); in glslang_finalize()