Searched refs:OPclass_BASEOP (Results 1 – 3 of 3) sorted by relevance
3238 return (o->op_flags & OPf_KIDS) ? OPclass_UNOP : OPclass_BASEOP; in Perl_op_class() 3263 return OPclass_BASEOP; in Perl_op_class() 3317 return (o->op_flags & OPf_KIDS) ? OPclass_UNOP : OPclass_BASEOP; in Perl_op_class() 3331 (o->op_flags & OPf_REF) ? OPclass_PADOP : OPclass_BASEOP); in Perl_op_class() 3333 (o->op_flags & OPf_REF) ? OPclass_SVOP : OPclass_BASEOP); in Perl_op_class() 3348 return OPclass_BASEOP; in Perl_op_class() 3358 return OPclass_BASEOP;
513 OPclass_BASEOP, /* 1 */ enumerator
2530 C<OPclass_BASEOP> or C<OPclass_UNOP> as appropriate.