Lines Matching refs:yy_error_sym

36 static void yy_error_sym(const char *msg, int sym);
1683 yy_error_sym("<EOL> expected, got", sym); in skip_EOL()
1691 yy_error_sym("<WS> expected, got", sym); in skip_WS()
1699 yy_error_sym("<ONE_LINE_COMMENT> expected, got", sym); in skip_ONE_LINE_COMMENT()
1707 yy_error_sym("<COMMENT> expected, got", sym); in skip_COMMENT()
2029 yy_error_sym("'(' expected, got", sym); in parse_declarations()
2036 yy_error_sym("')' expected, got", sym); in parse_declarations()
2061 yy_error_sym("';' expected, got", sym); in parse_declarations()
2072 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2077 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2082 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2087 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2092 if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2109 yy_error_sym("'(' expected, got", sym); in parse_declaration_specifiers()
2121 yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2124 yy_error_sym("')' expected, got", sym); in parse_declaration_specifiers()
2171 yy_error_sym("unexpected", sym); in parse_declaration_specifiers()
2189 yy_error_sym("unexpected", sym); in parse_specifier_qualifier_list()
2202 yy_error_sym("unexpected", sym); in parse_type_qualifier_list()
2223 yy_error_sym("unexpected", sym); in parse_type_qualifier()
2233 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2238 …FFI_DCL_TYPE_SPECIFIERS-(ZEND_FFI_DCL_SIGNED|ZEND_FFI_DCL_UNSIGNED))) yy_error_sym("unexpected", s… in parse_type_specifier()
2243 …IFIERS-(ZEND_FFI_DCL_SIGNED|ZEND_FFI_DCL_UNSIGNED|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2248 …SIGNED|ZEND_FFI_DCL_SHORT|ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_LONG_LONG))) yy_error_sym("unexpected", s… in parse_type_specifier()
2254 …CL_LONG|ZEND_FFI_DCL_SIGNED|ZEND_FFI_DCL_UNSIGNED|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2257 …UNSIGNED|ZEND_FFI_DCL_INT|ZEND_FFI_DCL_DOUBLE|ZEND_FFI_DCL_COMPLEX))) yy_error_sym("unexpected", s… in parse_type_specifier()
2263 …if (dcl->flags & (ZEND_FFI_DCL_TYPE_SPECIFIERS-(ZEND_FFI_DCL_COMPLEX))) yy_error_sym("unexpected",… in parse_type_specifier()
2268 …ND_FFI_DCL_TYPE_SPECIFIERS-(ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_COMPLEX))) yy_error_sym("unexpected", s… in parse_type_specifier()
2273 …CL_SHORT|ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_LONG_LONG|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2278 …CL_SHORT|ZEND_FFI_DCL_LONG|ZEND_FFI_DCL_LONG_LONG|ZEND_FFI_DCL_INT))) yy_error_sym("unexpected", s… in parse_type_specifier()
2283 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2291 …ECIFIERS-(ZEND_FFI_DCL_FLOAT|ZEND_FFI_DCL_DOUBLE|ZEND_FFI_DCL_LONG))) yy_error_sym("unexpected", s… in parse_type_specifier()
2297 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2301 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2305 if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym); in parse_type_specifier()
2312 yy_error_sym("unexpected", sym); in parse_type_specifier()
2325 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier()
2343 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier()
2355 yy_error_sym("'{' expected, got", sym); in parse_struct_contents()
2373 yy_error_sym("unexpected", sym2); in parse_struct_contents()
2383 yy_error_sym("unexpected", sym2); in parse_struct_contents()
2400 yy_error_sym("'}' expected, got", sym); in parse_struct_contents()
2426 yy_error_sym("unexpected", sym); in parse_struct_declaration()
2450 yy_error_sym("unexpected", sym); in parse_struct_declarator()
2457 yy_error_sym("unexpected", sym); in parse_struct_declarator()
2464 yy_error_sym("'enum' expected, got", sym); in parse_enum_specifier()
2480 yy_error_sym("'}' expected, got", sym); in parse_enum_specifier()
2489 yy_error_sym("unexpected", sym); in parse_enum_specifier()
2496 yy_error_sym("'}' expected, got", sym); in parse_enum_specifier()
2503 yy_error_sym("unexpected", sym); in parse_enum_specifier()
2529 yy_error_sym("unexpected", sym2); in parse_enumerator_list()
2539 yy_error_sym("unexpected", sym2); in parse_enumerator_list()
2585 yy_error_sym("')' expected, got", sym); in parse_declarator()
2590 yy_error_sym("unexpected", sym); in parse_declarator()
2612 yy_error_sym("')' expected, got", sym); in parse_abstract_declarator()
2637 yy_error_sym("')' expected, got", sym); in parse_parameter_declarator()
2645 yy_error_sym("unexpected", sym); in parse_parameter_declarator()
2656 yy_error_sym("'*' expected, got", sym); in parse_pointer()
2703 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2713 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2745 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2755 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2772 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators()
2784 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators()
2787 yy_error_sym("']' expected, got", sym); in parse_array_or_function_declarators()
2813 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2823 yy_error_sym("unexpected", sym2); in parse_array_or_function_declarators()
2838 yy_error_sym("'...' expected, got", sym); in parse_array_or_function_declarators()
2849 yy_error_sym("')' expected, got", sym); in parse_array_or_function_declarators()
2858 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators()
2892 yy_error_sym("'(' expected, got", sym); in parse_attributes()
2896 yy_error_sym("'(' expected, got", sym); in parse_attributes()
2905 yy_error_sym("')' expected, got", sym); in parse_attributes()
2909 yy_error_sym("')' expected, got", sym); in parse_attributes()
2916 yy_error_sym("'(' expected, got", sym); in parse_attributes()
2926 yy_error_sym("')' expected, got", sym); in parse_attributes()
2932 yy_error_sym("')' expected, got", sym); in parse_attributes()
2957 yy_error_sym("unexpected", sym); in parse_attributes()
2988 yy_error_sym("')' expected, got", sym); in parse_attrib()
2992 yy_error_sym("unexpected", sym); in parse_attrib()
3013 yy_error_sym("'=' expected, got", sym); in parse_initializer()
3037 yy_error_sym("unexpected", sym2); in parse_initializer()
3047 yy_error_sym("unexpected", sym2); in parse_initializer()
3066 yy_error_sym("'}' expected, got", sym); in parse_initializer()
3070 yy_error_sym("unexpected", sym); in parse_initializer()
3084 yy_error_sym("']' expected, got", sym); in parse_designation()
3091 yy_error_sym("unexpected", sym); in parse_designation()
3095 yy_error_sym("'=' expected, got", sym); in parse_designation()
3137 yy_error_sym("':' expected, got", sym); in parse_conditional_expression()
3305 yy_error_sym("')' expected, got", sym); in parse_cast_expression()
3329 yy_error_sym("']' expected, got", sym); in parse_unary_expression()
3339 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3383 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3433 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3441 yy_error_sym("unexpected", sym); in parse_unary_expression()
3447 yy_error_sym("'(' expected, got", sym); in parse_unary_expression()
3452 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3464 yy_error_sym("')' expected, got", sym); in parse_unary_expression()
3472 yy_error_sym("unexpected", sym); in parse_unary_expression()
3476 yy_error_sym("unexpected", sym); in parse_unary_expression()
3483 yy_error_sym("<ID> expected, got", sym); in parse_ID()
3492 yy_error_sym("<OCTNUMBER> expected, got", sym); in parse_OCTNUMBER()
3501 yy_error_sym("<DECNUMBER> expected, got", sym); in parse_DECNUMBER()
3510 yy_error_sym("<HEXNUMBER> expected, got", sym); in parse_HEXNUMBER()
3519 yy_error_sym("<FLOATNUMBER> expected, got", sym); in parse_FLOATNUMBER()
3528 yy_error_sym("<STRING> expected, got", sym); in parse_STRING()
3537 yy_error_sym("<CHARACTER> expected, got", sym); in parse_CHARACTER()
3551 yy_error_sym("<EOF> expected, got", sym); in parse()
3579 yy_error_sym("<EOF> expected, got", sym); in zend_ffi_parse_type()
3592 static void yy_error_sym(const char *msg, int sym) { in yy_error_sym() function