Home
last modified time | relevance | path

Searched refs:UNUSED_RETURN (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c1039 #define UNUSED_RETURN 0x08 macro
1126 …if ((flags & (UNUSED_RETURN | SET_FLAGS)) == (UNUSED_RETURN | SET_FLAGS) && !(flags & ARGS_SWAPPED… in emit_single_op()
1136 …if ((flags & (UNUSED_RETURN | SET_FLAGS)) == (UNUSED_RETURN | SET_FLAGS) && !(flags & ARGS_SWAPPED… in emit_single_op()
1483 flags |= UNUSED_RETURN; in emit_op()
H A DsljitNativeARM_T2_32.c575 #define UNUSED_RETURN 0x0200000 macro
652 if (flags & UNUSED_RETURN) { in emit_op_imm()
812 if (flags & UNUSED_RETURN) { in emit_op_imm()
834 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2)) in emit_op_imm()
1466 flags |= UNUSED_RETURN; in sljit_emit_op2()
H A DsljitNativeARM_64.c599 #define UNUSED_RETURN 0x0100000 macro
604 if (flags & UNUSED_RETURN) \
1248 flags |= UNUSED_RETURN; in sljit_emit_op1()
1288 flags |= UNUSED_RETURN; in sljit_emit_op2()

Completed in 24 milliseconds