Searched refs:top_op (Results 1 – 2 of 2) sorted by relevance
1070 OP *top_op = o; in S_optimize_op() local1159 if (o == top_op) in S_optimize_op()1695 OP *top_op = o; in S_aassign_scan() local1882 if (o == top_op) in S_aassign_scan()1938 OP *top_op = NULL; /* highest [ah]elem/exists/del/rv2[ah]v */ in S_maybe_multideref() local2038 top_op = o; in S_maybe_multideref()2307 top_op = o; in S_maybe_multideref()2528 p = op_sibling_splice(top_op, NULL, -1, mderef); in S_maybe_multideref()2534 op_null(top_op); in S_maybe_multideref()
884 OP *top_op = o; in Perl_op_free() local944 next_op = (o == top_op) ? NULL : o->op_sibparent; in Perl_op_free()1426 OP* top_op = o; in S_find_and_forget_pmops() local1445 if (o == top_op) in S_find_and_forget_pmops()1776 OP * top_op = o; in Perl_op_linklist() local1793 if (o == top_op) in Perl_op_linklist()1959 OP * top_op = o; in Perl_scalar() local2082 if (o == top_op) in Perl_scalar()2083 return top_op; /* at top; no parents/siblings to try */ in Perl_scalar()2509 OP * top_op = o; in Perl_list() local[all …]