Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dffi_parser.c2191 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 Dffi.g70 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 17 milliseconds