Home
last modified time | relevance | path

Searched refs:OP_NBIT_OR (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dopnames.h115 OP_NBIT_OR = 98, enumerator
Dpp.c2650 if (rpp_try_AMAGIC_2((op_type == OP_NBIT_OR ? bor_amg : bxor_amg), in PP()
2665 const IV result = op_type == OP_NBIT_OR ? (l | r) : (l ^ r); in PP()
2671 const UV result = op_type == OP_NBIT_OR ? (l | r) : (l ^ r); in PP()
Dop.c3623 case OP_NBIT_OR: in S_scalar_mod_type()
12157 ||o->op_type == OP_NBIT_OR ? "|" in Perl_ck_bitop()
Dtoke.c6645 BOop(bof ? s == d ? OP_NBIT_OR : OP_SBIT_OR : OP_BIT_OR); in yyl_verticalbar()