Searched refs:yy_error_sym (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/ext/ffi/ |
H A D | ffi_parser.c | 2191 yy_error_sym("unexpected", sym); in parse_specifier_qualifier_list() 2225 yy_error_sym("unexpected", sym); in parse_type_qualifier() 2327 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier() 2345 yy_error_sym("unexpected", sym); in parse_struct_or_union_specifier() 2428 yy_error_sym("unexpected", sym); in parse_struct_declaration() 2459 yy_error_sym("unexpected", sym); in parse_struct_declarator() 2505 yy_error_sym("unexpected", sym); in parse_enum_specifier() 2592 yy_error_sym("unexpected", sym); in parse_declarator() 2647 yy_error_sym("unexpected", sym); in parse_parameter_declarator() 2860 yy_error_sym("unexpected", sym); in parse_array_or_function_declarators() [all …]
|
H A D | ffi.g | 70 static void yy_error_sym(const char *msg, int sym); 110 ( {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);} 113 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);} 116 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);} 119 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);} 122 | {if (dcl->flags & ZEND_FFI_DCL_STORAGE_CLASS) yy_error_sym("unexpected", sym);} 179 ( {if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym);} 213 | {if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym);} 220 | {if (dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS) yy_error_sym("unexpected", sym);} 909 yy_error_sym("<EOF> expected, got", sym); [all …]
|
Completed in 15 milliseconds