Searched refs:cBINOPx (Results 1 – 6 of 6) sorted by relevance
460 #define cBINOPx(o) ((BINOP*)(o)) macro473 #define cBINOP cBINOPx(PL_op)486 #define cBINOPo cBINOPx(o)499 #define kBINOP cBINOPx(kid)
378 topop = cBINOPx(topop)->op_first; in S_maybe_multiconcat()633 OP *k1 = cBINOPx(topop)->op_first; in S_maybe_multiconcat()634 OP *k2 = cBINOPx(topop)->op_last; in S_maybe_multiconcat()2092 rop = cUNOPx(cBINOPx(helem_op)->op_first); in S_maybe_multideref()3826 if (sassign && cBINOPx(sassign)->op_first == o) { in Perl_rpeep()3908 op_sibling_splice(left, cBINOPx(left)->op_first, 0, in Perl_rpeep()3916 OP* rhs = cBINOPx(o)->op_first; in Perl_rpeep()3917 OP* lval = cBINOPx(o)->op_last; in Perl_rpeep()3982 (cBINOPx(lval)->op_first->op_type == OP_AELEMFAST_LEX) in Perl_rpeep()3989 OP * lex = cBINOPx(lval)->op_first; in Perl_rpeep()
4372 cBINOPx(op)->op_flags = OPf_KIDS; in Perl_cmpchain_start()4373 cBINOPx(op)->op_private = 2; in Perl_cmpchain_start()4374 cBINOPx(op)->op_first = left; in Perl_cmpchain_start()4375 cBINOPx(op)->op_last = right; in Perl_cmpchain_start()4402 cleft = cBINOPx(ch)->op_first; in Perl_cmpchain_extend()4403 cright = cBINOPx(ch)->op_last; in Perl_cmpchain_extend()4404 cBINOPx(ch)->op_first = NULL; in Perl_cmpchain_extend()4405 cBINOPx(ch)->op_last = NULL; in Perl_cmpchain_extend()4406 cBINOPx(ch)->op_private = 0; in Perl_cmpchain_extend()4407 cBINOPx(ch)->op_flags = 0; in Perl_cmpchain_extend()[all …]
17024 return find_uninit_var(cBINOPx(obase)->op_last,17028 o = cBINOPx(obase)->op_first;17029 kid = cBINOPx(obase)->op_last;17355 return find_uninit_var(cBINOPx(obase)->op_first, uninit_sv,
59 cBINOPx # Z added by devel/scanprov
1477 (aop = cBINOPx(op)->op_first) && (bop = OpSIBLING(aop)) && in addissub_myck_add()