Searched refs:allocate_integer_array (Results 1 – 7 of 7) sorted by relevance
1060 firstst = allocate_integer_array( current_mns ); in set_up_initial_allocations()1061 lastst = allocate_integer_array( current_mns ); in set_up_initial_allocations()1062 finalst = allocate_integer_array( current_mns ); in set_up_initial_allocations()1063 transchar = allocate_integer_array( current_mns ); in set_up_initial_allocations()1064 trans1 = allocate_integer_array( current_mns ); in set_up_initial_allocations()1065 trans2 = allocate_integer_array( current_mns ); in set_up_initial_allocations()1066 accptnum = allocate_integer_array( current_mns ); in set_up_initial_allocations()1067 assoc_rule = allocate_integer_array( current_mns ); in set_up_initial_allocations()1068 state_type = allocate_integer_array( current_mns ); in set_up_initial_allocations()1071 rule_type = allocate_integer_array( current_max_rules ); in set_up_initial_allocations()[all …]
305 stk = allocate_integer_array( current_max_dfa_size );416 accset = allocate_integer_array( num_rules + 1 ); in ntod()417 nset = allocate_integer_array( current_max_dfa_size ); in ntod()500 nultrans = allocate_integer_array( current_max_dfas ); in ntod()843 dss[newds] = allocate_integer_array( numstates + 1 );878 dfaacc[newds].dfaacc_set = allocate_integer_array( nacc + 1 );
159 scon_stk = allocate_integer_array( lastsc + 1 );
662 #define allocate_integer_array(size) \ macro
789 acc_array = allocate_integer_array( current_max_dfas ); in gentabs()
254 #define allocate_integer_array(size) \
726 scon_stk = allocate_integer_array( lastsc + 1 ); in yyparse()