Home
last modified time | relevance | path

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

/linux/scripts/dtc/
A Ddtc-parser.tab.c302 typedef yytype_uint8 yy_state_t; typedef
452 yy_state_t yyss_alloc;
463 ((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE) \
982 yy_stack_print (yy_state_t *yybottom, yy_state_t *yytop) in yy_stack_print()
1005 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, YYLTYPE *yylsp, in yy_reduce_print()
1118 yy_state_t yyssa[YYINITDEPTH]; in yyparse()
1119 yy_state_t *yyss = yyssa; in yyparse()
1120 yy_state_t *yyssp = yyss; in yyparse()
1176 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse()
1193 yy_state_t *yyss1 = yyss; in yyparse()
[all …]
/linux/scripts/kconfig/
A Dparser.tab.c328 typedef yytype_uint8 yy_state_t; typedef
477 yy_state_t yyss_alloc;
487 ((N) * (YYSIZEOF (yy_state_t) + YYSIZEOF (YYSTYPE)) \
961 yy_stack_print (yy_state_t *yybottom, yy_state_t *yytop) in yy_stack_print()
984 yy_reduce_print (yy_state_t *yyssp, YYSTYPE *yyvsp, in yy_reduce_print()
1120 yy_state_t yyssa[YYINITDEPTH]; in yyparse()
1121 yy_state_t *yyss = yyssa; in yyparse()
1122 yy_state_t *yyssp = yyss; in yyparse()
1168 *yyssp = YY_CAST (yy_state_t, yystate); in yyparse()
1185 yy_state_t *yyss1 = yyss; in yyparse()
[all …]

Completed in 10 milliseconds