Searched refs:CROAK (Results 1 – 2 of 2) sorted by relevance
290 #define UTF8_CROAK() CROAK(("Cannot retrieve UTF8 data in non-UTF8 perl"))293 #define WEAKREF_CROAK() CROAK(("Cannot retrieve weak references in this perl"))296 #define VSTRING_CROAK() CROAK(("Cannot retrieve vstring in this perl"))303 #define RESTRICTED_HASH_CROAK() CROAK(("Cannot retrieve restricted hash"))545 #define CROAK(x) STMT_START { cxt->s_dirty = 1; croak x; } STMT_END macro611 CROAK(("Too large size > I32_MAX")); \687 CROAK(("Not a scalar string")); \1077 #define W64LEN(x) CROAK(("No 64bit UVs"))1086 #define W64LEN(x) CROAK(("no 64bit UVs"))2311 CROAK(("Unable to record new classname")); in known_class()[all …]
1251 my $CROAK = 6; # Die with an error if is already there4468 if ($replace == $CROAK) {