Home
last modified time | relevance | path

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

/posix/
A Dregexec.c828 DEBUG_ASSERT (match_last != -1); in re_search_internal()
829 DEBUG_ASSERT (err == REG_NOERROR); in re_search_internal()
914 DEBUG_ASSERT (mctx->state_log != NULL); in prune_impossible_nodes()
1060 DEBUG_ASSERT (err == REG_ESPACE); in check_matching()
1115 DEBUG_ASSERT (err == REG_ESPACE); in check_matching()
1198 DEBUG_ASSERT (state->halt); in check_halt_state_context()
1391 DEBUG_ASSERT (nmatch > 1); in set_regs()
1392 DEBUG_ASSERT (mctx->state_log != NULL); in set_regs()
3083 DEBUG_ASSERT (cur_nodes->nelem); in check_arrival_expand_ecl()
4203 DEBUG_ASSERT (mctx->sub_tops != NULL); in match_ctx_add_subtop()
[all …]
A Dregex_internal.c215 DEBUG_ASSERT (MB_LEN_MAX >= pstr->mb_cur_max); in build_wcs_buffer()
288 DEBUG_ASSERT (pstr->mb_cur_max <= MB_LEN_MAX); in build_wcs_upper_buffer()
689 DEBUG_ASSERT (pstr->valid_len > 0); in re_string_reconstruct()
943 DEBUG_ASSERT (wc_idx >= 0); in re_string_context_at()
1217 DEBUG_ASSERT (dest->elems); in re_node_set_merge()
1296 DEBUG_ASSERT (set->elems); in re_node_set_insert()
1324 DEBUG_ASSERT (set->elems[idx - 1] < elem); in re_node_set_insert()
A Dregex_internal.h44 # define DEBUG_ASSERT(x) assert (x) macro
46 # define DEBUG_ASSERT(x) assume (x) macro
A Dregcomp.c1439 DEBUG_ASSERT (node->next == NULL); in link_nfa_nodes()
1455 DEBUG_ASSERT (left > -1); in link_nfa_nodes()
1456 DEBUG_ASSERT (right > -1); in link_nfa_nodes()
1474 DEBUG_ASSERT (!IS_EPSILON_NODE (node->token.type)); in link_nfa_nodes()
1656 DEBUG_ASSERT (dfa->nodes_len > 0); in calc_eclosure()
1671 DEBUG_ASSERT (dfa->eclosures[node_idx].nelem != -1); in calc_eclosure()
2439 DEBUG_ASSERT (false); in parse_expression()
3319 DEBUG_ASSERT (false); in parse_bracket_exp()

Completed in 24 milliseconds