Searched refs:OP_COND (Results 1 – 8 of 8) sorted by relevance
1764 case OP_COND: in find_fixedlength()2509 c == OP_COND || c == OP_SCOND) in could_be_empty_branch()2518 if (c == OP_COND && code[GET(code, 1)] != OP_ALT) in could_be_empty_branch()5971 else if (*previous >= OP_ASSERT && *previous <= OP_COND) in compile_branch()5982 if (*previous == OP_COND && previous[LINK_SIZE+1] == OP_DEF) in compile_branch()6302 if (*bracode == OP_COND && bracode[GET(bracode,1)] != OP_ALT) in compile_branch()6314 if (*bracode == OP_COND || *bracode == OP_SCOND) in compile_branch()6322 *bracode = (*bracode == OP_COND)? OP_BRAPOS : OP_SBRAPOS; in compile_branch()6712 bravalue = OP_COND; /* Conditional group */ in compile_branch()7704 ((bravalue == OP_COND)?1:0), /* Depth of condition subpatterns */ in compile_branch()[all …]
111 case OP_COND: in find_minlength()862 case OP_COND: in set_start_bits()
652 case OP_COND: in next_opcode()807 case OP_COND: in check_opcode_types()1077 …heck && (*cc == OP_ONCE || *cc == OP_ONCE_NC || *cc == OP_BRA || *cc == OP_CBRA || *cc == OP_COND)) in set_private_data_ptrs()1123 case OP_COND: in set_private_data_ptrs()1595 case OP_COND: in get_private_data_copy_length()1782 case OP_COND: in copy_private_data()2002 if (*cc == OP_COND || *cc == OP_SCOND) in set_then_offsets()7030 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF) in compile_bracket_matchingpath()7043 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND)) in compile_bracket_matchingpath()7046 if (SLJIT_UNLIKELY(opcode == OP_COND) && (*cc == OP_KETRMAX || *cc == OP_KETRMIN)) in compile_bracket_matchingpath()[all …]
415 case OP_COND: in pcre_printint()
2084 OP_COND, /* 135 Conditional group */ enumerator
489 These are like other subpatterns, but they start with the opcode OP_COND, or
2687 case OP_COND: in internal_dfa_exec()
1280 case OP_COND: in match()