Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h81 OP_I_ADD = 64, enumerator
H A Dop.c3196 case OP_I_ADD: in Perl_op_lvalue_flags()
3614 case OP_I_ADD: in S_scalar_mod_type()
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dop1634 local($x += 1); # OP_I_ADD
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs936 push_rpn_item(newBINOP(OP_I_ADD, 0, a, b)); in THX_parse_rpn_expr()