Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_find_bracket.c76 if (c == OP_END) return NULL; in PRIV()
Dpcre2_pattern_info.c302 case OP_END: in pcre2_callout_enumerate()
Dpcre2_auto_possess.c580 case OP_END: in compare_opcodes()
1225 case OP_END: in PRIV()
Dpcre2_study.c235 case OP_END: in find_minlength()
1014 case OP_END: in set_start_bits()
Dpcre2_printint.c346 case OP_END: in pcre2_printint()
Dpcre2_internal.h1344 OP_END, /* 0 End of pattern */ enumerator
Dpcre2_match.c803 case OP_END: in match()
848 if (Fop == OP_END) RRETURN(MATCH_NOMATCH); in match()
Dpcre2_compile.c8502 if (c == OP_END) return NULL; in find_recurse()
10221 *code++ = OP_END; in pcre2_compile()
Dpcre2_jit_compile.c11092 *type = OP_END; in get_iterator_parameters()
11188 if (*type == OP_END) in get_iterator_parameters()
11862 SLJIT_ASSERT(*ccend == OP_END || (*ccend >= OP_ALT && *ccend <= OP_KETRPOS)); in compile_matchingpath()
11866 SLJIT_ASSERT(*ccend != OP_END && common->control_head_ptr != 0); in compile_matchingpath()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h86 OP_END enumerator
DHexagonISelLowering.cpp2242 case HexagonISD::OP_END: break; in getTargetNodeName()
2766 if (Opc > HexagonISD::OP_BEGIN && Opc < HexagonISD::OP_END) in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h91 OP_END enumerator
DHexagonISelLowering.cpp1730 case HexagonISD::OP_END: break; in getTargetNodeName()
2899 if (Opc > HexagonISD::OP_BEGIN && Opc < HexagonISD::OP_END) in LowerOperation()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h98 OP_END enumerator
DHexagonISelLowering.cpp1880 case HexagonISD::OP_END: break; in getTargetNodeName()
3069 if (Opc > HexagonISD::OP_BEGIN && Opc < HexagonISD::OP_END) in LowerOperation()
/external/pcre/dist2/
DHACKING390 OP_END end of pattern