Home
last modified time | relevance | path

Searched refs:yy_error_sym (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/ffi/
H A Dffi_parser.c2189 yy_error_sym("unexpected", sym); in parse_specifier_qualifier_list()
2223 yy_error_sym("unexpected", sym); in parse_type_qualifier()
2325 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier()
2343 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier()
2426 yy_error_sym("unexpected", sym); in parse_struct_declaration()
2457 yy_error_sym("unexpected", sym); in parse_struct_declarator()
2503 yy_error_sym("unexpected", sym); in parse_enum_specifier()
2590 yy_error_sym("unexpected", sym); in parse_declarator()
2645 yy_error_sym("unexpected", sym); in parse_parameter_declarator()
2858 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators()
[all …]
H A Dffi.g66 static void yy_error_sym(const char *msg, int sym);
106 ( {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
109 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
112 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
115 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
118 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);}
175 ( {if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym);}
209 | {if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym);}
216 | {if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym);}
905 yy_error_sym("<EOF> expected, got", sym);
[all …]

Completed in 17 milliseconds