Searched refs:OP_COND (Results 1 – 8 of 8) sorted by relevance
4692 case OP_COND: in first_significant_code()6099 bravalue = OP_COND; in compile_branch()6199 bravalue = OP_COND; in compile_branch()6208 bravalue = OP_COND; in compile_branch()6227 bravalue = OP_COND; in compile_branch()6242 bravalue = OP_COND; in compile_branch()6339 if (note_group_empty && bravalue != OP_COND && group_return > 0) in compile_branch()6356 if (bravalue == OP_COND && lengthptr == NULL) in compile_branch()6932 case OP_COND: in compile_branch()6942 if (op_previous == OP_COND && previous[LINK_SIZE+1] == OP_FALSE && in compile_branch()[all …]
143 case OP_COND: in find_minlength()962 case OP_COND: in set_start_bits()
397 case OP_COND: in pcre2_printint()
910 case OP_COND: in next_opcode()1079 case OP_COND: in check_opcode_types()1544 if (repeat_check && (*cc == OP_ONCE || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()1590 case OP_COND: in set_private_data_ptrs()2178 case OP_COND: in get_recurse_data_length()2526 case OP_COND: in copy_recurse_data()2745 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()10376 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()10383 if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) in compile_bracket_matchingpath()10604 if (opcode == OP_COND || opcode == OP_SCOND) in compile_bracket_matchingpath()[all …]
1533 OP_COND, /* 136 Conditional group */ enumerator
5224 case OP_COND: in match()5461 if (*bracode != OP_BRA && *bracode != OP_COND) in match()5495 case OP_COND: in match()
2724 case OP_COND: in internal_dfa_match()
730 These are like other subpatterns, but they start with the opcode OP_COND, or758 follows OP_COND or OP_SCOND. However, if automatic callouts are enabled, a