Searched refs:cLOGOPo (Results 1 – 7 of 7) sorted by relevance
7 cLOGOPo # Z added by devel/scanprov
3622 assert(cLOGOPo->op_other->op_type == OP_LEAVETRY); in Perl_rpeep()3623 DEFER(cLOGOPo->op_other); in Perl_rpeep()3627 assert(cLOGOPo->op_other->op_type == OP_CATCH); in Perl_rpeep()3629 DEFER(cLOGOPx(cLOGOPo->op_other)->op_other); in Perl_rpeep()
488 #define cLOGOPo cLOGOPx(o) macro
2386 kid = cLOGOPo->op_first; in Perl_scalarvoid()3445 || !S_vivifies(cLOGOPo->op_first->op_type)) in Perl_op_lvalue_flags()3446 next_kid = cLOGOPo->op_first; in Perl_op_lvalue_flags()3448 || !S_vivifies(OpSIBLING(cLOGOPo->op_first)->op_type)) in Perl_op_lvalue_flags()3449 next_kid = OpSIBLING(cLOGOPo->op_first); in Perl_op_lvalue_flags()8329 OP * const sib = OpSIBLING(cLOGOPo->op_first); in S_assignment_type()9773 return looks_like_bool(cLOGOPo->op_first); in S_looks_like_bool()9777 OP* sibl = OpSIBLING(cLOGOPo->op_first); in S_looks_like_bool()9780 looks_like_bool(cLOGOPo->op_first) in S_looks_like_bool()12590 !(first = cLOGOPo->op_first) || in Perl_ck_helemexistsor()
7749 return cLOGOPo->op_other; in PP()7755 return cLOGOPo->op_other; in PP()7757 return cLOGOPo->op_other; in PP()
1383 S_opdump_link(aTHX_ o, cLOGOPo->op_other, file); in S_do_op_dump_bar()
431 SP = oplist(aTHX_ cLOGOPo->op_other, SP); in oplist()