Home
last modified time | relevance | path

Searched refs:YYSTYPE (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/include/bpf/
H A Dtokdefs.h269 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
270 typedef union YYSTYPE YYSTYPE; typedef
271 union YYSTYPE union
296 extern __thread YYSTYPE sfbpf_lval;
/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c559 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
560 typedef union YYSTYPE YYSTYPE; typedef
561 union YYSTYPE union
586 extern __thread YYSTYPE sfbpf_lval;
781 YYSTYPE yyvs_alloc;
1736 __thread YYSTYPE yylval;
1765 YYSTYPE yyvsa[YYINITDEPTH]; in yyparse()
1766 YYSTYPE *yyvs; in yyparse()
1767 YYSTYPE *yyvsp; in yyparse()
1777 YYSTYPE yyval; in yyparse()
[all …]
H A Dsf_scanner.c2778 extern __thread YYSTYPE yylval;