Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dlexer.cpp348 void *yyalloc ( yy_size_t );
2305 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
2314 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer()
2506 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
2556 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
2609 buf = (char *) yyalloc( n ); in yy_scan_bytes()
2837 void *yyalloc (yy_size_t size ) in yyalloc() function