Searched refs:IS_EPSILON_NODE (Results 1 – 5 of 5) sorted by relevance
272 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT) macro
1169 if (IS_EPSILON_NODE (dfa->nodes[node].type)) in proceed_next_node()1586 assert (!IS_EPSILON_NODE (type)); in build_sifted_states()1764 if (IS_EPSILON_NODE (dfa->nodes[cur_node].type)) in sub_epsilon_src_nodes()2968 assert (!IS_EPSILON_NODE (type)); in check_arrival_add_next_nodes()
1382 assert (!IS_EPSILON_NODE (node->token.type)); in link_nfa_nodes()1638 if (IS_EPSILON_NODE(dfa->nodes[node].type)) in calc_eclosure_iter()
1477 if (!IS_EPSILON_NODE (dfa->nodes[elem].type)) in register_state()
1785 (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
Completed in 21 milliseconds