Searched refs:new_st (Results 1 – 1 of 1) sorted by relevance
280 lalr_state st, new_st; in build_machine() local358 new_st = (lalr_state)_all_kernels.get(kernel); in build_machine()361 if (new_st == null) in build_machine()367 new_st = new lalr_state(new_items); in build_machine()370 work_stack.push(new_st); in build_machine()373 _all_kernels.put(kernel, new_st); in build_machine()391 existing = new_st.items().find(new_itm); in build_machine()401 st.add_transition(sym, new_st); in build_machine()