Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/sljit/dist/regex_src/
DregexJIT.c365 type_branch, enumerator
955 SLJIT_ASSERT(transitions[item->value].type == type_branch); in handle_iteratives()
957 PUT_TRANSITION(type_branch, item->value + 1); in handle_iteratives()
961 SLJIT_ASSERT(transitions[item->value].type == type_branch); in handle_iteratives()
966 PUT_TRANSITION(type_branch, item->value); in handle_iteratives()
997 PUT_TRANSITION(type_branch, item->value + 1); in generate_transitions()
1018 PUT_TRANSITION(type_branch, item->value + 1); in generate_transitions()
1034 PUT_TRANSITION(type_branch, 0); in generate_transitions()
1128 case type_branch: in verbose_transitions()
1256 if (dfa_transitions[from].type == type_branch) { in trace_transitions()