Searched refs:CHECKOP (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 152 #define CHECKOP(type,o) \ macro 2193 o = CHECKOP(type, o); in Perl_convert() 2329 return CHECKOP(type, listop); in Perl_newLISTOP() 2347 return CHECKOP(type, o); in Perl_newOP() 2366 unop = (UNOP*) CHECKOP(type, unop); in Perl_newUNOP() 2395 binop = (BINOP*)CHECKOP(type, binop); in Perl_newBINOP() 2761 return CHECKOP(type, pmop); in Perl_newPMOP() 2945 return CHECKOP(type, svop); in Perl_newSVOP() 2966 return CHECKOP(type, padop); in Perl_newPADOP() 2995 return CHECKOP(type, pvop); in Perl_newPVOP() [all …]
|
| D | Changes5.8.1 | 5924 The CHECKOP macro was not invoked on some newly created ops
|