Searched refs:newUNOP_AUX (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5021007 | 5 newUNOP_AUX # E
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | class.c | 674 newUNOP_AUX(OP_METHSTART, OPpINITFIELDS << 8, NULL, NULL)); in Perl_class_seal_stash() 784 OP *fieldop = newUNOP_AUX(OP_INITFIELD, valop ? OPf_STACKED : 0, valop, aux); in Perl_class_seal_stash() 910 op_sibling_splice(o, NULL, 0, newUNOP_AUX(OP_METHSTART, 0, NULL, aux)); in Perl_class_wrap_method_body() 1007 methstartop = newUNOP_AUX(OP_METHSTART, 0, NULL, aux); in apply_field_attribute_reader() 1019 argcheckop = newUNOP_AUX(OP_ARGCHECK, 0, NULL, (UNOP_AUX_item *)aux); in apply_field_attribute_reader()
|
| D | perly.y | 996 check = newUNOP_AUX(OP_ARGCHECK, 0, NULL, 1014 $$ = newUNOP_AUX(OP_ARGCHECK, 0, sigops, NULL);
|
| D | perly.act | 1130 check = newUNOP_AUX(OP_ARGCHECK, 0, NULL, 1148 (yyval.opval) = newUNOP_AUX(OP_ARGCHECK, 0, sigops, NULL);
|
| D | peep.c | 2366 mderef = newUNOP_AUX(OP_MULTIDEREF, 0, NULL, arg_buf); in S_maybe_multideref()
|
| D | embed.h | 448 # define newUNOP_AUX(a,b,c,d) Perl_newUNOP_AUX(aTHX_ a,b,c,d) macro
|
| D | toke.c | 10046 o = newUNOP_AUX(OP_ARGELEM, 0, NULL, in S_pending_ident()
|
| D | embed.fnc | 2296 ARdp |OP * |newUNOP_AUX |I32 type \
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5021007 | 39 newUNOP_AUX # E
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlclassguts.pod | 295 newUNOP_AUX(OP_METHSTART, ...);
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 4714 o = newUNOP_AUX(OP_CUSTOM, 0, NULL, NULL); in test_newOP_CUSTOM()
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1525 ApdR |OP* |newUNOP_AUX |I32 type|I32 flags|NULLOK OP* first \
|