Searched refs:OP_CLASS (Results 1 – 8 of 8) sorted by relevance
31 OP_CLASS # U
46 OP_CLASS # U
1049 #define OP_CLASS(o) ((o)->op_type == OP_CUSTOM \ macro
3261 switch (OP_CLASS(o)) { in Perl_op_class()
3074 && OP_CLASS(o) != OA_LOGOP in PP()
456 Amd|U32|OP_CLASS|OP *o
2526 C<OP_CLASS()> macro, but can more accurately determine what struct an op2527 has been allocated as. For example C<OP_CLASS()> might return
2427 av_push_simple(MY_CXT.xop_record, newSVpvf("CLASS:%d", (int)OP_CLASS((OP*)unop)));