Searched refs:YY_ID (Results 1 – 2 of 2) sorted by relevance
131 #define YY_ID 89 macro1328 ret = YY_ID; in get_skip_sym()1932 if (sym != YY_ID) { in check_ID()2230 case YY_ID: in parse_declaration_specifiers()2367 case YY_ID: in parse_type_specifier()2393 if (sym == YY_ID) { in parse_struct_or_union_specifier()2534 if (sym == YY_ID) { in parse_enum_specifier()2639 if (sym == YY_ID) { in parse_declarator()3033 if (sym == YY_ID) { in parse_attrib()3383 case YY_ID: in parse_unary_expression()[all …]
109 ( ?{sym != YY_ID || !(dcl->flags & ZEND_FFI_DCL_TYPE_SPECIFIERS)}150 …( ?{sym != YY_ID || zend_ffi_is_typedef_name((const char*)yy_text, yy_pos - yy_text) || (dcl->flag…
Completed in 23 milliseconds