Searched refs:yyalloc (Results 1 – 11 of 11) sorted by relevance
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 378 void *yyalloc (yy_size_t ); 1507 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_create_buffer() 1516 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ); in yy_create_buffer() 1701 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack() 1751 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); in yy_scan_buffer() 1804 buf = (char *) yyalloc(n ); in yy_scan_bytes() 2031 void *yyalloc (yy_size_t size ) in yyalloc() function
|
/external/bison/data/ |
D | yacc.c | 543 union yyalloc 551 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) 935 YYSIZE_T yyalloc = 2 * yysize_new; 946 if (YYMAXDEPTH < yyalloc) 947 yyalloc = YYMAXDEPTH; 949 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new); 964 *yycapacity = yyalloc;]m4_if(b4_percent_define_get([[parse.lac.memory-trace]]), 967 (unsigned long int) yyalloc, yydebug_suffix));]])[ 1639 union yyalloc *yyptr = 1640 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
|
/external/bison/src/ |
D | parse-gram.c | 531 union yyalloc union 539 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) 1367 YYSIZE_T yyalloc = 2 * yysize_new; in yy_lac_stack_realloc() local 1378 if (YYMAXDEPTH < yyalloc) in yy_lac_stack_realloc() 1379 yyalloc = YYMAXDEPTH; in yy_lac_stack_realloc() 1381 (yytype_int16*) YYSTACK_ALLOC (yyalloc * sizeof *yybottom_new); in yy_lac_stack_realloc() 1396 *yycapacity = yyalloc; in yy_lac_stack_realloc() 2063 union yyalloc *yyptr = 2064 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
|
D | scan-skel.c | 28 #define yyalloc skel_alloc macro
|
D | scan-gram.c | 28 #define yyalloc gram_alloc macro
|
D | scan-code.c | 28 #define yyalloc code_alloc macro
|
/external/e2fsprogs/intl/ |
D | plural.c | 375 union yyalloc union 385 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1) 814 union yyalloc *yyptr = in yyparse() 815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
|
/external/libpcap/ |
D | grammar.c | 825 union yyalloc union 832 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) 1940 union yyalloc *yyptr = in yyparse() 1941 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); in yyparse()
|
D | scanner.c | 27 #define yyalloc pcap_alloc macro
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 315 union yyalloc 322 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) 1304 union yyalloc *yyptr = 1305 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
|
/external/bison/ |
D | ChangeLog-2012 | 6210 * data/push.c (union yyalloc): Rename yyss, yyvs, and yyls fields to 6213 (YYSTACK_RELOCATE): Add an argument to select a union yyalloc field 8826 (union yyalloc.yyss): Use yytype_int16 rather than short. 12954 * data/yacc.c (union yyalloc): Likewise. 13918 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless 18046 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY, 20308 * src/bison.simple (union yyalloc): Change member names 20310 (yyparse): yyptr is now union yyalloc *, not char *. 20345 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX, 20428 (union yyalloc): New type.
|