Searched refs:OP_TYPE_IS (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5019007 | 2 OP_TYPE_IS # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5019007 | 6 OP_TYPE_IS # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | peep.c | 1061 #define OP_ZOOM(o) (OP_TYPE_IS(o, OP_NULL) ? cUNOPx(o)->op_first : (o)) 1114 OP_TYPE_IS(first, OP_GV) && cGVOPx_gv(first) == PL_defgv) { in S_optimize_op() 1116 while(OP_TYPE_IS(parent, OP_NULL)) in S_optimize_op() 1140 if(OP_TYPE_IS(first, OP_SREFGEN) && in S_optimize_op() 1142 OP_TYPE_IS(ffirst, OP_RV2CV)) in S_optimize_op() 2950 if ( OP_TYPE_IS(next, OP_PUSHMARK) in Perl_rpeep() 2951 && OP_TYPE_IS(sibling, OP_RETURN) in Perl_rpeep() 2952 && OP_TYPE_IS(sibling->op_next, OP_LINESEQ) in Perl_rpeep() 2953 && ( OP_TYPE_IS(sibling->op_next->op_next, OP_LEAVESUB) in Perl_rpeep() 2954 ||OP_TYPE_IS(sibling->op_next->op_next, in Perl_rpeep()
|
H A D | op.h | 1053 #define OP_TYPE_IS(o, type) ((o) && (o)->op_type == (type)) macro
|
H A D | pp_ctl.c | 5477 if (!OP_TYPE_IS(check,OP_STUB)) { in PP()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | apidoc.fnc | 467 Amd|bool|OP_TYPE_IS|OP *o|Optype type
|