Lines Matching refs:OP_ASSERTBACK_NOT

888   SLJIT_ASSERT(*cc == OP_ASSERTBACK || *cc == OP_ASSERTBACK_NOT ||  *cc == OP_ASSERTBACK_NA);  in find_vreverse()
975 case OP_ASSERTBACK_NOT: in next_opcode()
1882 case OP_ASSERTBACK_NOT: in set_private_data_ptrs()
2504 case OP_ASSERTBACK_NOT: in get_recurse_data_length()
2853 case OP_ASSERTBACK_NOT: in copy_recurse_data()
5650 case OP_ASSERTBACK_NOT: in scan_prefix()
10207 SLJIT_ASSERT(opcode >= OP_ASSERT && opcode <= OP_ASSERTBACK_NOT); in compile_assert_matchingpath()
10220 if ((opcode == OP_ASSERTBACK || opcode == OP_ASSERTBACK_NOT) && find_vreverse(ccbegin)) in compile_assert_matchingpath()
10285 if (conditional || (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT)) in compile_assert_matchingpath()
10357 if ((opcode != OP_ASSERT_NOT && opcode != OP_ASSERTBACK_NOT) || conditional) in compile_assert_matchingpath()
10382 if (opcode == OP_ASSERT_NOT || opcode == OP_ASSERTBACK_NOT) in compile_assert_matchingpath()
11191 …SLJIT_ASSERT(has_alternatives && *matchingpath >= OP_ASSERT && *matchingpath <= OP_ASSERTBACK_NOT); in compile_bracket_matchingpath()
12670 case OP_ASSERTBACK_NOT: in compile_matchingpath()
12707 if (cc[1] > OP_ASSERTBACK_NOT) in compile_matchingpath()
13014 if (*cc == OP_ASSERT_NOT || *cc == OP_ASSERTBACK_NOT) in compile_assert_backtrackingpath()
13096 …= (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) || CURRENT_… in compile_bracket_backtrackingpath()
13246 if (ccbegin[1 + LINK_SIZE] >= OP_ASSERT && ccbegin[1 + LINK_SIZE] <= OP_ASSERTBACK_NOT) in compile_bracket_backtrackingpath()
13427 …if ((ccbegin[1 + LINK_SIZE] == OP_ASSERT_NOT || ccbegin[1 + LINK_SIZE] == OP_ASSERTBACK_NOT) && as… in compile_bracket_backtrackingpath()
13605 if (current->cc[1] > OP_ASSERTBACK_NOT) in compile_braminzero_backtrackingpath()
13838 case OP_ASSERTBACK_NOT: in compile_backtrackingpath()
13856 if (current->cc[1] > OP_ASSERTBACK_NOT) in compile_backtrackingpath()