Searched refs:xnrealloc (Results 1 – 8 of 8) sorted by relevance
/external/bison/lib/ |
D | xalloc.h | 110 XALLOC_INLINE void *xnrealloc (void *p, size_t n, size_t s) 113 xnrealloc (void *p, size_t n, size_t s) in xnrealloc() function 234 xnrealloc (T *p, size_t n, size_t s) in xnrealloc() function 236 return (T *) xnrealloc ((void *) p, n, s); in xnrealloc()
|
/external/bison/src/ |
D | tables.c | 156 table = xnrealloc (table, table_size, sizeof *table); in table_grow() 157 conflict_table = xnrealloc (conflict_table, table_size, in table_grow() 159 check = xnrealloc (check, table_size, sizeof *check); in table_grow()
|
D | files.c | 374 file_names = xnrealloc (file_names, ++file_names_count, in output_file_name_check()
|
D | ielr.c | 274 xnrealloc ((*edgesp)[i], nedges + 1, sizeof *(*edgesp)[i]); in ielr_compute_always_follows() 1024 states = xnrealloc (states, nstates, sizeof *states); in ielr_split_states()
|
D | scan-code.l | 353 variant_table = xnrealloc (variant_table, variant_table_size, in variant_table_grow()
|
D | symtab.c | 909 symbols = xnrealloc (symbols, nsyms, sizeof *symbols); in symbols_pack()
|
D | scan-code.c | 2542 variant_table = xnrealloc (variant_table, variant_table_size, in variant_table_grow()
|
/external/bison/ |
D | ChangeLog-2012 | 11543 changed to use xcalloc, xnmalloc, xnrealloc, respectively, 12269 (REALLOC): Use xnrealloc, for likewise.
|