Home
last modified time | relevance | path

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

/external/bison/src/
DLR0.c91 allocate_itemsets (void) in allocate_itemsets() function
136 allocate_itemsets (); in allocate_storage()
/external/bison/
DChangeLog-1998738 * src/LR0.c (allocate_itemsets): Eliminate unused var max.
DChangeLog-201211340 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
11546 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
12396 * src/LR0.c (allocate_itemsets): Likewise.
18370 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
19408 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
20278 * src/LR0.c (allocate_itemsets): The memory allocated to
20286 (allocate_itemsets): symbol_count includes useless nonterminals.
20590 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
20713 (allocate_itemsets): Use arrays instead of pointers to clarify.
21293 (allocate_itemsets): Allocate kernel_items only if needed.