Searched refs:OA_CLASS_MASK (Results 1 – 6 of 6) sorted by relevance
1640 type = PL_opargs[type] & OA_CLASS_MASK; in Perl_op_sibling_splice() 4370 ASSUME((PL_opargs[type] & OA_CLASS_MASK) == OA_BINOP); in Perl_cmpchain_finish() 4393 ASSUME((PL_opargs[type] & OA_CLASS_MASK) == OA_BINOP); in Perl_cmpchain_finish() 5674 assert((PL_opargs[type] & OA_CLASS_MASK) == OA_LISTOP5765 assert((PL_opargs[type] & OA_CLASS_MASK) == OA_BASEOP5766 || (PL_opargs[type] & OA_CLASS_MASK) == OA_BASEOP_OR_UNOP5767 || (PL_opargs[type] & OA_CLASS_MASK) == OA_FILESTATOP5768 || (PL_opargs[type] & OA_CLASS_MASK) == OA_LOOPEXOP);5809 assert((PL_opargs[type] & OA_CLASS_MASK) == OA_UNOP in S_newMETHOP_internal() 5810 || (PL_opargs[type] & OA_CLASS_MASK) in S_newMETHOP_internal() [all...]
585 #define OA_CLASS_MASK (15 << OCSHIFT) macro1051 : (PL_opargs[(o)->op_type] & OA_CLASS_MASK))
421 assert((PL_opargs[OP_SASSIGN] & OA_CLASS_MASK) == OA_BINOP); in S_maybe_multiconcat() 422 assert((PL_opargs[OP_CONCAT] & OA_CLASS_MASK) == OA_BINOP); in S_maybe_multiconcat() 423 assert((PL_opargs[OP_STRINGIFY] & OA_CLASS_MASK) == OA_LISTOP); in S_maybe_multiconcat() 424 assert((PL_opargs[OP_SPRINTF] & OA_CLASS_MASK) == OA_LISTOP); in S_maybe_multiconcat() 1381 family = PL_opargs[type] & OA_CLASS_MASK; in S_finalize_op()
7833 && ((PL_opargs[PL_last_lop_op] & OA_CLASS_MASK) in yyl_word_or_keyword()
238 OA_CLASS_MASK # Z added by devel/scanprov
429 switch (PL_opargs[o->op_type] & OA_CLASS_MASK) { in oplist()