Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c503 #define UNUSED_RETURN 0x0100000 macro
511 if (flags & UNUSED_RETURN) \
1402 flags |= UNUSED_RETURN; in sljit_emit_op1()
1455 flags |= UNUSED_RETURN; in sljit_emit_op2()
H A DsljitNativeARM_T2_32.c506 #define UNUSED_RETURN 0x0200000 macro
594 if (imm <= 0xff && (flags & UNUSED_RETURN)) in emit_op_imm()
758 if ((flags & UNUSED_RETURN) && IS_2_LO_REGS(arg1, arg2)) in emit_op_imm()
1512 flags |= UNUSED_RETURN; in sljit_emit_op2()

Completed in 24 milliseconds