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);
415 yy_size_t string_input(char* buf, yy_size_t max_size, yyscan_t yyscanner) {
431 int check_type(yyscan_t yyscanner) { in check_type()
447 int reserved_word(yyscan_t yyscanner) { in reserved_word()
457 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_reserved_ES3_keyword()
469 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_keyword_ES3_reserved()
482 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in ES2_identifier_ES3_keyword()
497 yyscan_t yyscanner = (yyscan_t) context->getScanner(); in uint_constant()
529 int int_constant(yyscan_t yyscanner) { in int_constant()
537 int float_constant(yyscan_t yyscanner) { in float_constant()
557 yyscan_t scanner = NULL; in glslang_initialize()
566 yyscan_t scanner = context->getScanner(); in glslang_finalize()