Searched refs:op_aux (Results 1 – 11 of 11) sorted by relevance
1150 # op_aux pointer that points to an array of UNOP_AUX_item unions.1154 # return a string representation of op_aux where possible The op's CV is1213 aux = cUNOP_AUXo->op_aux;1297 UNOP_AUX_item *items = cUNOP_AUXo->op_aux;
50 UNOP_AUX_item *aux = cUNOP_AUX->op_aux; in PP()283 UNOP_AUX_item *aux = cUNOP_AUX->op_aux; in PP()
1282 UNOP_AUX_item *items = cUNOP_AUXo->op_aux; in S_do_op_dump_bar()1295 (IV)cUNOP_AUXo->op_aux[PERL_MULTICONCAT_IX_NARGS].ssize); in S_do_op_dump_bar()2976 UNOP_AUX_item *items = cUNOP_AUXo->op_aux; in Perl_multideref_stringify()3120 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_multiconcat_stringify()
426 == STRUCT_OFFSET(UNOP_AUX, op_aux)); in S_maybe_multiconcat()428 == STRUCT_OFFSET(UNOP_AUX, op_aux)); in S_maybe_multiconcat()999 cUNOP_AUXo->op_aux = aux; in S_maybe_multiconcat()
231 UNOP_AUX_item *op_aux; member
1206 PerlMemShared_free(cUNOP_AUXo->op_aux); in Perl_op_clear()1211 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_op_clear()1227 UNOP_AUX_item *items = cUNOP_AUXo->op_aux; in Perl_op_clear()1329 PerlMemShared_free(cUNOP_AUXo->op_aux - 1); in Perl_op_clear()1335 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_op_clear()1343 UNOP_AUX_item *aux = cUNOP_AUXo->op_aux; in Perl_op_clear()5863 unop->op_aux = aux; in Perl_newUNOP_AUX()
716 aux = cUNOP_AUXx(PL_op)->op_aux; in PP()4462 UNOP_AUX_item *items = cUNOP_AUXx(PL_op)->op_aux; in PP()
7597 IV ix = PTR2IV(cUNOP_AUXo->op_aux);7793 struct op_argcheck_aux *aux = (struct op_argcheck_aux *)cUNOP_AUXo->op_aux; in PP()
17139 UNOP_AUX_item *items = cUNOP_AUXx(obase)->op_aux;
1188 (struct op_argcheck_aux*)(cUNOP_AUXx(kid)->op_aux); in THX_parse_keyword_subsignature()
2921 C<UNOP> with an C<op_aux> field added, which points to an array of unions