Home
last modified time | relevance | path

Searched refs:OP_ARGCHECK (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h207 OP_ARGCHECK = 190, enumerator
H A Dperly.y996 check = newUNOP_AUX(OP_ARGCHECK, 0, NULL,
1014 $$ = newUNOP_AUX(OP_ARGCHECK, 0, sigops, NULL);
H A Dclass.c1019 argcheckop = newUNOP_AUX(OP_ARGCHECK, 0, NULL, (UNOP_AUX_item *)aux); in apply_field_attribute_reader()
H A Dperly.act1130 check = newUNOP_AUX(OP_ARGCHECK, 0, NULL,
1148 (yyval.opval) = newUNOP_AUX(OP_ARGCHECK, 0, sigops, NULL);
H A Dop.c1205 case OP_ARGCHECK: in Perl_op_clear()
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs1223 case OP_ARGCHECK:
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm1358 and $firstop->targ == OP_ARGCHECK
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs1186 case OP_ARGCHECK: { in THX_parse_keyword_subsignature()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5260delta.pod2509 Three new ops, C<OP_ARGELEM>, C<OP_ARGDEFELEM>, and C<OP_ARGCHECK> have