Home | History | Annotate | Download | only in compiler

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) {
437 int reserved_word(yyscan_t yyscanner) {
447 yyscan_t yyscanner = (yyscan_t) context->getScanner();
459 yyscan_t yyscanner = (yyscan_t) context->getScanner();
472 yyscan_t yyscanner = (yyscan_t) context->getScanner();
518 int int_constant(yyscan_t yyscanner) {
526 int float_constant(yyscan_t yyscanner) {
546 yyscan_t scanner = NULL;
555 yyscan_t scanner = context->getScanner();