/dports/lang/perl5.32/perl-5.32.1/ |
H A D | opcode.h | 2231 #define OPpARG2_MASK 0x03 macro 2980 /* GELEM */ (OPpARG2_MASK), 3043 /* LT */ (OPpARG2_MASK), 3044 /* I_LT */ (OPpARG2_MASK), 3045 /* GT */ (OPpARG2_MASK), 3046 /* I_GT */ (OPpARG2_MASK), 3047 /* LE */ (OPpARG2_MASK), 3048 /* I_LE */ (OPpARG2_MASK), 3049 /* GE */ (OPpARG2_MASK), 3050 /* I_GE */ (OPpARG2_MASK), [all …]
|
H A D | op.c | 2948 assert(!(o->op_private & ~OPpARG2_MASK)); /* barf on unknown flags */ in S_maybe_multiconcat() 2980 assert(!(o->op_private & ~(OPpARG2_MASK|OPpTARGET_MY))); in S_maybe_multiconcat() 16281 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpDEREF))); in S_maybe_multideref() 16285 && !(o->op_private & ~(OPpDEREF|OPpARG2_MASK)); in S_maybe_multideref() 16309 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpMAYBE_LVSUB in S_maybe_multideref()
|
/dports/lang/perl5.34/perl-5.34.0/ |
H A D | opcode.h | 2230 #define OPpARG2_MASK 0x03 macro 2981 /* GELEM */ (OPpARG2_MASK), 3044 /* LT */ (OPpARG2_MASK), 3045 /* I_LT */ (OPpARG2_MASK), 3046 /* GT */ (OPpARG2_MASK), 3047 /* I_GT */ (OPpARG2_MASK), 3048 /* LE */ (OPpARG2_MASK), 3049 /* I_LE */ (OPpARG2_MASK), 3050 /* GE */ (OPpARG2_MASK), 3051 /* I_GE */ (OPpARG2_MASK), [all …]
|
H A D | op.c | 2957 assert(!(o->op_private & ~OPpARG2_MASK)); /* barf on unknown flags */ in S_maybe_multiconcat() 2989 assert(!(o->op_private & ~(OPpARG2_MASK|OPpTARGET_MY))); in S_maybe_multiconcat() 16396 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpDEREF))); in S_maybe_multideref() 16400 && !(o->op_private & ~(OPpDEREF|OPpARG2_MASK)); in S_maybe_multideref() 16424 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpMAYBE_LVSUB in S_maybe_multideref()
|
/dports/lang/perl5.30/perl-5.30.3/ |
H A D | opcode.h | 2216 #define OPpARG2_MASK 0x03 macro 2962 /* GELEM */ (OPpARG2_MASK), 3025 /* LT */ (OPpARG2_MASK), 3026 /* I_LT */ (OPpARG2_MASK), 3027 /* GT */ (OPpARG2_MASK), 3028 /* I_GT */ (OPpARG2_MASK), 3029 /* LE */ (OPpARG2_MASK), 3030 /* I_LE */ (OPpARG2_MASK), 3031 /* GE */ (OPpARG2_MASK), 3032 /* I_GE */ (OPpARG2_MASK), [all …]
|
H A D | op.c | 2753 assert(!(o->op_private & ~OPpARG2_MASK)); /* barf on unknown flags */ in S_maybe_multiconcat() 2773 assert(!(o->op_private & ~(OPpARG2_MASK|OPpTARGET_MY))); in S_maybe_multiconcat() 14923 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpDEREF))); in S_maybe_multideref() 14927 && !(o->op_private & ~(OPpDEREF|OPpARG2_MASK)); in S_maybe_multideref() 14951 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpMAYBE_LVSUB in S_maybe_multideref()
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ |
H A D | opcode.h | 2235 #define OPpARG2_MASK 0x03 macro 2987 /* GELEM */ (OPpARG2_MASK), 3050 /* LT */ (OPpARG2_MASK), 3051 /* I_LT */ (OPpARG2_MASK), 3052 /* GT */ (OPpARG2_MASK), 3053 /* I_GT */ (OPpARG2_MASK), 3054 /* LE */ (OPpARG2_MASK), 3055 /* I_LE */ (OPpARG2_MASK), 3056 /* GE */ (OPpARG2_MASK), 3057 /* I_GE */ (OPpARG2_MASK), [all …]
|
H A D | op.c | 2960 assert(!(o->op_private & ~OPpARG2_MASK)); /* barf on unknown flags */ in S_maybe_multiconcat() 2992 assert(!(o->op_private & ~(OPpARG2_MASK|OPpTARGET_MY))); in S_maybe_multiconcat() 16493 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpDEREF))); in S_maybe_multideref() 16497 && !(o->op_private & ~(OPpDEREF|OPpARG2_MASK)); in S_maybe_multideref() 16521 ASSUME(!(o->op_private & ~(OPpARG2_MASK|OPpMAYBE_LVSUB in S_maybe_multideref()
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/ |
H A D | 5021004 | 42 OPpARG2_MASK # Z added by devel/scanprov
|
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/ |
H A D | 5021004 | 42 OPpARG2_MASK # Z added by devel/scanprov
|
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/ |
H A D | 5021004 | 43 OPpARG2_MASK # Z added by devel/scanprov
|
/dports/lang/perl5.34/perl-5.34.0/lib/B/ |
H A D | Op_private.pm | 594 OPpARG2_MASK => 3,
|
/dports/lang/perl5.32/perl-5.32.1/lib/B/ |
H A D | Op_private.pm | 592 OPpARG2_MASK => 3,
|
/dports/lang/perl5.30/perl-5.30.3/lib/B/ |
H A D | Op_private.pm | 589 OPpARG2_MASK => 3,
|
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/B/ |
H A D | Op_private.pm | 583 OPpARG2_MASK => 3,
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | xs.vim | 489 syn keyword xsConstant OPpALLOW_FAKE OPpARG1_MASK OPpARG2_MASK OPpARG3_MASK
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | xs.vim | 489 syn keyword xsConstant OPpALLOW_FAKE OPpARG1_MASK OPpARG2_MASK OPpARG3_MASK
|