Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c712 # define YYSTACK_ALLOC __builtin_alloca macro
716 # define YYSTACK_ALLOC __alloca macro
721 # define YYSTACK_ALLOC alloca macro
733 # ifdef YYSTACK_ALLOC
744 # define YYSTACK_ALLOC YYMALLOC macro
1854 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
3270 yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); in yyparse()