Lines Matching refs:yy_error_sym

38 static void yy_error_sym(const char *msg, int sym);
1685 yy_error_sym("<EOL> expected, got", sym); in skip_EOL()
1693 yy_error_sym("<WS> expected, got", sym); in skip_WS()
1701 yy_error_sym("<ONE_LINE_COMMENT> expected, got", sym); in skip_ONE_LINE_COMMENT()
1709 yy_error_sym("<COMMENT> expected, got", sym); in skip_COMMENT()
2031 yy_error_sym("'(' expected, got", sym); in parse_declarations()
2038 yy_error_sym("')' expected, got", sym); in parse_declarations()
2063 yy_error_sym("';' expected, got", sym); in parse_declarations()
2074 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2079 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2084 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2089 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2094 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2111 yy_error_sym("'(' expected, got", sym); in parse_declaration_specifiers()
2123 yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2126 yy_error_sym("')' expected, got", sym); in parse_declaration_specifiers()
2173 yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2191 yy_error_sym("unexpected", sym); in parse_specifier_qualifier_list()
2204 yy_error_sym("unexpected", sym); in parse_type_qualifier_list()
2225 yy_error_sym("unexpected", sym); in parse_type_qualifier()
2235 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2240 …FFI_DCL_TYPE_SPECIFIERS-(ZEND_FFI_DCL_SIGNED|ZEND_FFI_DCL_UNSIGNED))) yy_error_sym("unexpected", s… in parse_type_specifier()
2245 …IFIERS-(ZEND_FFI_DCL_SIGNED|ZEND_FFI_DCL_UNSIGNED|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2250 …SIGNED|ZEND_FFI_DCL_SHORT|ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_LONG_LONG))) yy_error_sym("unexpected", s… in parse_type_specifier()
2256 …CL_LONG|ZEND_FFI_DCL_SIGNED|ZEND_FFI_DCL_UNSIGNED|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2259 …UNSIGNED|ZEND_FFI_DCL_INT|ZEND_FFI_DCL_DOUBLE|ZEND_FFI_DCL_COMPLEX))) yy_error_sym("unexpected", s… in parse_type_specifier()
2265 …if (dcl->flags & (ZEND_FFI_DCL_TYPE_SPECIFIERS-(ZEND_FFI_DCL_COMPLEX))) yy_error_sym("unexpected",… in parse_type_specifier()
2270 …ND_FFI_DCL_TYPE_SPECIFIERS-(ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_COMPLEX))) yy_error_sym("unexpected", s… in parse_type_specifier()
2275 …CL_SHORT|ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_LONG_LONG|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2280 …CL_SHORT|ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_LONG_LONG|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2285 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2293 …ECIFIERS-(ZEND_FFI_DCL_FLOAT|ZEND_FFI_DCL_DOUBLE|ZEND_FFI_DCL_LONG))) yy_error_sym("unexpected", s… in parse_type_specifier()
2299 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2303 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2307 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2314 yy_error_sym("unexpected", sym); in parse_type_specifier()
2327 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier()
2345 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier()
2357 yy_error_sym("'{' expected, got", sym); in parse_struct_contents()
2375 yy_error_sym("unexpected", sym2); in parse_struct_contents()
2385 yy_error_sym("unexpected", sym2); in parse_struct_contents()
2402 yy_error_sym("'}' expected, got", sym); in parse_struct_contents()
2428 yy_error_sym("unexpected", sym); in parse_struct_declaration()
2452 yy_error_sym("unexpected", sym); in parse_struct_declarator()
2459 yy_error_sym("unexpected", sym); in parse_struct_declarator()
2466 yy_error_sym("'enum' expected, got", sym); in parse_enum_specifier()
2482 yy_error_sym("'}' expected, got", sym); in parse_enum_specifier()
2491 yy_error_sym("unexpected", sym); in parse_enum_specifier()
2498 yy_error_sym("'}' expected, got", sym); in parse_enum_specifier()
2505 yy_error_sym("unexpected", sym); in parse_enum_specifier()
2531 yy_error_sym("unexpected", sym2); in parse_enumerator_list()
2541 yy_error_sym("unexpected", sym2); in parse_enumerator_list()
2587 yy_error_sym("')' expected, got", sym); in parse_declarator()
2592 yy_error_sym("unexpected", sym); in parse_declarator()
2614 yy_error_sym("')' expected, got", sym); in parse_abstract_declarator()
2639 yy_error_sym("')' expected, got", sym); in parse_parameter_declarator()
2647 yy_error_sym("unexpected", sym); in parse_parameter_declarator()
2658 yy_error_sym("'*' expected, got", sym); in parse_pointer()
2705 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2715 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2747 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2757 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2774 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators()
2786 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators()
2789 yy_error_sym("']' expected, got", sym); in parse_array_or_function_declarators()
2815 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2825 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2840 yy_error_sym("'...' expected, got", sym); in parse_array_or_function_declarators()
2851 yy_error_sym("')' expected, got", sym); in parse_array_or_function_declarators()
2860 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators()
2894 yy_error_sym("'(' expected, got", sym); in parse_attributes()
2898 yy_error_sym("'(' expected, got", sym); in parse_attributes()
2907 yy_error_sym("')' expected, got", sym); in parse_attributes()
2911 yy_error_sym("')' expected, got", sym); in parse_attributes()
2918 yy_error_sym("'(' expected, got", sym); in parse_attributes()
2928 yy_error_sym("')' expected, got", sym); in parse_attributes()
2934 yy_error_sym("')' expected, got", sym); in parse_attributes()
2959 yy_error_sym("unexpected", sym); in parse_attributes()
2990 yy_error_sym("')' expected, got", sym); in parse_attrib()
2994 yy_error_sym("unexpected", sym); in parse_attrib()
3015 yy_error_sym("'=' expected, got", sym); in parse_initializer()
3039 yy_error_sym("unexpected", sym2); in parse_initializer()
3049 yy_error_sym("unexpected", sym2); in parse_initializer()
3068 yy_error_sym("'}' expected, got", sym); in parse_initializer()
3072 yy_error_sym("unexpected", sym); in parse_initializer()
3086 yy_error_sym("']' expected, got", sym); in parse_designation()
3093 yy_error_sym("unexpected", sym); in parse_designation()
3097 yy_error_sym("'=' expected, got", sym); in parse_designation()
3139 yy_error_sym("':' expected, got", sym); in parse_conditional_expression()
3307 yy_error_sym("')' expected, got", sym); in parse_cast_expression()
3331 yy_error_sym("']' expected, got", sym); in parse_unary_expression()
3341 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3385 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3435 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3443 yy_error_sym("unexpected", sym); in parse_unary_expression()
3449 yy_error_sym("'(' expected, got", sym); in parse_unary_expression()
3454 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3466 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3474 yy_error_sym("unexpected", sym); in parse_unary_expression()
3478 yy_error_sym("unexpected", sym); in parse_unary_expression()
3485 yy_error_sym("<ID> expected, got", sym); in parse_ID()
3494 yy_error_sym("<OCTNUMBER> expected, got", sym); in parse_OCTNUMBER()
3503 yy_error_sym("<DECNUMBER> expected, got", sym); in parse_DECNUMBER()
3512 yy_error_sym("<HEXNUMBER> expected, got", sym); in parse_HEXNUMBER()
3521 yy_error_sym("<FLOATNUMBER> expected, got", sym); in parse_FLOATNUMBER()
3530 yy_error_sym("<STRING> expected, got", sym); in parse_STRING()
3539 yy_error_sym("<CHARACTER> expected, got", sym); in parse_CHARACTER()
3553 yy_error_sym("<EOF> expected, got", sym); in parse()
3581 yy_error_sym("<EOF> expected, got", sym); in zend_ffi_parse_type()
3594 static void yy_error_sym(const char *msg, int sym) { in yy_error_sym() function