Searched refs:OPpARG_IF_FALSE (Results 1 – 6 of 6) sorted by relevance
621 OPpARG_IF_FALSE => 64,745 OPpARG_IF_FALSE => 'IF_FALSE',859 OPpARG_IF_FALSE => [qw(argdefelem)],917 $ops_using{OPpARG_IF_UNDEF} = $ops_using{OPpARG_IF_FALSE};
1269 $assign = "||=" if $kid->private & OPpARG_IF_FALSE;
2372 #define OPpARG_IF_FALSE 0x40 macro3297 /* ARGDEFELEM */ (OPpARG1_MASK|OPpARG_IF_FALSE|OPpARG_IF_UNDEF),
867 flags |= OPpARG_IF_FALSE << 8;
993 flags |= OPpARG_IF_FALSE << 8;
7756 if ((PL_op->op_private & OPpARG_IF_FALSE) && !SvTRUE(val)) in PP()