Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_byte_order.c205 case OP_END: in pcre_pattern_to_host_byte_order()
Dpcre_compile.c1781 case OP_END: in find_fixedlength()
2086 if (c == OP_END) return NULL; in PRIV()
2248 if (c == OP_END) return NULL; in find_recurse()
3169 case OP_END: in compare_opcodes()
3775 case OP_END: in auto_possessify()
6029 *code = OP_END; in compile_branch()
6053 *code = OP_END; in compile_branch()
6317 *code = OP_END; in compile_branch()
6451 *code = OP_END; in compile_branch()
6500 *code = OP_END; in compile_branch()
[all …]
Dpcre_study.c162 case OP_END: in find_minlength()
871 case OP_END: in set_start_bits()
Dpcre_printint.c364 case OP_END: in pcre_printint()
Dpcre_internal.h1887 OP_END, /* 0 End of pattern */ enumerator
Dpcretest.c2568 case OP_END: in regexflip8_or_16()
2734 case OP_END: in regexflip_32()
DHACKING170 OP_END end of pattern
Dpcre_exec.c1488 case OP_END: in match()
1513 rrc = (op == OP_END)? MATCH_MATCH : MATCH_ACCEPT; in match()
Dpcre_jit_compile.c8282 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
8286 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h86 OP_END enumerator
DHexagonISelLowering.cpp2055 case HexagonISD::OP_END: break; in getTargetNodeName()
2579 if (Opc > HexagonISD::OP_BEGIN && Opc < HexagonISD::OP_END) in LowerOperation()