This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document mini_mktime
[perl5.git] / proto.h
1 /* -*- buffer-read-only: t -*-
2  *
3  *    proto.h
4  *
5  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
6  *    2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by Larry Wall and others
7  *
8  *    You may distribute under the terms of either the GNU General Public
9  *    License or the Artistic License, as specified in the README file.
10  *
11  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
12  * This file is built by regen/embed.pl from data in embed.fnc,
13  * regen/embed.pl, regen/opcodes, intrpvar.h and perlvars.h.
14  * Any changes made here will be lost!
15  *
16  * Edit those files and run 'make regen_headers' to effect changes.
17  */
18
19 START_EXTERN_C
20 #ifndef NO_MATHOMS
21 PERL_CALLCONV UV        ASCII_TO_NEED(const UV enc, const UV ch)
22                         __attribute__deprecated__
23                         __attribute__warn_unused_result__
24                         __attribute__pure__;
25 #define PERL_ARGS_ASSERT_ASCII_TO_NEED
26 #endif
27
28 #ifndef PERL_NO_INLINE_FUNCTIONS
29 PERL_STATIC_INLINE I32 *        Perl_CvDEPTH(const CV * const sv);
30 #define PERL_ARGS_ASSERT_CVDEPTH        \
31         assert(sv)
32 #endif
33 #ifndef PERL_NO_INLINE_FUNCTIONS
34 PERL_STATIC_INLINE GV * Perl_CvGV(pTHX_ CV *sv);
35 #define PERL_ARGS_ASSERT_CVGV   \
36         assert(sv)
37 #endif
38 PERL_CALLCONV int       Perl_Gv_AMupdate(pTHX_ HV* stash, bool destructing);
39 #define PERL_ARGS_ASSERT_GV_AMUPDATE    \
40         assert(stash)
41 #ifndef NO_MATHOMS
42 PERL_CALLCONV UV        NATIVE_TO_NEED(const UV enc, const UV ch)
43                         __attribute__deprecated__
44                         __attribute__warn_unused_result__
45                         __attribute__pure__;
46 #define PERL_ARGS_ASSERT_NATIVE_TO_NEED
47 #endif
48
49 #ifndef PERL_NO_INLINE_FUNCTIONS
50 PERL_STATIC_INLINE I32  Perl_POPMARK(pTHX);
51 #define PERL_ARGS_ASSERT_POPMARK
52 #endif
53 PERL_CALLCONV const char *      Perl_PerlIO_context_layers(pTHX_ const char *mode);
54 #define PERL_ARGS_ASSERT_PERLIO_CONTEXT_LAYERS
55 PERL_CALLCONV int       Perl_PerlLIO_dup2_cloexec(pTHX_ int oldfd, int newfd);
56 #define PERL_ARGS_ASSERT_PERLLIO_DUP2_CLOEXEC
57 PERL_CALLCONV int       Perl_PerlLIO_dup_cloexec(pTHX_ int oldfd)
58                         __attribute__warn_unused_result__;
59 #define PERL_ARGS_ASSERT_PERLLIO_DUP_CLOEXEC
60
61 PERL_CALLCONV int       Perl_PerlLIO_open3_cloexec(pTHX_ const char *file, int flag, int perm)
62                         __attribute__warn_unused_result__;
63 #define PERL_ARGS_ASSERT_PERLLIO_OPEN3_CLOEXEC  \
64         assert(file)
65
66 PERL_CALLCONV int       Perl_PerlLIO_open_cloexec(pTHX_ const char *file, int flag)
67                         __attribute__warn_unused_result__;
68 #define PERL_ARGS_ASSERT_PERLLIO_OPEN_CLOEXEC   \
69         assert(file)
70
71 /* PERL_CALLCONV const XOP *    Perl_custom_op_xop(pTHX_ const OP *o); */
72 #define PERL_ARGS_ASSERT_PERL_CUSTOM_OP_XOP
73 PERL_CALLCONV const char*       Perl_setlocale(const int category, const char* locale);
74 #define PERL_ARGS_ASSERT_PERL_SETLOCALE
75 #ifndef PERL_NO_INLINE_FUNCTIONS
76 PERL_STATIC_INLINE struct regexp *      Perl_ReANY(const REGEXP * const re);
77 #define PERL_ARGS_ASSERT_REANY  \
78         assert(re)
79 #endif
80 PERL_CALLCONV void*     Perl_Slab_Alloc(pTHX_ size_t sz)
81                         __attribute__warn_unused_result__;
82 #define PERL_ARGS_ASSERT_SLAB_ALLOC
83
84 PERL_CALLCONV void      Perl_Slab_Free(pTHX_ void *op);
85 #define PERL_ARGS_ASSERT_SLAB_FREE      \
86         assert(op)
87 #ifndef PERL_NO_INLINE_FUNCTIONS
88 PERL_STATIC_INLINE void Perl_SvAMAGIC_off(SV *sv);
89 #define PERL_ARGS_ASSERT_SVAMAGIC_OFF   \
90         assert(sv)
91 #endif
92 #ifndef PERL_NO_INLINE_FUNCTIONS
93 PERL_STATIC_INLINE void Perl_SvAMAGIC_on(SV *sv);
94 #define PERL_ARGS_ASSERT_SVAMAGIC_ON    \
95         assert(sv)
96 #endif
97 #ifndef PERL_NO_INLINE_FUNCTIONS
98 PERL_STATIC_INLINE void Perl_SvREFCNT_dec(pTHX_ SV *sv);
99 #define PERL_ARGS_ASSERT_SVREFCNT_DEC
100 #endif
101 #ifndef PERL_NO_INLINE_FUNCTIONS
102 PERL_STATIC_INLINE void Perl_SvREFCNT_dec_NN(pTHX_ SV *sv);
103 #define PERL_ARGS_ASSERT_SVREFCNT_DEC_NN        \
104         assert(sv)
105 #endif
106 #ifndef PERL_NO_INLINE_FUNCTIONS
107 PERL_STATIC_INLINE SV * Perl_SvREFCNT_inc(SV *sv);
108 #define PERL_ARGS_ASSERT_SVREFCNT_INC
109 #endif
110 #ifndef PERL_NO_INLINE_FUNCTIONS
111 PERL_STATIC_INLINE SV * Perl_SvREFCNT_inc_NN(SV *sv);
112 #define PERL_ARGS_ASSERT_SVREFCNT_INC_NN        \
113         assert(sv)
114 #endif
115 #ifndef PERL_NO_INLINE_FUNCTIONS
116 PERL_STATIC_INLINE void Perl_SvREFCNT_inc_void(SV *sv);
117 #define PERL_ARGS_ASSERT_SVREFCNT_INC_VOID
118 #endif
119 #ifndef PERL_NO_INLINE_FUNCTIONS
120 PERL_STATIC_INLINE I32  Perl_TOPMARK(pTHX);
121 #define PERL_ARGS_ASSERT_TOPMARK
122 #endif
123 PERL_CALLCONV char *    Perl__byte_dump_string(pTHX_ const U8 * const start, const STRLEN len, const bool format);
124 #define PERL_ARGS_ASSERT__BYTE_DUMP_STRING      \
125         assert(start)
126 PERL_CALLCONV void      Perl__force_out_malformed_utf8_message(pTHX_ const U8 *const p, const U8 * const e, const U32 flags, const bool die_here);
127 #define PERL_ARGS_ASSERT__FORCE_OUT_MALFORMED_UTF8_MESSAGE      \
128         assert(p); assert(e)
129 PERL_CALLCONV Size_t    Perl__inverse_folds(pTHX_ const UV cp, U32 * first_folds_to, const U32 ** remaining_folds_to)
130                         __attribute__warn_unused_result__;
131 #define PERL_ARGS_ASSERT__INVERSE_FOLDS \
132         assert(first_folds_to); assert(remaining_folds_to)
133
134 PERL_CALLCONV bool      Perl__is_in_locale_category(pTHX_ const bool compiling, const int category);
135 #define PERL_ARGS_ASSERT__IS_IN_LOCALE_CATEGORY
136 PERL_CALLCONV bool      Perl__is_uni_FOO(pTHX_ const U8 classnum, const UV c)
137                         __attribute__warn_unused_result__;
138 #define PERL_ARGS_ASSERT__IS_UNI_FOO
139
140 PERL_CALLCONV bool      Perl__is_uni_perl_idcont(pTHX_ UV c)
141                         __attribute__warn_unused_result__;
142 #define PERL_ARGS_ASSERT__IS_UNI_PERL_IDCONT
143
144 PERL_CALLCONV bool      Perl__is_uni_perl_idstart(pTHX_ UV c)
145                         __attribute__warn_unused_result__;
146 #define PERL_ARGS_ASSERT__IS_UNI_PERL_IDSTART
147
148 PERL_CALLCONV bool      Perl__is_utf8_FOO(pTHX_ const U8 classnum, const U8 *p, const U8 * const e)
149                         __attribute__warn_unused_result__;
150 #define PERL_ARGS_ASSERT__IS_UTF8_FOO   \
151         assert(p); assert(e)
152
153 PERL_CALLCONV bool      Perl__is_utf8_perl_idcont(pTHX_ const U8 *p, const U8 * const e)
154                         __attribute__warn_unused_result__;
155 #define PERL_ARGS_ASSERT__IS_UTF8_PERL_IDCONT   \
156         assert(p); assert(e)
157
158 PERL_CALLCONV bool      Perl__is_utf8_perl_idstart(pTHX_ const U8 *p, const U8 * const e)
159                         __attribute__warn_unused_result__;
160 #define PERL_ARGS_ASSERT__IS_UTF8_PERL_IDSTART  \
161         assert(p); assert(e)
162
163 PERL_CALLCONV UV        Perl__to_uni_fold_flags(pTHX_ UV c, U8 *p, STRLEN *lenp, U8 flags);
164 #define PERL_ARGS_ASSERT__TO_UNI_FOLD_FLAGS     \
165         assert(p); assert(lenp)
166 PERL_CALLCONV UV        Perl__to_utf8_fold_flags(pTHX_ const U8 *p, const U8 *e, U8* ustrp, STRLEN *lenp, U8 flags);
167 #define PERL_ARGS_ASSERT__TO_UTF8_FOLD_FLAGS    \
168         assert(p); assert(ustrp)
169 PERL_CALLCONV UV        Perl__to_utf8_lower_flags(pTHX_ const U8 *p, const U8* e, U8* ustrp, STRLEN *lenp, bool flags);
170 #define PERL_ARGS_ASSERT__TO_UTF8_LOWER_FLAGS   \
171         assert(p); assert(ustrp)
172 PERL_CALLCONV UV        Perl__to_utf8_title_flags(pTHX_ const U8 *p, const U8* e, U8* ustrp, STRLEN *lenp, bool flags);
173 #define PERL_ARGS_ASSERT__TO_UTF8_TITLE_FLAGS   \
174         assert(p); assert(ustrp)
175 PERL_CALLCONV UV        Perl__to_utf8_upper_flags(pTHX_ const U8 *p, const U8 *e, U8* ustrp, STRLEN *lenp, bool flags);
176 #define PERL_ARGS_ASSERT__TO_UTF8_UPPER_FLAGS   \
177         assert(p); assert(ustrp)
178 PERL_CALLCONV UV        Perl__utf8n_to_uvchr_msgs_helper(const U8 *s, STRLEN curlen, STRLEN *retlen, const U32 flags, U32 * errors, AV ** msgs);
179 #define PERL_ARGS_ASSERT__UTF8N_TO_UVCHR_MSGS_HELPER    \
180         assert(s)
181 PERL_CALLCONV void      Perl__warn_problematic_locale(void);
182 #define PERL_ARGS_ASSERT__WARN_PROBLEMATIC_LOCALE
183 PERL_CALLCONV_NO_RET void       Perl_abort_execution(pTHX_ const char * const msg, const char * const name)
184                         __attribute__noreturn__;
185 #define PERL_ARGS_ASSERT_ABORT_EXECUTION        \
186         assert(msg); assert(name)
187
188 PERL_CALLCONV LOGOP*    Perl_alloc_LOGOP(pTHX_ I32 type, OP *first, OP *other);
189 #define PERL_ARGS_ASSERT_ALLOC_LOGOP
190 PERL_CALLCONV PADOFFSET Perl_allocmy(pTHX_ const char *const name, const STRLEN len, const U32 flags);
191 #define PERL_ARGS_ASSERT_ALLOCMY        \
192         assert(name)
193 PERL_CALLCONV SV*       Perl_amagic_call(pTHX_ SV* left, SV* right, int method, int dir);
194 #define PERL_ARGS_ASSERT_AMAGIC_CALL    \
195         assert(left); assert(right)
196 PERL_CALLCONV SV *      Perl_amagic_deref_call(pTHX_ SV *ref, int method);
197 #define PERL_ARGS_ASSERT_AMAGIC_DEREF_CALL      \
198         assert(ref)
199 PERL_CALLCONV bool      Perl_amagic_is_enabled(pTHX_ int method);
200 #define PERL_ARGS_ASSERT_AMAGIC_IS_ENABLED
201 #ifndef PERL_NO_INLINE_FUNCTIONS
202 PERL_STATIC_INLINE void Perl_append_utf8_from_native_byte(const U8 byte, U8** dest);
203 #define PERL_ARGS_ASSERT_APPEND_UTF8_FROM_NATIVE_BYTE   \
204         assert(dest)
205 #endif
206 PERL_CALLCONV I32       Perl_apply(pTHX_ I32 type, SV** mark, SV** sp);
207 #define PERL_ARGS_ASSERT_APPLY  \
208         assert(mark); assert(sp)
209 PERL_CALLCONV void      Perl_apply_attrs_string(pTHX_ const char *stashpv, CV *cv, const char *attrstr, STRLEN len);
210 #define PERL_ARGS_ASSERT_APPLY_ATTRS_STRING     \
211         assert(stashpv); assert(cv); assert(attrstr)
212 PERL_CALLCONV void      Perl_atfork_lock(void);
213 #define PERL_ARGS_ASSERT_ATFORK_LOCK
214 PERL_CALLCONV void      Perl_atfork_unlock(void);
215 #define PERL_ARGS_ASSERT_ATFORK_UNLOCK
216 PERL_CALLCONV SV**      Perl_av_arylen_p(pTHX_ AV *av);
217 #define PERL_ARGS_ASSERT_AV_ARYLEN_P    \
218         assert(av)
219 PERL_CALLCONV void      Perl_av_clear(pTHX_ AV *av);
220 #define PERL_ARGS_ASSERT_AV_CLEAR       \
221         assert(av)
222 #ifndef PERL_NO_INLINE_FUNCTIONS
223 PERL_STATIC_INLINE Size_t       Perl_av_count(pTHX_ AV *av)
224                         __attribute__warn_unused_result__;
225 #define PERL_ARGS_ASSERT_AV_COUNT       \
226         assert(av)
227 #endif
228
229 PERL_CALLCONV void      Perl_av_create_and_push(pTHX_ AV **const avp, SV *const val);
230 #define PERL_ARGS_ASSERT_AV_CREATE_AND_PUSH     \
231         assert(avp); assert(val)
232 PERL_CALLCONV SV**      Perl_av_create_and_unshift_one(pTHX_ AV **const avp, SV *const val);
233 #define PERL_ARGS_ASSERT_AV_CREATE_AND_UNSHIFT_ONE      \
234         assert(avp); assert(val)
235 PERL_CALLCONV SV*       Perl_av_delete(pTHX_ AV *av, SSize_t key, I32 flags);
236 #define PERL_ARGS_ASSERT_AV_DELETE      \
237         assert(av)
238 PERL_CALLCONV bool      Perl_av_exists(pTHX_ AV *av, SSize_t key)
239                         __attribute__warn_unused_result__;
240 #define PERL_ARGS_ASSERT_AV_EXISTS      \
241         assert(av)
242
243 PERL_CALLCONV void      Perl_av_extend(pTHX_ AV *av, SSize_t key);
244 #define PERL_ARGS_ASSERT_AV_EXTEND      \
245         assert(av)
246 PERL_CALLCONV void      Perl_av_extend_guts(pTHX_ AV *av, SSize_t key, SSize_t *maxp, SV ***allocp, SV ***arrayp);
247 #define PERL_ARGS_ASSERT_AV_EXTEND_GUTS \
248         assert(maxp); assert(allocp); assert(arrayp)
249 PERL_CALLCONV SV**      Perl_av_fetch(pTHX_ AV *av, SSize_t key, I32 lval)
250                         __attribute__warn_unused_result__;
251 #define PERL_ARGS_ASSERT_AV_FETCH       \
252         assert(av)
253
254 PERL_CALLCONV void      Perl_av_fill(pTHX_ AV *av, SSize_t fill);
255 #define PERL_ARGS_ASSERT_AV_FILL        \
256         assert(av)
257 PERL_CALLCONV IV*       Perl_av_iter_p(pTHX_ AV *av);
258 #define PERL_ARGS_ASSERT_AV_ITER_P      \
259         assert(av)
260 PERL_CALLCONV SSize_t   Perl_av_len(pTHX_ AV *av)
261                         __attribute__warn_unused_result__;
262 #define PERL_ARGS_ASSERT_AV_LEN \
263         assert(av)
264
265 PERL_CALLCONV AV*       Perl_av_make(pTHX_ SSize_t size, SV **strp)
266                         __attribute__warn_unused_result__;
267 #define PERL_ARGS_ASSERT_AV_MAKE        \
268         assert(strp)
269
270 PERL_CALLCONV SV*       Perl_av_nonelem(pTHX_ AV *av, SSize_t ix);
271 #define PERL_ARGS_ASSERT_AV_NONELEM     \
272         assert(av)
273 PERL_CALLCONV SV*       Perl_av_pop(pTHX_ AV *av);
274 #define PERL_ARGS_ASSERT_AV_POP \
275         assert(av)
276 PERL_CALLCONV void      Perl_av_push(pTHX_ AV *av, SV *val);
277 #define PERL_ARGS_ASSERT_AV_PUSH        \
278         assert(av); assert(val)
279 PERL_CALLCONV void      Perl_av_reify(pTHX_ AV *av);
280 #define PERL_ARGS_ASSERT_AV_REIFY       \
281         assert(av)
282 PERL_CALLCONV SV*       Perl_av_shift(pTHX_ AV *av)
283                         __attribute__warn_unused_result__;
284 #define PERL_ARGS_ASSERT_AV_SHIFT       \
285         assert(av)
286
287 PERL_CALLCONV SV**      Perl_av_store(pTHX_ AV *av, SSize_t key, SV *val);
288 #define PERL_ARGS_ASSERT_AV_STORE       \
289         assert(av)
290 /* PERL_CALLCONV SSize_t        av_tindex(pTHX_ AV *av)
291                         __attribute__warn_unused_result__; */
292 #define PERL_ARGS_ASSERT_AV_TINDEX
293
294 PERL_CALLCONV SSize_t   Perl_av_top_index(pTHX_ AV *av)
295                         __attribute__warn_unused_result__;
296 #define PERL_ARGS_ASSERT_AV_TOP_INDEX   \
297         assert(av)
298
299 PERL_CALLCONV void      Perl_av_undef(pTHX_ AV *av);
300 #define PERL_ARGS_ASSERT_AV_UNDEF       \
301         assert(av)
302 PERL_CALLCONV void      Perl_av_unshift(pTHX_ AV *av, SSize_t num);
303 #define PERL_ARGS_ASSERT_AV_UNSHIFT     \
304         assert(av)
305 PERL_CALLCONV OP*       Perl_bind_match(pTHX_ I32 type, OP *left, OP *right)
306                         __attribute__warn_unused_result__;
307 #define PERL_ARGS_ASSERT_BIND_MATCH     \
308         assert(left); assert(right)
309
310 PERL_CALLCONV OP*       Perl_block_end(pTHX_ I32 floor, OP* seq)
311                         __attribute__warn_unused_result__;
312 #define PERL_ARGS_ASSERT_BLOCK_END
313
314 PERL_CALLCONV U8        Perl_block_gimme(pTHX)
315                         __attribute__warn_unused_result__;
316 #define PERL_ARGS_ASSERT_BLOCK_GIMME
317
318 PERL_CALLCONV int       Perl_block_start(pTHX_ int full)
319                         __attribute__warn_unused_result__;
320 #define PERL_ARGS_ASSERT_BLOCK_START
321
322 PERL_CALLCONV void      Perl_blockhook_register(pTHX_ BHK *hk);
323 #define PERL_ARGS_ASSERT_BLOCKHOOK_REGISTER     \
324         assert(hk)
325 PERL_CALLCONV void      Perl_boot_core_PerlIO(pTHX);
326 #define PERL_ARGS_ASSERT_BOOT_CORE_PERLIO
327 PERL_CALLCONV void      Perl_boot_core_UNIVERSAL(pTHX);
328 #define PERL_ARGS_ASSERT_BOOT_CORE_UNIVERSAL
329 PERL_CALLCONV void      Perl_boot_core_mro(pTHX);
330 #define PERL_ARGS_ASSERT_BOOT_CORE_MRO
331 PERL_CALLCONV int       Perl_bytes_cmp_utf8(pTHX_ const U8 *b, STRLEN blen, const U8 *u, STRLEN ulen);
332 #define PERL_ARGS_ASSERT_BYTES_CMP_UTF8 \
333         assert(b); assert(u)
334 PERL_CALLCONV U8*       Perl_bytes_from_utf8(pTHX_ const U8 *s, STRLEN *lenp, bool *is_utf8p);
335 #define PERL_ARGS_ASSERT_BYTES_FROM_UTF8        \
336         assert(s); assert(lenp); assert(is_utf8p)
337 PERL_CALLCONV U8*       Perl_bytes_from_utf8_loc(const U8 *s, STRLEN *lenp, bool *is_utf8p, const U8 ** first_unconverted);
338 #define PERL_ARGS_ASSERT_BYTES_FROM_UTF8_LOC    \
339         assert(s); assert(lenp); assert(is_utf8p)
340 PERL_CALLCONV U8*       Perl_bytes_to_utf8(pTHX_ const U8 *s, STRLEN *lenp);
341 #define PERL_ARGS_ASSERT_BYTES_TO_UTF8  \
342         assert(s); assert(lenp)
343 PERL_CALLCONV I32       Perl_call_argv(pTHX_ const char* sub_name, I32 flags, char** argv);
344 #define PERL_ARGS_ASSERT_CALL_ARGV      \
345         assert(sub_name); assert(argv)
346 PERL_CALLCONV void      Perl_call_atexit(pTHX_ ATEXIT_t fn, void *ptr);
347 #define PERL_ARGS_ASSERT_CALL_ATEXIT
348 PERL_CALLCONV void      Perl_call_list(pTHX_ I32 oldscope, AV *paramList);
349 #define PERL_ARGS_ASSERT_CALL_LIST      \
350         assert(paramList)
351 PERL_CALLCONV I32       Perl_call_method(pTHX_ const char* methname, I32 flags);
352 #define PERL_ARGS_ASSERT_CALL_METHOD    \
353         assert(methname)
354 PERL_CALLCONV I32       Perl_call_pv(pTHX_ const char* sub_name, I32 flags);
355 #define PERL_ARGS_ASSERT_CALL_PV        \
356         assert(sub_name)
357 PERL_CALLCONV I32       Perl_call_sv(pTHX_ SV* sv, volatile I32 flags);
358 #define PERL_ARGS_ASSERT_CALL_SV        \
359         assert(sv)
360 PERL_CALLCONV const PERL_CONTEXT *      Perl_caller_cx(pTHX_ I32 level, const PERL_CONTEXT **dbcxp);
361 #define PERL_ARGS_ASSERT_CALLER_CX
362 PERL_CALLCONV Malloc_t  Perl_calloc(MEM_SIZE elements, MEM_SIZE size)
363                         __attribute__malloc__
364                         __attribute__warn_unused_result__;
365 #define PERL_ARGS_ASSERT_CALLOC
366
367 PERL_CALLCONV bool      Perl_cando(pTHX_ Mode_t mode, bool effective, const Stat_t* statbufp)
368                         __attribute__warn_unused_result__;
369 #define PERL_ARGS_ASSERT_CANDO  \
370         assert(statbufp)
371
372 PERL_CALLCONV I32       Perl_cast_i32(NV f)
373                         __attribute__warn_unused_result__;
374 #define PERL_ARGS_ASSERT_CAST_I32
375
376 PERL_CALLCONV IV        Perl_cast_iv(NV f)
377                         __attribute__warn_unused_result__;
378 #define PERL_ARGS_ASSERT_CAST_IV
379
380 PERL_CALLCONV U32       Perl_cast_ulong(NV f)
381                         __attribute__warn_unused_result__;
382 #define PERL_ARGS_ASSERT_CAST_ULONG
383
384 PERL_CALLCONV UV        Perl_cast_uv(NV f)
385                         __attribute__warn_unused_result__;
386 #define PERL_ARGS_ASSERT_CAST_UV
387
388 PERL_CALLCONV bool      Perl_check_utf8_print(pTHX_ const U8 *s, const STRLEN len);
389 #define PERL_ARGS_ASSERT_CHECK_UTF8_PRINT       \
390         assert(s)
391 PERL_CALLCONV OP *      Perl_ck_anoncode(pTHX_ OP *o)
392                         __attribute__warn_unused_result__;
393 #define PERL_ARGS_ASSERT_CK_ANONCODE    \
394         assert(o)
395
396 PERL_CALLCONV OP *      Perl_ck_backtick(pTHX_ OP *o)
397                         __attribute__warn_unused_result__;
398 #define PERL_ARGS_ASSERT_CK_BACKTICK    \
399         assert(o)
400
401 PERL_CALLCONV OP *      Perl_ck_bitop(pTHX_ OP *o)
402                         __attribute__warn_unused_result__;
403 #define PERL_ARGS_ASSERT_CK_BITOP       \
404         assert(o)
405
406 PERL_CALLCONV OP *      Perl_ck_cmp(pTHX_ OP *o)
407                         __attribute__warn_unused_result__;
408 #define PERL_ARGS_ASSERT_CK_CMP \
409         assert(o)
410
411 PERL_CALLCONV OP *      Perl_ck_concat(pTHX_ OP *o)
412                         __attribute__warn_unused_result__;
413 #define PERL_ARGS_ASSERT_CK_CONCAT      \
414         assert(o)
415
416 PERL_CALLCONV OP *      Perl_ck_defined(pTHX_ OP *o)
417                         __attribute__warn_unused_result__;
418 #define PERL_ARGS_ASSERT_CK_DEFINED     \
419         assert(o)
420
421 PERL_CALLCONV OP *      Perl_ck_delete(pTHX_ OP *o)
422                         __attribute__warn_unused_result__;
423 #define PERL_ARGS_ASSERT_CK_DELETE      \
424         assert(o)
425
426 PERL_CALLCONV OP *      Perl_ck_each(pTHX_ OP *o)
427                         __attribute__warn_unused_result__;
428 #define PERL_ARGS_ASSERT_CK_EACH        \
429         assert(o)
430
431 PERL_CALLCONV OP*       Perl_ck_entersub_args_core(pTHX_ OP *entersubop, GV *namegv, SV *protosv);
432 #define PERL_ARGS_ASSERT_CK_ENTERSUB_ARGS_CORE  \
433         assert(entersubop); assert(namegv); assert(protosv)
434 PERL_CALLCONV OP*       Perl_ck_entersub_args_list(pTHX_ OP *entersubop);
435 #define PERL_ARGS_ASSERT_CK_ENTERSUB_ARGS_LIST  \
436         assert(entersubop)
437 PERL_CALLCONV OP*       Perl_ck_entersub_args_proto(pTHX_ OP *entersubop, GV *namegv, SV *protosv);
438 #define PERL_ARGS_ASSERT_CK_ENTERSUB_ARGS_PROTO \
439         assert(entersubop); assert(namegv); assert(protosv)
440 PERL_CALLCONV OP*       Perl_ck_entersub_args_proto_or_list(pTHX_ OP *entersubop, GV *namegv, SV *protosv);
441 #define PERL_ARGS_ASSERT_CK_ENTERSUB_ARGS_PROTO_OR_LIST \
442         assert(entersubop); assert(namegv); assert(protosv)
443 PERL_CALLCONV OP *      Perl_ck_eof(pTHX_ OP *o)
444                         __attribute__warn_unused_result__;
445 #define PERL_ARGS_ASSERT_CK_EOF \
446         assert(o)
447
448 PERL_CALLCONV OP *      Perl_ck_eval(pTHX_ OP *o)
449                         __attribute__warn_unused_result__;
450 #define PERL_ARGS_ASSERT_CK_EVAL        \
451         assert(o)
452
453 PERL_CALLCONV OP *      Perl_ck_exec(pTHX_ OP *o)
454                         __attribute__warn_unused_result__;
455 #define PERL_ARGS_ASSERT_CK_EXEC        \
456         assert(o)
457
458 PERL_CALLCONV OP *      Perl_ck_exists(pTHX_ OP *o)
459                         __attribute__warn_unused_result__;
460 #define PERL_ARGS_ASSERT_CK_EXISTS      \
461         assert(o)
462
463 PERL_CALLCONV OP *      Perl_ck_ftst(pTHX_ OP *o)
464                         __attribute__warn_unused_result__;
465 #define PERL_ARGS_ASSERT_CK_FTST        \
466         assert(o)
467
468 PERL_CALLCONV OP *      Perl_ck_fun(pTHX_ OP *o)
469                         __attribute__warn_unused_result__;
470 #define PERL_ARGS_ASSERT_CK_FUN \
471         assert(o)
472
473 PERL_CALLCONV OP *      Perl_ck_glob(pTHX_ OP *o)
474                         __attribute__warn_unused_result__;
475 #define PERL_ARGS_ASSERT_CK_GLOB        \
476         assert(o)
477
478 PERL_CALLCONV OP *      Perl_ck_grep(pTHX_ OP *o)
479                         __attribute__warn_unused_result__;
480 #define PERL_ARGS_ASSERT_CK_GREP        \
481         assert(o)
482
483 PERL_CALLCONV OP *      Perl_ck_index(pTHX_ OP *o)
484                         __attribute__warn_unused_result__;
485 #define PERL_ARGS_ASSERT_CK_INDEX       \
486         assert(o)
487
488 PERL_CALLCONV OP *      Perl_ck_isa(pTHX_ OP *o)
489                         __attribute__warn_unused_result__;
490 #define PERL_ARGS_ASSERT_CK_ISA \
491         assert(o)
492
493 PERL_CALLCONV OP *      Perl_ck_join(pTHX_ OP *o)
494                         __attribute__warn_unused_result__;
495 #define PERL_ARGS_ASSERT_CK_JOIN        \
496         assert(o)
497
498 PERL_CALLCONV OP *      Perl_ck_length(pTHX_ OP *o)
499                         __attribute__warn_unused_result__;
500 #define PERL_ARGS_ASSERT_CK_LENGTH      \
501         assert(o)
502
503 PERL_CALLCONV OP *      Perl_ck_lfun(pTHX_ OP *o)
504                         __attribute__warn_unused_result__;
505 #define PERL_ARGS_ASSERT_CK_LFUN        \
506         assert(o)
507
508 PERL_CALLCONV OP *      Perl_ck_listiob(pTHX_ OP *o)
509                         __attribute__warn_unused_result__;
510 #define PERL_ARGS_ASSERT_CK_LISTIOB     \
511         assert(o)
512
513 PERL_CALLCONV OP *      Perl_ck_match(pTHX_ OP *o)
514                         __attribute__warn_unused_result__;
515 #define PERL_ARGS_ASSERT_CK_MATCH       \
516         assert(o)
517
518 PERL_CALLCONV OP *      Perl_ck_method(pTHX_ OP *o)
519                         __attribute__warn_unused_result__;
520 #define PERL_ARGS_ASSERT_CK_METHOD      \
521         assert(o)
522
523 PERL_CALLCONV OP *      Perl_ck_null(pTHX_ OP *o)
524                         __attribute__warn_unused_result__;
525 #define PERL_ARGS_ASSERT_CK_NULL        \
526         assert(o)
527
528 PERL_CALLCONV OP *      Perl_ck_open(pTHX_ OP *o)
529                         __attribute__warn_unused_result__;
530 #define PERL_ARGS_ASSERT_CK_OPEN        \
531         assert(o)
532
533 PERL_CALLCONV OP *      Perl_ck_prototype(pTHX_ OP *o)
534                         __attribute__warn_unused_result__;
535 #define PERL_ARGS_ASSERT_CK_PROTOTYPE   \
536         assert(o)
537
538 PERL_CALLCONV OP *      Perl_ck_readline(pTHX_ OP *o)
539                         __attribute__warn_unused_result__;
540 #define PERL_ARGS_ASSERT_CK_READLINE    \
541         assert(o)
542
543 PERL_CALLCONV OP *      Perl_ck_refassign(pTHX_ OP *o)
544                         __attribute__warn_unused_result__;
545 #define PERL_ARGS_ASSERT_CK_REFASSIGN   \
546         assert(o)
547
548 PERL_CALLCONV OP *      Perl_ck_repeat(pTHX_ OP *o)
549                         __attribute__warn_unused_result__;
550 #define PERL_ARGS_ASSERT_CK_REPEAT      \
551         assert(o)
552
553 PERL_CALLCONV OP *      Perl_ck_require(pTHX_ OP *o)
554                         __attribute__warn_unused_result__;
555 #define PERL_ARGS_ASSERT_CK_REQUIRE     \
556         assert(o)
557
558 PERL_CALLCONV OP *      Perl_ck_return(pTHX_ OP *o)
559                         __attribute__warn_unused_result__;
560 #define PERL_ARGS_ASSERT_CK_RETURN      \
561         assert(o)
562
563 PERL_CALLCONV OP *      Perl_ck_rfun(pTHX_ OP *o)
564                         __attribute__warn_unused_result__;
565 #define PERL_ARGS_ASSERT_CK_RFUN        \
566         assert(o)
567
568 PERL_CALLCONV OP *      Perl_ck_rvconst(pTHX_ OP *o)
569                         __attribute__warn_unused_result__;
570 #define PERL_ARGS_ASSERT_CK_RVCONST     \
571         assert(o)
572
573 PERL_CALLCONV OP *      Perl_ck_sassign(pTHX_ OP *o)
574                         __attribute__warn_unused_result__;
575 #define PERL_ARGS_ASSERT_CK_SASSIGN     \
576         assert(o)
577
578 PERL_CALLCONV OP *      Perl_ck_select(pTHX_ OP *o)
579                         __attribute__warn_unused_result__;
580 #define PERL_ARGS_ASSERT_CK_SELECT      \
581         assert(o)
582
583 PERL_CALLCONV OP *      Perl_ck_shift(pTHX_ OP *o)
584                         __attribute__warn_unused_result__;
585 #define PERL_ARGS_ASSERT_CK_SHIFT       \
586         assert(o)
587
588 PERL_CALLCONV OP *      Perl_ck_smartmatch(pTHX_ OP *o)
589                         __attribute__warn_unused_result__;
590 #define PERL_ARGS_ASSERT_CK_SMARTMATCH  \
591         assert(o)
592
593 PERL_CALLCONV OP *      Perl_ck_sort(pTHX_ OP *o)
594                         __attribute__warn_unused_result__;
595 #define PERL_ARGS_ASSERT_CK_SORT        \
596         assert(o)
597
598 PERL_CALLCONV OP *      Perl_ck_spair(pTHX_ OP *o)
599                         __attribute__warn_unused_result__;
600 #define PERL_ARGS_ASSERT_CK_SPAIR       \
601         assert(o)
602
603 PERL_CALLCONV OP *      Perl_ck_split(pTHX_ OP *o)
604                         __attribute__warn_unused_result__;
605 #define PERL_ARGS_ASSERT_CK_SPLIT       \
606         assert(o)
607
608 PERL_CALLCONV OP *      Perl_ck_stringify(pTHX_ OP *o)
609                         __attribute__warn_unused_result__;
610 #define PERL_ARGS_ASSERT_CK_STRINGIFY   \
611         assert(o)
612
613 PERL_CALLCONV OP *      Perl_ck_subr(pTHX_ OP *o)
614                         __attribute__warn_unused_result__;
615 #define PERL_ARGS_ASSERT_CK_SUBR        \
616         assert(o)
617
618 PERL_CALLCONV OP *      Perl_ck_substr(pTHX_ OP *o)
619                         __attribute__warn_unused_result__;
620 #define PERL_ARGS_ASSERT_CK_SUBSTR      \
621         assert(o)
622
623 PERL_CALLCONV OP *      Perl_ck_svconst(pTHX_ OP *o)
624                         __attribute__warn_unused_result__;
625 #define PERL_ARGS_ASSERT_CK_SVCONST     \
626         assert(o)
627
628 PERL_CALLCONV OP *      Perl_ck_tell(pTHX_ OP *o)
629                         __attribute__warn_unused_result__;
630 #define PERL_ARGS_ASSERT_CK_TELL        \
631         assert(o)
632
633 PERL_CALLCONV OP *      Perl_ck_trunc(pTHX_ OP *o)
634                         __attribute__warn_unused_result__;
635 #define PERL_ARGS_ASSERT_CK_TRUNC       \
636         assert(o)
637
638 PERL_CALLCONV void      Perl_ck_warner(pTHX_ U32 err, const char* pat, ...)
639                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
640 #define PERL_ARGS_ASSERT_CK_WARNER      \
641         assert(pat)
642
643 PERL_CALLCONV void      Perl_ck_warner_d(pTHX_ U32 err, const char* pat, ...)
644                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
645 #define PERL_ARGS_ASSERT_CK_WARNER_D    \
646         assert(pat)
647
648 PERL_CALLCONV bool      Perl_ckwarn(pTHX_ U32 w)
649                         __attribute__warn_unused_result__
650                         __attribute__pure__;
651 #define PERL_ARGS_ASSERT_CKWARN
652
653 PERL_CALLCONV bool      Perl_ckwarn_d(pTHX_ U32 w)
654                         __attribute__warn_unused_result__
655                         __attribute__pure__;
656 #define PERL_ARGS_ASSERT_CKWARN_D
657
658 PERL_CALLCONV void      Perl_clear_defarray(pTHX_ AV* av, bool abandon);
659 #define PERL_ARGS_ASSERT_CLEAR_DEFARRAY \
660         assert(av)
661 PERL_CALLCONV const COP*        Perl_closest_cop(pTHX_ const COP *cop, const OP *o, const OP *curop, bool opnext);
662 #define PERL_ARGS_ASSERT_CLOSEST_COP    \
663         assert(cop)
664 PERL_CALLCONV OP*       Perl_cmpchain_extend(pTHX_ I32 type, OP* ch, OP* right)
665                         __attribute__warn_unused_result__;
666 #define PERL_ARGS_ASSERT_CMPCHAIN_EXTEND        \
667         assert(ch)
668
669 PERL_CALLCONV OP*       Perl_cmpchain_finish(pTHX_ OP* ch)
670                         __attribute__warn_unused_result__;
671 #define PERL_ARGS_ASSERT_CMPCHAIN_FINISH        \
672         assert(ch)
673
674 PERL_CALLCONV OP*       Perl_cmpchain_start(pTHX_ I32 type, OP* left, OP* right)
675                         __attribute__warn_unused_result__;
676 #define PERL_ARGS_ASSERT_CMPCHAIN_START
677
678 PERL_CALLCONV const char *      Perl_cntrl_to_mnemonic(const U8 c)
679                         __attribute__warn_unused_result__;
680 #define PERL_ARGS_ASSERT_CNTRL_TO_MNEMONIC
681
682 PERL_CALLCONV const char *      Perl_cop_fetch_label(pTHX_ COP *const cop, STRLEN *len, U32 *flags);
683 #define PERL_ARGS_ASSERT_COP_FETCH_LABEL        \
684         assert(cop)
685 PERL_CALLCONV void      Perl_cop_store_label(pTHX_ COP *const cop, const char *label, STRLEN len, U32 flags);
686 #define PERL_ARGS_ASSERT_COP_STORE_LABEL        \
687         assert(cop); assert(label)
688 PERL_CALLCONV SV *      Perl_core_prototype(pTHX_ SV *sv, const char *name, const int code, int * const opnum);
689 #define PERL_ARGS_ASSERT_CORE_PROTOTYPE \
690         assert(name)
691 PERL_CALLCONV OP *      Perl_coresub_op(pTHX_ SV *const coreargssv, const int code, const int opnum);
692 #define PERL_ARGS_ASSERT_CORESUB_OP     \
693         assert(coreargssv)
694 PERL_CALLCONV void      Perl_create_eval_scope(pTHX_ OP *retop, U32 flags);
695 #define PERL_ARGS_ASSERT_CREATE_EVAL_SCOPE
696 PERL_CALLCONV_NO_RET void       Perl_croak(pTHX_ const char* pat, ...)
697                         __attribute__noreturn__
698                         __attribute__format__null_ok__(__printf__,pTHX_1,pTHX_2);
699 #define PERL_ARGS_ASSERT_CROAK
700
701 PERL_CALLCONV_NO_RET void       Perl_croak_caller(const char* pat, ...)
702                         __attribute__noreturn__
703                         __attribute__format__null_ok__(__printf__,1,2);
704 #define PERL_ARGS_ASSERT_CROAK_CALLER
705
706 PERL_CALLCONV_NO_RET void       Perl_croak_memory_wrap(void)
707                         __attribute__noreturn__;
708 #define PERL_ARGS_ASSERT_CROAK_MEMORY_WRAP
709
710 PERL_CALLCONV_NO_RET void       Perl_croak_no_mem(void)
711                         __attribute__noreturn__;
712 #define PERL_ARGS_ASSERT_CROAK_NO_MEM
713
714 PERL_CALLCONV_NO_RET void       Perl_croak_no_modify(void)
715                         __attribute__noreturn__;
716 #define PERL_ARGS_ASSERT_CROAK_NO_MODIFY
717
718 PERL_CALLCONV_NO_RET void       Perl_croak_popstack(void)
719                         __attribute__noreturn__;
720 #define PERL_ARGS_ASSERT_CROAK_POPSTACK
721
722 PERL_CALLCONV_NO_RET void       Perl_croak_sv(pTHX_ SV *baseex)
723                         __attribute__noreturn__;
724 #define PERL_ARGS_ASSERT_CROAK_SV       \
725         assert(baseex)
726
727 PERL_CALLCONV_NO_RET void       Perl_croak_xs_usage(const CV *const cv, const char *const params)
728                         __attribute__noreturn__;
729 #define PERL_ARGS_ASSERT_CROAK_XS_USAGE \
730         assert(cv); assert(params)
731
732 PERL_CALLCONV Signal_t  Perl_csighandler1(int sig);
733 #define PERL_ARGS_ASSERT_CSIGHANDLER1
734 PERL_CALLCONV Signal_t  Perl_csighandler3(int sig, Siginfo_t *info, void *uap);
735 #define PERL_ARGS_ASSERT_CSIGHANDLER3
736 PERL_CALLCONV regexp_engine const *     Perl_current_re_engine(pTHX);
737 #define PERL_ARGS_ASSERT_CURRENT_RE_ENGINE
738 #ifndef NO_MATHOMS
739 PERL_CALLCONV const char *      Perl_custom_op_desc(pTHX_ const OP *o)
740                         __attribute__deprecated__
741                         __attribute__warn_unused_result__;
742 #define PERL_ARGS_ASSERT_CUSTOM_OP_DESC \
743         assert(o)
744 #endif
745
746 PERL_CALLCONV XOPRETANY Perl_custom_op_get_field(pTHX_ const OP *o, const xop_flags_enum field)
747                         __attribute__warn_unused_result__;
748 #define PERL_ARGS_ASSERT_CUSTOM_OP_GET_FIELD    \
749         assert(o)
750
751 #ifndef NO_MATHOMS
752 PERL_CALLCONV const char *      Perl_custom_op_name(pTHX_ const OP *o)
753                         __attribute__deprecated__
754                         __attribute__warn_unused_result__;
755 #define PERL_ARGS_ASSERT_CUSTOM_OP_NAME \
756         assert(o)
757 #endif
758
759 PERL_CALLCONV void      Perl_custom_op_register(pTHX_ Perl_ppaddr_t ppaddr, const XOP *xop);
760 #define PERL_ARGS_ASSERT_CUSTOM_OP_REGISTER     \
761         assert(ppaddr); assert(xop)
762 PERL_CALLCONV void      Perl_cv_ckproto_len_flags(pTHX_ const CV* cv, const GV* gv, const char* p, const STRLEN len, const U32 flags);
763 #define PERL_ARGS_ASSERT_CV_CKPROTO_LEN_FLAGS   \
764         assert(cv)
765 PERL_CALLCONV CV*       Perl_cv_clone(pTHX_ CV* proto);
766 #define PERL_ARGS_ASSERT_CV_CLONE       \
767         assert(proto)
768 PERL_CALLCONV CV*       Perl_cv_clone_into(pTHX_ CV* proto, CV *target);
769 #define PERL_ARGS_ASSERT_CV_CLONE_INTO  \
770         assert(proto); assert(target)
771 PERL_CALLCONV SV*       Perl_cv_const_sv(const CV *const cv)
772                         __attribute__warn_unused_result__;
773 #define PERL_ARGS_ASSERT_CV_CONST_SV
774
775 PERL_CALLCONV SV*       Perl_cv_const_sv_or_av(const CV *const cv)
776                         __attribute__warn_unused_result__;
777 #define PERL_ARGS_ASSERT_CV_CONST_SV_OR_AV
778
779 PERL_CALLCONV void      Perl_cv_forget_slab(pTHX_ CV *cv);
780 #define PERL_ARGS_ASSERT_CV_FORGET_SLAB
781 PERL_CALLCONV void      Perl_cv_get_call_checker(pTHX_ CV *cv, Perl_call_checker *ckfun_p, SV **ckobj_p);
782 #define PERL_ARGS_ASSERT_CV_GET_CALL_CHECKER    \
783         assert(cv); assert(ckfun_p); assert(ckobj_p)
784 PERL_CALLCONV void      Perl_cv_get_call_checker_flags(pTHX_ CV *cv, U32 gflags, Perl_call_checker *ckfun_p, SV **ckobj_p, U32 *ckflags_p);
785 #define PERL_ARGS_ASSERT_CV_GET_CALL_CHECKER_FLAGS      \
786         assert(cv); assert(ckfun_p); assert(ckobj_p); assert(ckflags_p)
787 PERL_CALLCONV SV *      Perl_cv_name(pTHX_ CV *cv, SV *sv, U32 flags);
788 #define PERL_ARGS_ASSERT_CV_NAME        \
789         assert(cv)
790 PERL_CALLCONV void      Perl_cv_set_call_checker(pTHX_ CV *cv, Perl_call_checker ckfun, SV *ckobj);
791 #define PERL_ARGS_ASSERT_CV_SET_CALL_CHECKER    \
792         assert(cv); assert(ckfun); assert(ckobj)
793 PERL_CALLCONV void      Perl_cv_set_call_checker_flags(pTHX_ CV *cv, Perl_call_checker ckfun, SV *ckobj, U32 ckflags);
794 #define PERL_ARGS_ASSERT_CV_SET_CALL_CHECKER_FLAGS      \
795         assert(cv); assert(ckfun); assert(ckobj)
796 PERL_CALLCONV void      Perl_cv_undef(pTHX_ CV* cv);
797 #define PERL_ARGS_ASSERT_CV_UNDEF       \
798         assert(cv)
799 PERL_CALLCONV void      Perl_cv_undef_flags(pTHX_ CV* cv, U32 flags);
800 #define PERL_ARGS_ASSERT_CV_UNDEF_FLAGS \
801         assert(cv)
802 PERL_CALLCONV GV *      Perl_cvgv_from_hek(pTHX_ CV* cv);
803 #define PERL_ARGS_ASSERT_CVGV_FROM_HEK  \
804         assert(cv)
805 PERL_CALLCONV void      Perl_cvgv_set(pTHX_ CV* cv, GV* gv);
806 #define PERL_ARGS_ASSERT_CVGV_SET       \
807         assert(cv)
808 PERL_CALLCONV void      Perl_cvstash_set(pTHX_ CV* cv, HV* stash);
809 #define PERL_ARGS_ASSERT_CVSTASH_SET    \
810         assert(cv)
811 PERL_CALLCONV void      Perl_cx_dump(pTHX_ PERL_CONTEXT* cx);
812 #define PERL_ARGS_ASSERT_CX_DUMP        \
813         assert(cx)
814 PERL_CALLCONV I32       Perl_cxinc(pTHX)
815                         __attribute__warn_unused_result__;
816 #define PERL_ARGS_ASSERT_CXINC
817
818 PERL_CALLCONV void      Perl_deb(pTHX_ const char* pat, ...)
819                         __attribute__format__(__printf__,pTHX_1,pTHX_2);
820 #define PERL_ARGS_ASSERT_DEB    \
821         assert(pat)
822
823 PERL_CALLCONV void      Perl_deb_stack_all(pTHX);
824 #define PERL_ARGS_ASSERT_DEB_STACK_ALL
825 PERL_CALLCONV I32       Perl_debop(pTHX_ const OP* o);
826 #define PERL_ARGS_ASSERT_DEBOP  \
827         assert(o)
828 PERL_CALLCONV void      Perl_debprofdump(pTHX);
829 #define PERL_ARGS_ASSERT_DEBPROFDUMP
830 PERL_CALLCONV I32       Perl_debstack(pTHX);
831 #define PERL_ARGS_ASSERT_DEBSTACK
832 PERL_CALLCONV I32       Perl_debstackptrs(pTHX);
833 #define PERL_ARGS_ASSERT_DEBSTACKPTRS
834 PERL_CALLCONV SV *      Perl_defelem_target(pTHX_ SV *sv, MAGIC *mg)
835                         __attribute__warn_unused_result__;
836 #define PERL_ARGS_ASSERT_DEFELEM_TARGET \
837         assert(sv)
838
839 PERL_CALLCONV void      Perl_delete_eval_scope(pTHX);
840 #define PERL_ARGS_ASSERT_DELETE_EVAL_SCOPE
841 PERL_CALLCONV char*     Perl_delimcpy(char* to, const char* toend, const char* from, const char* fromend, int delim, I32* retlen);
842 #define PERL_ARGS_ASSERT_DELIMCPY       \
843         assert(to); assert(toend); assert(from); assert(fromend); assert(retlen)
844 PERL_CALLCONV char*     Perl_delimcpy_no_escape(char* to, const char* toend, const char* from, const char* fromend, int delim, I32* retlen);
845 #define PERL_ARGS_ASSERT_DELIMCPY_NO_ESCAPE     \
846         assert(to); assert(toend); assert(from); assert(fromend); assert(retlen)
847 PERL_CALLCONV void      Perl_despatch_signals(pTHX);
848 #define PERL_ARGS_ASSERT_DESPATCH_SIGNALS
849 PERL_CALLCONV_NO_RET OP*        Perl_die(pTHX_ const char* pat, ...)
850                         __attribute__noreturn__
851                         __attribute__format__null_ok__(__printf__,pTHX_1,pTHX_2);
852 #define PERL_ARGS_ASSERT_DIE
853
854 PERL_CALLCONV_NO_RET OP*        Perl_die_sv(pTHX_ SV *baseex)
855                         __attribute__noreturn__;
856 #define PERL_ARGS_ASSERT_DIE_SV \
857         assert(baseex)
858
859 PERL_CALLCONV_NO_RET void       Perl_die_unwind(pTHX_ SV* msv)
860                         __attribute__noreturn__;
861 #define PERL_ARGS_ASSERT_DIE_UNWIND     \
862         assert(msv)
863
864 #ifndef NO_MATHOMS
865 PERL_CALLCONV bool      Perl_do_aexec(pTHX_ SV* really, SV** mark, SV** sp);
866 #define PERL_ARGS_ASSERT_DO_AEXEC       \
867         assert(mark); assert(sp)
868 #endif
869 PERL_CALLCONV bool      Perl_do_aexec5(pTHX_ SV* really, SV** mark, SV** sp, int fd, int do_report);
870 #define PERL_ARGS_ASSERT_DO_AEXEC5      \
871         assert(mark); assert(sp)
872 #ifndef NO_MATHOMS
873 PERL_CALLCONV int       Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int mode)
874                         __attribute__deprecated__;
875 #define PERL_ARGS_ASSERT_DO_BINMODE     \
876         assert(fp)
877 #endif
878
879 PERL_CALLCONV bool      Perl_do_close(pTHX_ GV* gv, bool not_implicit);
880 #define PERL_ARGS_ASSERT_DO_CLOSE
881 PERL_CALLCONV void      Perl_do_dump_pad(pTHX_ I32 level, PerlIO *file, PADLIST *padlist, int full);
882 #define PERL_ARGS_ASSERT_DO_DUMP_PAD    \
883         assert(file)
884 PERL_CALLCONV bool      Perl_do_eof(pTHX_ GV* gv);
885 #define PERL_ARGS_ASSERT_DO_EOF \
886         assert(gv)
887 PERL_CALLCONV void      Perl_do_gv_dump(pTHX_ I32 level, PerlIO *file, const char *name, GV *sv);
888 #define PERL_ARGS_ASSERT_DO_GV_DUMP     \
889         assert(file); assert(name)
890 PERL_CALLCONV void      Perl_do_gvgv_dump(pTHX_ I32 level, PerlIO *file, const char *name, GV *sv);
891 #define PERL_ARGS_ASSERT_DO_GVGV_DUMP   \
892         assert(file); assert(name)
893 PERL_CALLCONV void      Perl_do_hv_dump(pTHX_ I32 level, PerlIO *file, const char *name, HV *sv);
894 #define PERL_ARGS_ASSERT_DO_HV_DUMP     \
895         assert(file); assert(name)
896 PERL_CALLCONV void      Perl_do_join(pTHX_ SV *sv, SV *delim, SV **mark, SV **sp);
897 #define PERL_ARGS_ASSERT_DO_JOIN        \
898         assert(sv); assert(delim); assert(mark); assert(sp)
899 PERL_CALLCONV void      Perl_do_magic_dump(pTHX_ I32 level, PerlIO *file, const MAGIC *mg, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim);
900 #define PERL_ARGS_ASSERT_DO_MAGIC_DUMP  \
901         assert(file)
902 PERL_CALLCONV I32       Perl_do_ncmp(pTHX_ SV *const left, SV *const right)
903                         __attribute__warn_unused_result__;
904 #define PERL_ARGS_ASSERT_DO_NCMP        \
905         assert(left); assert(right)
906
907 PERL_CALLCONV void      Perl_do_op_dump(pTHX_ I32 level, PerlIO *file, const OP *o);
908 #define PERL_ARGS_ASSERT_DO_OP_DUMP     \
909         assert(file)
910 #ifndef NO_MATHOMS
911 PERL_CALLCONV bool      Perl_do_open(pTHX_ GV* gv, const char* name, I32 len, int as_raw, int rawmode, int rawperm, PerlIO* supplied_fp);
912 #define PERL_ARGS_ASSERT_DO_OPEN        \
913         assert(gv); assert(name)
914 #endif
915 PERL_CALLCONV bool      Perl_do_open6(pTHX_ GV *gv, const char *oname, STRLEN len, PerlIO *supplied_fp, SV **svp, U32 num);
916 #define PERL_ARGS_ASSERT_DO_OPEN6       \
917         assert(gv); assert(oname)
918 #ifndef NO_MATHOMS
919 PERL_CALLCONV bool      Perl_do_open9(pTHX_ GV *gv, const char *name, I32 len, int as_raw, int rawmode, int rawperm, PerlIO *supplied_fp, SV *svs, I32 num)
920                         __attribute__deprecated__;
921 #define PERL_ARGS_ASSERT_DO_OPEN9       \
922         assert(gv); assert(name); assert(svs)
923 #endif
924
925 PERL_CALLCONV bool      Perl_do_open_raw(pTHX_ GV *gv, const char *oname, STRLEN len, int rawmode, int rawperm, Stat_t *statbufp);
926 #define PERL_ARGS_ASSERT_DO_OPEN_RAW    \
927         assert(gv); assert(oname)
928 PERL_CALLCONV bool      Perl_do_openn(pTHX_ GV *gv, const char *oname, I32 len, int as_raw, int rawmode, int rawperm, PerlIO *supplied_fp, SV **svp, I32 num);
929 #define PERL_ARGS_ASSERT_DO_OPENN       \
930         assert(gv); assert(oname)
931 PERL_CALLCONV void      Perl_do_pmop_dump(pTHX_ I32 level, PerlIO *file, const PMOP *pm);
932 #define PERL_ARGS_ASSERT_DO_PMOP_DUMP   \
933         assert(file)
934 PERL_CALLCONV bool      Perl_do_print(pTHX_ SV* sv, PerlIO* fp);
935 #define PERL_ARGS_ASSERT_DO_PRINT       \
936         assert(fp)
937 PERL_CALLCONV OP*       Perl_do_readline(pTHX)
938                         __attribute__warn_unused_result__;
939 #define PERL_ARGS_ASSERT_DO_READLINE
940
941 PERL_CALLCONV bool      Perl_do_seek(pTHX_ GV* gv, Off_t pos, int whence);
942 #define PERL_ARGS_ASSERT_DO_SEEK
943 PERL_CALLCONV void      Perl_do_sprintf(pTHX_ SV* sv, SSize_t len, SV** sarg);
944 #define PERL_ARGS_ASSERT_DO_SPRINTF     \
945         assert(sv); assert(sarg)
946 PERL_CALLCONV void      Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim);
947 #define PERL_ARGS_ASSERT_DO_SV_DUMP     \
948         assert(file)
949 PERL_CALLCONV Off_t     Perl_do_sysseek(pTHX_ GV* gv, Off_t pos, int whence);
950 #define PERL_ARGS_ASSERT_DO_SYSSEEK     \
951         assert(gv)
952 PERL_CALLCONV Off_t     Perl_do_tell(pTHX_ GV* gv)
953                         __attribute__warn_unused_result__;
954 #define PERL_ARGS_ASSERT_DO_TELL        \
955         assert(gv)
956
957 PERL_CALLCONV Size_t    Perl_do_trans(pTHX_ SV* sv);
958 #define PERL_ARGS_ASSERT_DO_TRANS       \
959         assert(sv)
960 PERL_CALLCONV I16       Perl_do_uniprop_match(const char * const key, const U16 key_len)
961                         __attribute__warn_unused_result__;
962 #define PERL_ARGS_ASSERT_DO_UNIPROP_MATCH       \
963         assert(key)
964
965 PERL_CALLCONV UV        Perl_do_vecget(pTHX_ SV* sv, STRLEN offset, int size);
966 #define PERL_ARGS_ASSERT_DO_VECGET      \
967         assert(sv)
968 PERL_CALLCONV void      Perl_do_vecset(pTHX_ SV* sv);
969 #define PERL_ARGS_ASSERT_DO_VECSET      \
970         assert(sv)
971 PERL_CALLCONV void      Perl_do_vop(pTHX_ I32 optype, SV* sv, SV* left, SV* right);
972 #define PERL_ARGS_ASSERT_DO_VOP \
973         assert(sv); assert(left); assert(right)
974 PERL_CALLCONV OP*       Perl_dofile(pTHX_ OP* term, I32 force_builtin);
975 #define PERL_ARGS_ASSERT_DOFILE \
976         assert(term)
977 PERL_CALLCONV bool      Perl_doing_taint(int argc, char** argv, char** env)
978                         __attribute__warn_unused_result__;
979 #define PERL_ARGS_ASSERT_DOING_TAINT
980
981 PERL_CALLCONV OP *      Perl_doref(pTHX_ OP *o, I32 type, bool set_op_ref);
982 #define PERL_ARGS_ASSERT_DOREF  \
983         assert(o)
984 PERL_CALLCONV void      Perl_dounwind(pTHX_ I32 cxix);
985 #define PERL_ARGS_ASSERT_DOUNWIND
986 PERL_CALLCONV U8        Perl_dowantarray(pTHX)
987                         __attribute__warn_unused_result__;
988 #define PERL_ARGS_ASSERT_DOWANTARRAY
989
990 PERL_CALLCONV void      Perl_drand48_init_r(perl_drand48_t *random_state, U32 seed);
991 #define PERL_ARGS_ASSERT_DRAND48_INIT_R \
992         assert(random_state)
993 PERL_CALLCONV double    Perl_drand48_r(perl_drand48_t *random_state);
994 #define PERL_ARGS_ASSERT_DRAND48_R      \
995         assert(random_state)
996 PERL_CALLCONV void      Perl_dump_all(pTHX);
997 #define PERL_ARGS_ASSERT_DUMP_ALL
998 PERL_CALLCONV void      Perl_dump_all_perl(pTHX_ bool justperl);
999 #define PERL_ARGS_ASSERT_DUMP_ALL_PERL
1000 PERL_CALLCONV void      Perl_dump_eval(pTHX);
1001 #define PERL_ARGS_ASSERT_DUMP_EVAL
1002 PERL_CALLCONV void      Perl_dump_form(pTHX_ const GV* gv);
1003 #define PERL_ARGS_ASSERT_DUMP_FORM      \
1004         assert(gv)
1005 PERL_CALLCONV void      Perl_dump_indent(pTHX_ I32 level, PerlIO *file, const char* pat, ...)
1006                         __attribute__format__(__printf__,pTHX_3,pTHX_4);
1007 #define PERL_ARGS_ASSERT_DUMP_INDENT    \
1008         assert(file); assert(pat)
1009
1010 PERL_CALLCONV void      Perl_dump_packsubs(pTHX_ const HV* stash);
1011 #define PERL_ARGS_ASSERT_DUMP_PACKSUBS  \
1012         assert(stash)
1013 PERL_CALLCONV void      Perl_dump_packsubs_perl(pTHX_ const HV* stash, bool justperl);
1014 #define PERL_ARGS_ASSERT_DUMP_PACKSUBS_PERL     \
1015         assert(stash)
1016 PERL_CALLCONV void      Perl_dump_sub(pTHX_ const GV* gv);
1017 #define PERL_ARGS_ASSERT_DUMP_SUB       \
1018         assert(gv)
1019 PERL_CALLCONV void      Perl_dump_sub_perl(pTHX_ const GV* gv, bool justperl);
1020 #define PERL_ARGS_ASSERT_DUMP_SUB_PERL  \
1021         assert(gv)
1022 PERL_CALLCONV void      Perl_dump_vindent(pTHX_ I32 level, PerlIO *file, const char* pat, va_list *args);
1023 #define PERL_ARGS_ASSERT_DUMP_VINDENT   \
1024         assert(file); assert(pat)
1025 PERL_CALLCONV STRLEN*   Perl_dup_warnings(pTHX_ STRLEN* warnings);
1026 #define PERL_ARGS_ASSERT_DUP_WARNINGS
1027 PERL_CALLCONV void      Perl_emulate_cop_io(pTHX_ const COP *const c, SV *const sv);
1028 #define PERL_ARGS_ASSERT_EMULATE_COP_IO \
1029         assert(c); assert(sv)
1030 PERL_CALLCONV SV*       Perl_eval_pv(pTHX_ const char* p, I32 croak_on_error);
1031 #define PERL_ARGS_ASSERT_EVAL_PV        \
1032         assert(p)
1033 PERL_CALLCONV I32       Perl_eval_sv(pTHX_ SV* sv, I32 flags);
1034 #define PERL_ARGS_ASSERT_EVAL_SV        \
1035         assert(sv)
1036 PERL_CALLCONV void      Perl_fbm_compile(pTHX_ SV* sv, U32 flags);
1037 #define PERL_ARGS_ASSERT_FBM_COMPILE    \
1038         assert(sv)
1039 PERL_CALLCONV char*     Perl_fbm_instr(pTHX_ unsigned char* big, unsigned char* bigend, SV* littlestr, U32 flags)
1040                         __attribute__warn_unused_result__;
1041 #define PERL_ARGS_ASSERT_FBM_INSTR      \
1042         assert(big); assert(bigend); assert(littlestr)
1043
1044 PERL_CALLCONV SV*       Perl_filter_add(pTHX_ filter_t funcp, SV* datasv);
1045 #define PERL_ARGS_ASSERT_FILTER_ADD
1046 PERL_CALLCONV void      Perl_filter_del(pTHX_ filter_t funcp);
1047 #define PERL_ARGS_ASSERT_FILTER_DEL     \
1048         assert(funcp)
1049 PERL_CALLCONV I32       Perl_filter_read(pTHX_ int idx, SV *buf_sv, int maxlen)
1050                         __attribute__warn_unused_result__;
1051 #define PERL_ARGS_ASSERT_FILTER_READ    \
1052         assert(buf_sv)
1053
1054 PERL_CALLCONV void      Perl_finalize_optree(pTHX_ OP* o);
1055 #define PERL_ARGS_ASSERT_FINALIZE_OPTREE        \
1056         assert(o)
1057 PERL_CALLCONV CV *      Perl_find_lexical_cv(pTHX_ PADOFFSET off);
1058 #define PERL_ARGS_ASSERT_FIND_LEXICAL_CV
1059 PERL_CALLCONV CV*       Perl_find_runcv(pTHX_ U32 *db_seqp)
1060                         __attribute__warn_unused_result__;
1061 #define PERL_ARGS_ASSERT_FIND_RUNCV
1062
1063 PERL_CALLCONV CV*       Perl_find_runcv_where(pTHX_ U8 cond, IV arg, U32 *db_seqp)
1064                         __attribute__warn_unused_result__;
1065 #define PERL_ARGS_ASSERT_FIND_RUNCV_WHERE
1066
1067 PERL_CALLCONV SV*       Perl_find_rundefsv(pTHX);
1068 #define PERL_ARGS_ASSERT_FIND_RUNDEFSV
1069 PERL_CALLCONV PADOFFSET Perl_find_rundefsvoffset(pTHX)
1070                         __attribute__deprecated__;
1071 #define PERL_ARGS_ASSERT_FIND_RUNDEFSVOFFSET
1072
1073 PERL_CALLCONV char*     Perl_find_script(pTHX_ const char *scriptname, bool dosearch, const char *const *const search_ext, I32 flags);
1074 #define PERL_ARGS_ASSERT_FIND_SCRIPT    \
1075         assert(scriptname)
1076 #ifndef PERL_NO_INLINE_FUNCTIONS
1077 PERL_STATIC_INLINE I32  Perl_foldEQ(const char* a, const char* b, I32 len);
1078 #define PERL_ARGS_ASSERT_FOLDEQ \
1079         assert(a); assert(b)
1080 #endif
1081 #ifndef PERL_NO_INLINE_FUNCTIONS
1082 PERL_STATIC_INLINE I32  Perl_foldEQ_latin1(const char* a, const char* b, I32 len);
1083 #define PERL_ARGS_ASSERT_FOLDEQ_LATIN1  \
1084         assert(a); assert(b)
1085 #endif
1086 #ifndef PERL_NO_INLINE_FUNCTIONS
1087 PERL_STATIC_INLINE I32  Perl_foldEQ_locale(const char* a, const char* b, I32 len);
1088 #define PERL_ARGS_ASSERT_FOLDEQ_LOCALE  \
1089         assert(a); assert(b)
1090 #endif
1091 /* PERL_CALLCONV I32    foldEQ_utf8(pTHX_ const char *s1, char **pe1, UV l1, bool u1, const char *s2, char **pe2, UV l2, bool u2); */
1092 #define PERL_ARGS_ASSERT_FOLDEQ_UTF8
1093 PERL_CALLCONV I32       Perl_foldEQ_utf8_flags(pTHX_ const char *s1, char **pe1, UV l1, bool u1, const char *s2, char **pe2, UV l2, bool u2, U32 flags);
1094 #define PERL_ARGS_ASSERT_FOLDEQ_UTF8_FLAGS      \
1095         assert(s1); assert(s2)
1096 PERL_CALLCONV char*     Perl_form(pTHX_ const char* pat, ...)
1097                         __attribute__format__(__printf__,pTHX_1,pTHX_2);
1098 #define PERL_ARGS_ASSERT_FORM   \
1099         assert(pat)
1100
1101 PERL_CALLCONV void      Perl_free_tied_hv_pool(pTHX);
1102 #define PERL_ARGS_ASSERT_FREE_TIED_HV_POOL
1103 PERL_CALLCONV void      Perl_free_tmps(pTHX);
1104 #define PERL_ARGS_ASSERT_FREE_TMPS
1105 PERL_CALLCONV SV*       Perl_get_and_check_backslash_N_name(pTHX_ const char* s, const char* const e, const bool is_utf8, const char** error_msg)
1106                         __attribute__warn_unused_result__;
1107 #define PERL_ARGS_ASSERT_GET_AND_CHECK_BACKSLASH_N_NAME \
1108         assert(s); assert(e); assert(error_msg)
1109
1110 PERL_CALLCONV AV*       Perl_get_av(pTHX_ const char *name, I32 flags);
1111 #define PERL_ARGS_ASSERT_GET_AV \
1112         assert(name)
1113 PERL_CALLCONV void*     Perl_get_context(void)
1114                         __attribute__warn_unused_result__;
1115 #define PERL_ARGS_ASSERT_GET_CONTEXT
1116
1117 PERL_CALLCONV CV*       Perl_get_cv(pTHX_ const char* name, I32 flags);
1118 #define PERL_ARGS_ASSERT_GET_CV \
1119         assert(name)
1120 PERL_CALLCONV CV*       Perl_get_cvn_flags(pTHX_ const char* name, STRLEN len, I32 flags);
1121 #define PERL_ARGS_ASSERT_GET_CVN_FLAGS  \
1122         assert(name)
1123 PERL_CALLCONV void      Perl_get_db_sub(pTHX_ SV **svp, CV *cv);
1124 #define PERL_ARGS_ASSERT_GET_DB_SUB     \
1125         assert(cv)
1126 PERL_CALLCONV const char *      Perl_get_deprecated_property_msg(const Size_t warning_offset)
1127                         __attribute__warn_unused_result__;
1128 #define PERL_ARGS_ASSERT_GET_DEPRECATED_PROPERTY_MSG
1129
1130 PERL_CALLCONV void      Perl_get_hash_seed(pTHX_ unsigned char * const seed_buffer);
1131 #define PERL_ARGS_ASSERT_GET_HASH_SEED  \
1132         assert(seed_buffer)
1133 PERL_CALLCONV HV*       Perl_get_hv(pTHX_ const char *name, I32 flags);
1134 #define PERL_ARGS_ASSERT_GET_HV \
1135         assert(name)
1136 PERL_CALLCONV const char*       Perl_get_no_modify(pTHX)
1137                         __attribute__warn_unused_result__
1138                         __attribute__pure__;
1139 #define PERL_ARGS_ASSERT_GET_NO_MODIFY
1140
1141 PERL_CALLCONV char**    Perl_get_op_descs(pTHX)
1142                         __attribute__warn_unused_result__
1143                         __attribute__pure__;
1144 #define PERL_ARGS_ASSERT_GET_OP_DESCS
1145
1146 PERL_CALLCONV char**    Perl_get_op_names(pTHX)
1147                         __attribute__warn_unused_result__
1148                         __attribute__pure__;
1149 #define PERL_ARGS_ASSERT_GET_OP_NAMES
1150
1151 PERL_CALLCONV U32*      Perl_get_opargs(pTHX)
1152                         __attribute__warn_unused_result__
1153                         __attribute__pure__;
1154 #define PERL_ARGS_ASSERT_GET_OPARGS
1155
1156 PERL_CALLCONV PPADDR_t* Perl_get_ppaddr(pTHX)
1157                         __attribute__warn_unused_result__
1158                         __attribute__pure__;
1159 #define PERL_ARGS_ASSERT_GET_PPADDR
1160
1161 PERL_CALLCONV SV *      Perl_get_prop_definition(pTHX_ const int table_index)
1162                         __attribute__warn_unused_result__;
1163 #define PERL_ARGS_ASSERT_GET_PROP_DEFINITION
1164
1165 PERL_CALLCONV const char * const *      Perl_get_prop_values(const int table_index)
1166                         __attribute__warn_unused_result__;
1167 #define PERL_ARGS_ASSERT_GET_PROP_VALUES
1168
1169 PERL_CALLCONV REGEXP *  Perl_get_re_arg(pTHX_ SV *sv);
1170 #define PERL_ARGS_ASSERT_GET_RE_ARG
1171 PERL_CALLCONV SV*       Perl_get_sv(pTHX_ const char *name, I32 flags);
1172 #define PERL_ARGS_ASSERT_GET_SV \
1173         assert(name)
1174 PERL_CALLCONV MGVTBL*   Perl_get_vtbl(pTHX_ int vtbl_id)
1175                         __attribute__warn_unused_result__;
1176 #define PERL_ARGS_ASSERT_GET_VTBL
1177
1178 PERL_CALLCONV int       Perl_getcwd_sv(pTHX_ SV* sv);
1179 #define PERL_ARGS_ASSERT_GETCWD_SV      \
1180         assert(sv)
1181 PERL_CALLCONV void      Perl_gp_free(pTHX_ GV* gv);
1182 #define PERL_ARGS_ASSERT_GP_FREE
1183 PERL_CALLCONV GP*       Perl_gp_ref(pTHX_ GP* gp);
1184 #define PERL_ARGS_ASSERT_GP_REF
1185 PERL_CALLCONV bool      Perl_grok_atoUV(const char* pv, UV* valptr, const char** endptr);
1186 #define PERL_ARGS_ASSERT_GROK_ATOUV     \
1187         assert(pv); assert(valptr)
1188 PERL_CALLCONV UV        Perl_grok_bin(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result);
1189 #define PERL_ARGS_ASSERT_GROK_BIN       \
1190         assert(start); assert(len_p); assert(flags)
1191 PERL_CALLCONV UV        Perl_grok_bin_oct_hex(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result, const unsigned shift, const U8 lookup_bit, const char prefix);
1192 #define PERL_ARGS_ASSERT_GROK_BIN_OCT_HEX       \
1193         assert(start); assert(len_p); assert(flags)
1194 PERL_CALLCONV UV        Perl_grok_hex(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result);
1195 #define PERL_ARGS_ASSERT_GROK_HEX       \
1196         assert(start); assert(len_p); assert(flags)
1197 PERL_CALLCONV int       Perl_grok_infnan(pTHX_ const char** sp, const char *send);
1198 #define PERL_ARGS_ASSERT_GROK_INFNAN    \
1199         assert(sp); assert(send)
1200 PERL_CALLCONV int       Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep);
1201 #define PERL_ARGS_ASSERT_GROK_NUMBER    \
1202         assert(pv)
1203 PERL_CALLCONV int       Perl_grok_number_flags(pTHX_ const char *pv, STRLEN len, UV *valuep, U32 flags);
1204 #define PERL_ARGS_ASSERT_GROK_NUMBER_FLAGS      \
1205         assert(pv)
1206 PERL_CALLCONV bool      Perl_grok_numeric_radix(pTHX_ const char **sp, const char *send)
1207                         __attribute__warn_unused_result__;
1208 #define PERL_ARGS_ASSERT_GROK_NUMERIC_RADIX     \
1209         assert(sp); assert(send)
1210
1211 PERL_CALLCONV UV        Perl_grok_oct(pTHX_ const char* start, STRLEN* len_p, I32* flags, NV *result);
1212 #define PERL_ARGS_ASSERT_GROK_OCT       \
1213         assert(start); assert(len_p); assert(flags)
1214 #ifndef NO_MATHOMS
1215 PERL_CALLCONV GV*       Perl_gv_AVadd(pTHX_ GV *gv);
1216 #define PERL_ARGS_ASSERT_GV_AVADD
1217 #endif
1218 #ifndef NO_MATHOMS
1219 PERL_CALLCONV GV*       Perl_gv_HVadd(pTHX_ GV *gv);
1220 #define PERL_ARGS_ASSERT_GV_HVADD
1221 #endif
1222 #ifndef NO_MATHOMS
1223 PERL_CALLCONV GV*       Perl_gv_IOadd(pTHX_ GV* gv);
1224 #define PERL_ARGS_ASSERT_GV_IOADD
1225 #endif
1226 PERL_CALLCONV GV*       Perl_gv_add_by_type(pTHX_ GV *gv, svtype type);
1227 #define PERL_ARGS_ASSERT_GV_ADD_BY_TYPE
1228 /* PERL_CALLCONV GV*    gv_autoload4(pTHX_ HV* stash, const char* name, STRLEN len, I32 method)
1229                         __attribute__warn_unused_result__; */
1230 #define PERL_ARGS_ASSERT_GV_AUTOLOAD4
1231
1232 PERL_CALLCONV GV*       Perl_gv_autoload_pv(pTHX_ HV* stash, const char* namepv, U32 flags)
1233                         __attribute__warn_unused_result__;
1234 #define PERL_ARGS_ASSERT_GV_AUTOLOAD_PV \
1235         assert(namepv)
1236
1237 PERL_CALLCONV GV*       Perl_gv_autoload_pvn(pTHX_ HV* stash, const char* name, STRLEN len, U32 flags)
1238                         __attribute__warn_unused_result__;
1239 #define PERL_ARGS_ASSERT_GV_AUTOLOAD_PVN        \
1240         assert(name)
1241
1242 PERL_CALLCONV GV*       Perl_gv_autoload_sv(pTHX_ HV* stash, SV* namesv, U32 flags)
1243                         __attribute__warn_unused_result__;
1244 #define PERL_ARGS_ASSERT_GV_AUTOLOAD_SV \
1245         assert(namesv)
1246
1247 PERL_CALLCONV void      Perl_gv_check(pTHX_ HV* stash);
1248 #define PERL_ARGS_ASSERT_GV_CHECK       \
1249         assert(stash)
1250 PERL_CALLCONV SV*       Perl_gv_const_sv(pTHX_ GV* gv)
1251                         __attribute__warn_unused_result__;
1252 #define PERL_ARGS_ASSERT_GV_CONST_SV    \
1253         assert(gv)
1254
1255 PERL_CALLCONV void      Perl_gv_dump(pTHX_ GV* gv);
1256 #define PERL_ARGS_ASSERT_GV_DUMP
1257 #ifndef NO_MATHOMS
1258 PERL_CALLCONV void      Perl_gv_efullname(pTHX_ SV* sv, const GV* gv)
1259                         __attribute__deprecated__;
1260 #define PERL_ARGS_ASSERT_GV_EFULLNAME   \
1261         assert(sv); assert(gv)
1262 #endif
1263
1264 #ifndef NO_MATHOMS
1265 PERL_CALLCONV void      Perl_gv_efullname3(pTHX_ SV* sv, const GV* gv, const char* prefix);
1266 #define PERL_ARGS_ASSERT_GV_EFULLNAME3  \
1267         assert(sv); assert(gv)
1268 #endif
1269 PERL_CALLCONV void      Perl_gv_efullname4(pTHX_ SV* sv, const GV* gv, const char* prefix, bool keepmain);
1270 #define PERL_ARGS_ASSERT_GV_EFULLNAME4  \
1271         assert(sv); assert(gv)
1272 PERL_CALLCONV GV*       Perl_gv_fetchfile(pTHX_ const char* name);
1273 #define PERL_ARGS_ASSERT_GV_FETCHFILE   \
1274         assert(name)
1275 PERL_CALLCONV GV*       Perl_gv_fetchfile_flags(pTHX_ const char *const name, const STRLEN len, const U32 flags);
1276 #define PERL_ARGS_ASSERT_GV_FETCHFILE_FLAGS     \
1277         assert(name)
1278 /* PERL_CALLCONV GV*    gv_fetchmeth(pTHX_ HV* stash, const char* name, STRLEN len, I32 level); */
1279 #define PERL_ARGS_ASSERT_GV_FETCHMETH
1280 /* PERL_CALLCONV GV*    gv_fetchmeth_autoload(pTHX_ HV* stash, const char* name, STRLEN len, I32 level); */
1281 #define PERL_ARGS_ASSERT_GV_FETCHMETH_AUTOLOAD
1282 PERL_CALLCONV GV*       Perl_gv_fetchmeth_pv(pTHX_ HV* stash, const char* name, I32 level, U32 flags);
1283 #define PERL_ARGS_ASSERT_GV_FETCHMETH_PV        \
1284         assert(name)
1285 PERL_CALLCONV GV*       Perl_gv_fetchmeth_pv_autoload(pTHX_ HV* stash, const char* name, I32 level, U32 flags);
1286 #define PERL_ARGS_ASSERT_GV_FETCHMETH_PV_AUTOLOAD       \
1287         assert(name)
1288 PERL_CALLCONV GV*       Perl_gv_fetchmeth_pvn(pTHX_ HV* stash, const char* name, STRLEN len, I32 level, U32 flags);
1289 #define PERL_ARGS_ASSERT_GV_FETCHMETH_PVN       \
1290         assert(name)
1291 PERL_CALLCONV GV*       Perl_gv_fetchmeth_pvn_autoload(pTHX_ HV* stash, const char* name, STRLEN len, I32 level, U32 flags);
1292 #define PERL_ARGS_ASSERT_GV_FETCHMETH_PVN_AUTOLOAD      \
1293         assert(name)
1294 PERL_CALLCONV GV*       Perl_gv_fetchmeth_sv(pTHX_ HV* stash, SV* namesv, I32 level, U32 flags);
1295 #define PERL_ARGS_ASSERT_GV_FETCHMETH_SV        \
1296         assert(namesv)
1297 PERL_CALLCONV GV*       Perl_gv_fetchmeth_sv_autoload(pTHX_ HV* stash, SV* namesv, I32 level, U32 flags);
1298 #define PERL_ARGS_ASSERT_GV_FETCHMETH_SV_AUTOLOAD       \
1299         assert(namesv)
1300 #ifndef NO_MATHOMS
1301 PERL_CALLCONV GV*       Perl_gv_fetchmethod(pTHX_ HV* stash, const char* name);
1302 #define PERL_ARGS_ASSERT_GV_FETCHMETHOD \
1303         assert(stash); assert(name)
1304 #endif
1305 PERL_CALLCONV GV*       Perl_gv_fetchmethod_autoload(pTHX_ HV* stash, const char* name, I32 autoload);
1306 #define PERL_ARGS_ASSERT_GV_FETCHMETHOD_AUTOLOAD        \
1307         assert(stash); assert(name)
1308 PERL_CALLCONV GV*       Perl_gv_fetchmethod_pv_flags(pTHX_ HV* stash, const char* name, U32 flags);
1309 #define PERL_ARGS_ASSERT_GV_FETCHMETHOD_PV_FLAGS        \
1310         assert(stash); assert(name)
1311 PERL_CALLCONV GV*       Perl_gv_fetchmethod_pvn_flags(pTHX_ HV* stash, const char* name, const STRLEN len, U32 flags);
1312 #define PERL_ARGS_ASSERT_GV_FETCHMETHOD_PVN_FLAGS       \
1313         assert(stash); assert(name)
1314 PERL_CALLCONV GV*       Perl_gv_fetchmethod_sv_flags(pTHX_ HV* stash, SV* namesv, U32 flags);
1315 #define PERL_ARGS_ASSERT_GV_FETCHMETHOD_SV_FLAGS        \
1316         assert(stash); assert(namesv)
1317 PERL_CALLCONV GV*       Perl_gv_fetchpv(pTHX_ const char *nambeg, I32 flags, const svtype sv_type);
1318 #define PERL_ARGS_ASSERT_GV_FETCHPV     \
1319         assert(nambeg)
1320 PERL_CALLCONV GV*       Perl_gv_fetchpvn_flags(pTHX_ const char* name, STRLEN len, I32 flags, const svtype sv_type);
1321 #define PERL_ARGS_ASSERT_GV_FETCHPVN_FLAGS      \
1322         assert(name)
1323 PERL_CALLCONV GV*       Perl_gv_fetchsv(pTHX_ SV *name, I32 flags, const svtype sv_type);
1324 #define PERL_ARGS_ASSERT_GV_FETCHSV     \
1325         assert(name)
1326 #ifndef NO_MATHOMS
1327 PERL_CALLCONV void      Perl_gv_fullname(pTHX_ SV* sv, const GV* gv)
1328                         __attribute__deprecated__;
1329 #define PERL_ARGS_ASSERT_GV_FULLNAME    \
1330         assert(sv); assert(gv)
1331 #endif
1332
1333 #ifndef NO_MATHOMS
1334 PERL_CALLCONV void      Perl_gv_fullname3(pTHX_ SV* sv, const GV* gv, const char* prefix);
1335 #define PERL_ARGS_ASSERT_GV_FULLNAME3   \
1336         assert(sv); assert(gv)
1337 #endif
1338 PERL_CALLCONV void      Perl_gv_fullname4(pTHX_ SV* sv, const GV* gv, const char* prefix, bool keepmain);
1339 #define PERL_ARGS_ASSERT_GV_FULLNAME4   \
1340         assert(sv); assert(gv)
1341 PERL_CALLCONV CV*       Perl_gv_handler(pTHX_ HV* stash, I32 id)
1342                         __attribute__warn_unused_result__;
1343 #define PERL_ARGS_ASSERT_GV_HANDLER
1344
1345 /* PERL_CALLCONV void   gv_init(pTHX_ GV* gv, HV* stash, const char* name, STRLEN len, int multi); */
1346 #define PERL_ARGS_ASSERT_GV_INIT
1347 PERL_CALLCONV void      Perl_gv_init_pv(pTHX_ GV* gv, HV* stash, const char* name, U32 flags);
1348 #define PERL_ARGS_ASSERT_GV_INIT_PV     \
1349         assert(gv); assert(name)
1350 PERL_CALLCONV void      Perl_gv_init_pvn(pTHX_ GV* gv, HV* stash, const char* name, STRLEN len, U32 flags);
1351 #define PERL_ARGS_ASSERT_GV_INIT_PVN    \
1352         assert(gv); assert(name)
1353 PERL_CALLCONV void      Perl_gv_init_sv(pTHX_ GV* gv, HV* stash, SV* namesv, U32 flags);
1354 #define PERL_ARGS_ASSERT_GV_INIT_SV     \
1355         assert(gv); assert(namesv)
1356 PERL_CALLCONV void      Perl_gv_name_set(pTHX_ GV* gv, const char *name, U32 len, U32 flags);
1357 #define PERL_ARGS_ASSERT_GV_NAME_SET    \
1358         assert(gv); assert(name)
1359 PERL_CALLCONV GV *      Perl_gv_override(pTHX_ const char * const name, const STRLEN len);
1360 #define PERL_ARGS_ASSERT_GV_OVERRIDE    \
1361         assert(name)
1362 PERL_CALLCONV void      Perl_gv_setref(pTHX_ SV *const dstr, SV *const sstr);
1363 #define PERL_ARGS_ASSERT_GV_SETREF      \
1364         assert(dstr); assert(sstr)
1365 PERL_CALLCONV HV*       Perl_gv_stashpv(pTHX_ const char* name, I32 flags);
1366 #define PERL_ARGS_ASSERT_GV_STASHPV     \
1367         assert(name)
1368 PERL_CALLCONV HV*       Perl_gv_stashpvn(pTHX_ const char* name, U32 namelen, I32 flags);
1369 #define PERL_ARGS_ASSERT_GV_STASHPVN    \
1370         assert(name)
1371 PERL_CALLCONV HV*       Perl_gv_stashsv(pTHX_ SV* sv, I32 flags);
1372 #define PERL_ARGS_ASSERT_GV_STASHSV     \
1373         assert(sv)
1374 PERL_CALLCONV void      Perl_gv_try_downgrade(pTHX_ GV* gv);
1375 #define PERL_ARGS_ASSERT_GV_TRY_DOWNGRADE       \
1376         assert(gv)
1377 PERL_CALLCONV AV**      Perl_hv_backreferences_p(pTHX_ HV *hv);
1378 #define PERL_ARGS_ASSERT_HV_BACKREFERENCES_P    \
1379         assert(hv)
1380 PERL_CALLCONV SV*       Perl_hv_bucket_ratio(pTHX_ HV *hv)
1381                         __attribute__warn_unused_result__;
1382 #define PERL_ARGS_ASSERT_HV_BUCKET_RATIO        \
1383         assert(hv)
1384
1385 PERL_CALLCONV void      Perl_hv_clear(pTHX_ HV *hv);
1386 #define PERL_ARGS_ASSERT_HV_CLEAR
1387 PERL_CALLCONV void      Perl_hv_clear_placeholders(pTHX_ HV *hv);
1388 #define PERL_ARGS_ASSERT_HV_CLEAR_PLACEHOLDERS  \
1389         assert(hv)
1390 PERL_CALLCONV void*     Perl_hv_common(pTHX_ HV *hv, SV *keysv, const char* key, STRLEN klen, int flags, int action, SV *val, U32 hash);
1391 #define PERL_ARGS_ASSERT_HV_COMMON
1392 PERL_CALLCONV void*     Perl_hv_common_key_len(pTHX_ HV *hv, const char *key, I32 klen_i32, const int action, SV *val, const U32 hash);
1393 #define PERL_ARGS_ASSERT_HV_COMMON_KEY_LEN      \
1394         assert(key)
1395 PERL_CALLCONV HV *      Perl_hv_copy_hints_hv(pTHX_ HV *const ohv)
1396                         __attribute__warn_unused_result__;
1397 #define PERL_ARGS_ASSERT_HV_COPY_HINTS_HV
1398
1399 PERL_CALLCONV void      Perl_hv_delayfree_ent(pTHX_ HV *hv, HE *entry);
1400 #define PERL_ARGS_ASSERT_HV_DELAYFREE_ENT       \
1401         assert(hv)
1402 #ifndef NO_MATHOMS
1403 PERL_CALLCONV SV*       Perl_hv_delete(pTHX_ HV *hv, const char *key, I32 klen, I32 flags);
1404 #define PERL_ARGS_ASSERT_HV_DELETE      \
1405         assert(key)
1406 #endif
1407 #ifndef NO_MATHOMS
1408 PERL_CALLCONV SV*       Perl_hv_delete_ent(pTHX_ HV *hv, SV *keysv, I32 flags, U32 hash);
1409 #define PERL_ARGS_ASSERT_HV_DELETE_ENT  \
1410         assert(keysv)
1411 #endif
1412 PERL_CALLCONV HE**      Perl_hv_eiter_p(pTHX_ HV *hv)
1413                         __attribute__warn_unused_result__;
1414 #define PERL_ARGS_ASSERT_HV_EITER_P     \
1415         assert(hv)
1416
1417 PERL_CALLCONV void      Perl_hv_eiter_set(pTHX_ HV *hv, HE *eiter);
1418 #define PERL_ARGS_ASSERT_HV_EITER_SET   \
1419         assert(hv)
1420 PERL_CALLCONV void      Perl_hv_ename_add(pTHX_ HV *hv, const char *name, U32 len, U32 flags);
1421 #define PERL_ARGS_ASSERT_HV_ENAME_ADD   \
1422         assert(hv); assert(name)
1423 PERL_CALLCONV void      Perl_hv_ename_delete(pTHX_ HV *hv, const char *name, U32 len, U32 flags);
1424 #define PERL_ARGS_ASSERT_HV_ENAME_DELETE        \
1425         assert(hv); assert(name)
1426 #ifndef NO_MATHOMS
1427 PERL_CALLCONV bool      Perl_hv_exists(pTHX_ HV *hv, const char *key, I32 klen)
1428                         __attribute__warn_unused_result__;
1429 #define PERL_ARGS_ASSERT_HV_EXISTS      \
1430         assert(key)
1431 #endif
1432
1433 #ifndef NO_MATHOMS
1434 PERL_CALLCONV bool      Perl_hv_exists_ent(pTHX_ HV *hv, SV *keysv, U32 hash)
1435                         __attribute__warn_unused_result__;
1436 #define PERL_ARGS_ASSERT_HV_EXISTS_ENT  \
1437         assert(keysv)
1438 #endif
1439
1440 #ifndef NO_MATHOMS
1441 PERL_CALLCONV SV**      Perl_hv_fetch(pTHX_ HV *hv, const char *key, I32 klen, I32 lval);
1442 #define PERL_ARGS_ASSERT_HV_FETCH       \
1443         assert(key)
1444 #endif
1445 #ifndef NO_MATHOMS
1446 PERL_CALLCONV HE*       Perl_hv_fetch_ent(pTHX_ HV *hv, SV *keysv, I32 lval, U32 hash);
1447 #define PERL_ARGS_ASSERT_HV_FETCH_ENT   \
1448         assert(keysv)
1449 #endif
1450 PERL_CALLCONV STRLEN    Perl_hv_fill(pTHX_ HV *const hv);
1451 #define PERL_ARGS_ASSERT_HV_FILL        \
1452         assert(hv)
1453 PERL_CALLCONV void      Perl_hv_free_ent(pTHX_ HV *hv, HE *entry);
1454 #define PERL_ARGS_ASSERT_HV_FREE_ENT    \
1455         assert(hv)
1456 PERL_CALLCONV I32       Perl_hv_iterinit(pTHX_ HV *hv);
1457 #define PERL_ARGS_ASSERT_HV_ITERINIT    \
1458         assert(hv)
1459 PERL_CALLCONV char*     Perl_hv_iterkey(pTHX_ HE* entry, I32* retlen)
1460                         __attribute__warn_unused_result__;
1461 #define PERL_ARGS_ASSERT_HV_ITERKEY     \
1462         assert(entry); assert(retlen)
1463
1464 PERL_CALLCONV SV*       Perl_hv_iterkeysv(pTHX_ HE* entry)
1465                         __attribute__warn_unused_result__;
1466 #define PERL_ARGS_ASSERT_HV_ITERKEYSV   \
1467         assert(entry)
1468
1469 #ifndef NO_MATHOMS
1470 PERL_CALLCONV HE*       Perl_hv_iternext(pTHX_ HV *hv)
1471                         __attribute__warn_unused_result__;
1472 #define PERL_ARGS_ASSERT_HV_ITERNEXT    \
1473         assert(hv)
1474 #endif
1475
1476 PERL_CALLCONV HE*       Perl_hv_iternext_flags(pTHX_ HV *hv, I32 flags)
1477                         __attribute__warn_unused_result__;
1478 #define PERL_ARGS_ASSERT_HV_ITERNEXT_FLAGS      \
1479         assert(hv)
1480
1481 PERL_CALLCONV SV*       Perl_hv_iternextsv(pTHX_ HV *hv, char **key, I32 *retlen)
1482                         __attribute__warn_unused_result__;
1483 #define PERL_ARGS_ASSERT_HV_ITERNEXTSV  \
1484         assert(hv); assert(key); assert(retlen)
1485
1486 PERL_CALLCONV SV*       Perl_hv_iterval(pTHX_ HV *hv, HE *entry)
1487                         __attribute__warn_unused_result__;
1488 #define PERL_ARGS_ASSERT_HV_ITERVAL     \
1489         assert(hv); assert(entry)
1490
1491 PERL_CALLCONV void      Perl_hv_ksplit(pTHX_ HV *hv, IV newmax);
1492 #define PERL_ARGS_ASSERT_HV_KSPLIT      \
1493         assert(hv)
1494 #ifndef NO_MATHOMS
1495 PERL_CALLCONV void      Perl_hv_magic(pTHX_ HV *hv, GV *gv, int how);
1496 #define PERL_ARGS_ASSERT_HV_MAGIC       \
1497         assert(hv)
1498 #endif
1499 PERL_CALLCONV void      Perl_hv_name_set(pTHX_ HV *hv, const char *name, U32 len, U32 flags);
1500 #define PERL_ARGS_ASSERT_HV_NAME_SET    \
1501         assert(hv)
1502 PERL_CALLCONV I32       Perl_hv_placeholders_get(pTHX_ const HV *hv)
1503                         __attribute__warn_unused_result__;
1504 #define PERL_ARGS_ASSERT_HV_PLACEHOLDERS_GET    \
1505         assert(hv)
1506
1507 PERL_CALLCONV SSize_t*  Perl_hv_placeholders_p(pTHX_ HV *hv)
1508                         __attribute__warn_unused_result__;
1509 #define PERL_ARGS_ASSERT_HV_PLACEHOLDERS_P      \
1510         assert(hv)
1511
1512 PERL_CALLCONV void      Perl_hv_placeholders_set(pTHX_ HV *hv, I32 ph);
1513 #define PERL_ARGS_ASSERT_HV_PLACEHOLDERS_SET    \
1514         assert(hv)
1515 PERL_CALLCONV void      Perl_hv_pushkv(pTHX_ HV *hv, U32 flags);
1516 #define PERL_ARGS_ASSERT_HV_PUSHKV      \
1517         assert(hv)
1518 PERL_CALLCONV void      Perl_hv_rand_set(pTHX_ HV *hv, U32 new_xhv_rand);
1519 #define PERL_ARGS_ASSERT_HV_RAND_SET    \
1520         assert(hv)
1521 PERL_CALLCONV I32*      Perl_hv_riter_p(pTHX_ HV *hv)
1522                         __attribute__warn_unused_result__;
1523 #define PERL_ARGS_ASSERT_HV_RITER_P     \
1524         assert(hv)
1525
1526 PERL_CALLCONV void      Perl_hv_riter_set(pTHX_ HV *hv, I32 riter);
1527 #define PERL_ARGS_ASSERT_HV_RITER_SET   \
1528         assert(hv)
1529 PERL_CALLCONV SV*       Perl_hv_scalar(pTHX_ HV *hv)
1530                         __attribute__warn_unused_result__;
1531 #define PERL_ARGS_ASSERT_HV_SCALAR      \
1532         assert(hv)
1533
1534 #ifndef NO_MATHOMS
1535 PERL_CALLCONV SV**      Perl_hv_store(pTHX_ HV *hv, const char *key, I32 klen, SV *val, U32 hash);
1536 #define PERL_ARGS_ASSERT_HV_STORE
1537 #endif
1538 #ifndef NO_MATHOMS
1539 PERL_CALLCONV HE*       Perl_hv_store_ent(pTHX_ HV *hv, SV *key, SV *val, U32 hash);
1540 #define PERL_ARGS_ASSERT_HV_STORE_ENT
1541 #endif
1542 #ifndef NO_MATHOMS
1543 PERL_CALLCONV SV**      Perl_hv_store_flags(pTHX_ HV *hv, const char *key, I32 klen, SV *val, U32 hash, int flags);
1544 #define PERL_ARGS_ASSERT_HV_STORE_FLAGS
1545 #endif
1546 /* PERL_CALLCONV void   hv_undef(pTHX_ HV *hv); */
1547 #define PERL_ARGS_ASSERT_HV_UNDEF
1548 PERL_CALLCONV void      Perl_hv_undef_flags(pTHX_ HV *hv, U32 flags);
1549 #define PERL_ARGS_ASSERT_HV_UNDEF_FLAGS
1550 /* PERL_CALLCONV I32    ibcmp(pTHX_ const char* a, const char* b, I32 len)
1551                         __attribute__warn_unused_result__
1552                         __attribute__pure__; */
1553 #define PERL_ARGS_ASSERT_IBCMP
1554
1555 /* PERL_CALLCONV I32    ibcmp_locale(pTHX_ const char* a, const char* b, I32 len)
1556                         __attribute__warn_unused_result__
1557                         __attribute__pure__; */
1558 #define PERL_ARGS_ASSERT_IBCMP_LOCALE
1559
1560 /* PERL_CALLCONV I32    ibcmp_utf8(pTHX_ const char *s1, char **pe1, UV l1, bool u1, const char *s2, char **pe2, UV l2, bool u2); */
1561 #define PERL_ARGS_ASSERT_IBCMP_UTF8
1562 PERL_CALLCONV void      Perl_init_argv_symbols(pTHX_ int argc, char **argv);
1563 #define PERL_ARGS_ASSERT_INIT_ARGV_SYMBOLS      \
1564         assert(argv)
1565 PERL_CALLCONV void      Perl_init_constants(pTHX);
1566 #define PERL_ARGS_ASSERT_INIT_CONSTANTS
1567 PERL_CALLCONV void      Perl_init_dbargs(pTHX);
1568 #define PERL_ARGS_ASSERT_INIT_DBARGS
1569 PERL_CALLCONV void      Perl_init_debugger(pTHX);
1570 #define PERL_ARGS_ASSERT_INIT_DEBUGGER
1571 PERL_CALLCONV int       Perl_init_i18nl10n(pTHX_ int printwarn);
1572 #define PERL_ARGS_ASSERT_INIT_I18NL10N
1573 #ifndef NO_MATHOMS
1574 PERL_CALLCONV int       Perl_init_i18nl14n(pTHX_ int printwarn)
1575                         __attribute__deprecated__;
1576 #define PERL_ARGS_ASSERT_INIT_I18NL14N
1577 #endif
1578
1579 PERL_CALLCONV void      Perl_init_named_cv(pTHX_ CV *cv, OP *nameop);
1580 #define PERL_ARGS_ASSERT_INIT_NAMED_CV  \
1581         assert(cv); assert(nameop)
1582 PERL_CALLCONV void      Perl_init_stacks(pTHX);
1583 #define PERL_ARGS_ASSERT_INIT_STACKS
1584 PERL_CALLCONV void      Perl_init_tm(pTHX_ struct tm *ptm);
1585 #define PERL_ARGS_ASSERT_INIT_TM        \
1586         assert(ptm)
1587 PERL_CALLCONV void      Perl_init_uniprops(pTHX);
1588 #define PERL_ARGS_ASSERT_INIT_UNIPROPS
1589 #ifndef NO_MATHOMS
1590 PERL_CALLCONV char*     Perl_instr(const char* big, const char* little)
1591                         __attribute__warn_unused_result__
1592                         __attribute__pure__;
1593 #define PERL_ARGS_ASSERT_INSTR  \
1594         assert(big); assert(little)
1595 #endif
1596
1597 PERL_CALLCONV U32       Perl_intro_my(pTHX);
1598 #define PERL_ARGS_ASSERT_INTRO_MY
1599 PERL_CALLCONV OP*       Perl_invert(pTHX_ OP* cmd)
1600                         __attribute__warn_unused_result__;
1601 #define PERL_ARGS_ASSERT_INVERT
1602
1603 PERL_CALLCONV void      Perl_invmap_dump(pTHX_ SV* invlist, UV * map);
1604 #define PERL_ARGS_ASSERT_INVMAP_DUMP    \
1605         assert(invlist); assert(map)
1606 PERL_CALLCONV bool      Perl_io_close(pTHX_ IO* io, GV *gv, bool not_implicit, bool warn_on_fail);
1607 #define PERL_ARGS_ASSERT_IO_CLOSE       \
1608         assert(io)
1609 #ifndef PERL_NO_INLINE_FUNCTIONS
1610 PERL_STATIC_INLINE Size_t       Perl_isC9_STRICT_UTF8_CHAR(const U8 * const s0, const U8 * const e)
1611                         __attribute__warn_unused_result__;
1612 #define PERL_ARGS_ASSERT_ISC9_STRICT_UTF8_CHAR  \
1613         assert(s0); assert(e)
1614 #endif
1615
1616 #ifndef PERL_NO_INLINE_FUNCTIONS
1617 PERL_STATIC_INLINE Size_t       Perl_isSTRICT_UTF8_CHAR(const U8 * const s0, const U8 * const e)
1618                         __attribute__warn_unused_result__;
1619 #define PERL_ARGS_ASSERT_ISSTRICT_UTF8_CHAR     \
1620         assert(s0); assert(e)
1621 #endif
1622
1623 #ifndef PERL_NO_INLINE_FUNCTIONS
1624 PERL_STATIC_INLINE Size_t       Perl_isUTF8_CHAR(const U8 * const s0, const U8 * const e)
1625                         __attribute__warn_unused_result__;
1626 #define PERL_ARGS_ASSERT_ISUTF8_CHAR    \
1627         assert(s0); assert(e)
1628 #endif
1629
1630 /* PERL_CALLCONV bool   is_ascii_string(const U8* const s, STRLEN len)
1631                         __attribute__warn_unused_result__
1632                         __attribute__pure__; */
1633 #define PERL_ARGS_ASSERT_IS_ASCII_STRING
1634
1635 /* PERL_CALLCONV bool   is_c9strict_utf8_string(const U8 *s, STRLEN len)
1636                         __attribute__warn_unused_result__; */
1637 #define PERL_ARGS_ASSERT_IS_C9STRICT_UTF8_STRING
1638
1639 /* PERL_CALLCONV bool   is_c9strict_utf8_string_loc(const U8 *s, STRLEN len, const U8 **ep); */
1640 #define PERL_ARGS_ASSERT_IS_C9STRICT_UTF8_STRING_LOC
1641 #ifndef PERL_NO_INLINE_FUNCTIONS
1642 PERL_STATIC_INLINE bool Perl_is_c9strict_utf8_string_loclen(const U8 *s, STRLEN len, const U8 **ep, STRLEN *el);
1643 #define PERL_ARGS_ASSERT_IS_C9STRICT_UTF8_STRING_LOCLEN \
1644         assert(s)
1645 #endif
1646 /* PERL_CALLCONV bool   is_invariant_string(const U8* const s, STRLEN len)
1647                         __attribute__warn_unused_result__
1648                         __attribute__pure__; */
1649 #define PERL_ARGS_ASSERT_IS_INVARIANT_STRING
1650
1651 PERL_CALLCONV I32       Perl_is_lvalue_sub(pTHX)
1652                         __attribute__warn_unused_result__;
1653 #define PERL_ARGS_ASSERT_IS_LVALUE_SUB
1654
1655 #ifndef PERL_NO_INLINE_FUNCTIONS
1656 PERL_STATIC_INLINE bool Perl_is_safe_syscall(pTHX_ const char *pv, STRLEN len, const char *what, const char *op_name)
1657                         __attribute__warn_unused_result__;
1658 #define PERL_ARGS_ASSERT_IS_SAFE_SYSCALL        \
1659         assert(pv); assert(what); assert(op_name)
1660 #endif
1661
1662 /* PERL_CALLCONV bool   is_strict_utf8_string(const U8 *s, STRLEN len)
1663                         __attribute__warn_unused_result__; */
1664 #define PERL_ARGS_ASSERT_IS_STRICT_UTF8_STRING
1665
1666 /* PERL_CALLCONV bool   is_strict_utf8_string_loc(const U8 *s, STRLEN len, const U8 **ep); */
1667 #define PERL_ARGS_ASSERT_IS_STRICT_UTF8_STRING_LOC
1668 #ifndef PERL_NO_INLINE_FUNCTIONS
1669 PERL_STATIC_INLINE bool Perl_is_strict_utf8_string_loclen(const U8 *s, STRLEN len, const U8 **ep, STRLEN *el);
1670 #define PERL_ARGS_ASSERT_IS_STRICT_UTF8_STRING_LOCLEN   \
1671         assert(s)
1672 #endif
1673 #ifndef NO_MATHOMS
1674 PERL_CALLCONV STRLEN    Perl_is_utf8_char(const U8 *s)
1675                         __attribute__deprecated__;
1676 #define PERL_ARGS_ASSERT_IS_UTF8_CHAR   \
1677         assert(s)
1678 #endif
1679
1680 #ifndef NO_MATHOMS
1681 PERL_CALLCONV STRLEN    Perl_is_utf8_char_buf(const U8 *buf, const U8 *buf_end);
1682 #define PERL_ARGS_ASSERT_IS_UTF8_CHAR_BUF       \
1683         assert(buf); assert(buf_end)
1684 #endif
1685 PERL_CALLCONV STRLEN    Perl_is_utf8_char_helper(const U8 * const s, const U8 * e, const U32 flags)
1686                         __attribute__warn_unused_result__
1687                         __attribute__pure__;
1688 #define PERL_ARGS_ASSERT_IS_UTF8_CHAR_HELPER    \
1689         assert(s); assert(e)
1690
1691 /* PERL_CALLCONV bool   is_utf8_fixed_width_buf_flags(const U8 * const s, STRLEN len, const U32 flags); */
1692 #define PERL_ARGS_ASSERT_IS_UTF8_FIXED_WIDTH_BUF_FLAGS
1693 /* PERL_CALLCONV bool   is_utf8_fixed_width_buf_loc_flags(const U8 * const s, STRLEN len, const U8 **ep, const U32 flags); */
1694 #define PERL_ARGS_ASSERT_IS_UTF8_FIXED_WIDTH_BUF_LOC_FLAGS
1695 #ifndef PERL_NO_INLINE_FUNCTIONS
1696 PERL_STATIC_INLINE bool Perl_is_utf8_fixed_width_buf_loclen_flags(const U8 * const s, STRLEN len, const U8 **ep, STRLEN *el, const U32 flags);
1697 #define PERL_ARGS_ASSERT_IS_UTF8_FIXED_WIDTH_BUF_LOCLEN_FLAGS   \
1698         assert(s)
1699 #endif
1700 /* PERL_CALLCONV bool   is_utf8_invariant_string(const U8* const s, STRLEN len)
1701                         __attribute__warn_unused_result__; */
1702 #define PERL_ARGS_ASSERT_IS_UTF8_INVARIANT_STRING
1703
1704 #ifndef PERL_NO_INLINE_FUNCTIONS
1705 PERL_STATIC_INLINE bool Perl_is_utf8_invariant_string_loc(const U8* const s, STRLEN len, const U8 ** ep)
1706                         __attribute__warn_unused_result__;
1707 #define PERL_ARGS_ASSERT_IS_UTF8_INVARIANT_STRING_LOC   \
1708         assert(s)
1709 #endif
1710
1711 /* PERL_CALLCONV bool   is_utf8_string(const U8 *s, STRLEN len)
1712                         __attribute__warn_unused_result__; */
1713 #define PERL_ARGS_ASSERT_IS_UTF8_STRING
1714
1715 #ifndef PERL_NO_INLINE_FUNCTIONS
1716 PERL_STATIC_INLINE bool Perl_is_utf8_string_flags(const U8 *s, STRLEN len, const U32 flags)
1717                         __attribute__warn_unused_result__;
1718 #define PERL_ARGS_ASSERT_IS_UTF8_STRING_FLAGS   \
1719         assert(s)
1720 #endif
1721
1722 #ifndef NO_MATHOMS
1723 PERL_CALLCONV bool      Perl_is_utf8_string_loc(const U8 *s, const STRLEN len, const U8 **ep);
1724 #define PERL_ARGS_ASSERT_IS_UTF8_STRING_LOC     \
1725         assert(s); assert(ep)
1726 #endif
1727 /* PERL_CALLCONV bool   is_utf8_string_loc_flags(const U8 *s, STRLEN len, const U8 **ep, const U32 flags); */
1728 #define PERL_ARGS_ASSERT_IS_UTF8_STRING_LOC_FLAGS
1729 #ifndef PERL_NO_INLINE_FUNCTIONS
1730 PERL_STATIC_INLINE bool Perl_is_utf8_string_loclen(const U8 *s, STRLEN len, const U8 **ep, STRLEN *el);
1731 #define PERL_ARGS_ASSERT_IS_UTF8_STRING_LOCLEN  \
1732         assert(s)
1733 #endif
1734 #ifndef PERL_NO_INLINE_FUNCTIONS
1735 PERL_STATIC_INLINE bool Perl_is_utf8_string_loclen_flags(const U8 *s, STRLEN len, const U8 **ep, STRLEN *el, const U32 flags);
1736 #define PERL_ARGS_ASSERT_IS_UTF8_STRING_LOCLEN_FLAGS    \
1737         assert(s)
1738 #endif
1739 /* PERL_CALLCONV bool   is_utf8_valid_partial_char(const U8 * const s, const U8 * const e)
1740                         __attribute__warn_unused_result__
1741                         __attribute__pure__; */
1742 #define PERL_ARGS_ASSERT_IS_UTF8_VALID_PARTIAL_CHAR
1743
1744 #ifndef PERL_NO_INLINE_FUNCTIONS
1745 PERL_STATIC_INLINE bool Perl_is_utf8_valid_partial_char_flags(const U8 * const s, const U8 * const e, const U32 flags)
1746                         __attribute__warn_unused_result__;
1747 #define PERL_ARGS_ASSERT_IS_UTF8_VALID_PARTIAL_CHAR_FLAGS       \
1748         assert(s); assert(e)
1749 #endif
1750
1751 PERL_CALLCONV bool      Perl_isinfnan(NV nv)
1752                         __attribute__warn_unused_result__
1753                         __attribute__pure__;
1754 #define PERL_ARGS_ASSERT_ISINFNAN
1755
1756 PERL_CALLCONV bool      Perl_isinfnansv(pTHX_ SV *sv);
1757 #define PERL_ARGS_ASSERT_ISINFNANSV     \
1758         assert(sv)
1759 PERL_CALLCONV OP*       Perl_jmaybe(pTHX_ OP *o);
1760 #define PERL_ARGS_ASSERT_JMAYBE \
1761         assert(o)
1762 PERL_CALLCONV I32       Perl_keyword(pTHX_ const char *name, I32 len, bool all_keywords)
1763                         __attribute__warn_unused_result__
1764                         __attribute__pure__;
1765 #define PERL_ARGS_ASSERT_KEYWORD        \
1766         assert(name)
1767
1768 PERL_CALLCONV int       Perl_keyword_plugin_standard(pTHX_ char* keyword_ptr, STRLEN keyword_len, OP** op_ptr);
1769 #define PERL_ARGS_ASSERT_KEYWORD_PLUGIN_STANDARD        \
1770         assert(keyword_ptr); assert(op_ptr)
1771 PERL_CALLCONV void      Perl_leave_adjust_stacks(pTHX_ SV **from_sp, SV **to_sp, U8 gimme, int filter);
1772 #define PERL_ARGS_ASSERT_LEAVE_ADJUST_STACKS    \
1773         assert(from_sp); assert(to_sp)
1774 PERL_CALLCONV void      Perl_leave_scope(pTHX_ I32 base);
1775 #define PERL_ARGS_ASSERT_LEAVE_SCOPE
1776 PERL_CALLCONV bool      Perl_lex_bufutf8(pTHX);
1777 #define PERL_ARGS_ASSERT_LEX_BUFUTF8
1778 PERL_CALLCONV void      Perl_lex_discard_to(pTHX_ char* ptr);
1779 #define PERL_ARGS_ASSERT_LEX_DISCARD_TO \
1780         assert(ptr)
1781 PERL_CALLCONV char*     Perl_lex_grow_linestr(pTHX_ STRLEN len);
1782 #define PERL_ARGS_ASSERT_LEX_GROW_LINESTR
1783 PERL_CALLCONV bool      Perl_lex_next_chunk(pTHX_ U32 flags);
1784 #define PERL_ARGS_ASSERT_LEX_NEXT_CHUNK
1785 PERL_CALLCONV I32       Perl_lex_peek_unichar(pTHX_ U32 flags);
1786 #define PERL_ARGS_ASSERT_LEX_PEEK_UNICHAR
1787 PERL_CALLCONV void      Perl_lex_read_space(pTHX_ U32 flags);
1788 #define PERL_ARGS_ASSERT_LEX_READ_SPACE
1789 PERL_CALLCONV void      Perl_lex_read_to(pTHX_ char* ptr);
1790 #define PERL_ARGS_ASSERT_LEX_READ_TO    \
1791         assert(ptr)
1792 PERL_CALLCONV I32       Perl_lex_read_unichar(pTHX_ U32 flags);
1793 #define PERL_ARGS_ASSERT_LEX_READ_UNICHAR
1794 PERL_CALLCONV void      Perl_lex_start(pTHX_ SV* line, PerlIO *rsfp, U32 flags);
1795 #define PERL_ARGS_ASSERT_LEX_START
1796 PERL_CALLCONV void      Perl_lex_stuff_pv(pTHX_ const char* pv, U32 flags);
1797 #define PERL_ARGS_ASSERT_LEX_STUFF_PV   \
1798         assert(pv)
1799 PERL_CALLCONV void      Perl_lex_stuff_pvn(pTHX_ const char* pv, STRLEN len, U32 flags);
1800 #define PERL_ARGS_ASSERT_LEX_STUFF_PVN  \
1801         assert(pv)
1802 PERL_CALLCONV void      Perl_lex_stuff_sv(pTHX_ SV* sv, U32 flags);
1803 #define PERL_ARGS_ASSERT_LEX_STUFF_SV   \
1804         assert(sv)
1805 PERL_CALLCONV void      Perl_lex_unstuff(pTHX_ char* ptr);
1806 #define PERL_ARGS_ASSERT_LEX_UNSTUFF    \
1807         assert(ptr)
1808 PERL_CALLCONV OP*       Perl_list(pTHX_ OP* o);
1809 #define PERL_ARGS_ASSERT_LIST
1810 PERL_CALLCONV HV*       Perl_load_charnames(pTHX_ SV * char_name, const char * context, const STRLEN context_len, const char ** error_msg)
1811                         __attribute__warn_unused_result__;
1812 #define PERL_ARGS_ASSERT_LOAD_CHARNAMES \
1813         assert(char_name); assert(context); assert(error_msg)
1814
1815 PERL_CALLCONV void      Perl_load_module(pTHX_ U32 flags, SV* name, SV* ver, ...);
1816 #define PERL_ARGS_ASSERT_LOAD_MODULE    \
1817         assert(name)
1818 PERL_CALLCONV OP*       Perl_localize(pTHX_ OP *o, I32 lex);
1819 #define PERL_ARGS_ASSERT_LOCALIZE       \
1820         assert(o)
1821 PERL_CALLCONV I32       Perl_looks_like_number(pTHX_ SV *const sv)
1822                         __attribute__warn_unused_result__;
1823 #define PERL_ARGS_ASSERT_LOOKS_LIKE_NUMBER      \
1824         assert(sv)
1825
1826 PERL_CALLCONV int       Perl_magic_clear_all_env(pTHX_ SV* sv, MAGIC* mg);
1827 #define PERL_ARGS_ASSERT_MAGIC_CLEAR_ALL_ENV    \
1828         assert(sv); assert(mg)
1829 PERL_CALLCONV int       Perl_magic_cleararylen_p(pTHX_ SV* sv, MAGIC* mg);
1830 #define PERL_ARGS_ASSERT_MAGIC_CLEARARYLEN_P    \
1831         assert(sv); assert(mg)
1832 PERL_CALLCONV int       Perl_magic_clearenv(pTHX_ SV* sv, MAGIC* mg);
1833 #define PERL_ARGS_ASSERT_MAGIC_CLEARENV \
1834         assert(sv); assert(mg)
1835 PERL_CALLCONV int       Perl_magic_clearhint(pTHX_ SV* sv, MAGIC* mg);
1836 #define PERL_ARGS_ASSERT_MAGIC_CLEARHINT        \
1837         assert(sv); assert(mg)
1838 PERL_CALLCONV int       Perl_magic_clearhints(pTHX_ SV* sv, MAGIC* mg);
1839 #define PERL_ARGS_ASSERT_MAGIC_CLEARHINTS       \
1840         assert(sv); assert(mg)
1841 PERL_CALLCONV int       Perl_magic_clearisa(pTHX_ SV* sv, MAGIC* mg);
1842 #define PERL_ARGS_ASSERT_MAGIC_CLEARISA \
1843         assert(mg)
1844 PERL_CALLCONV int       Perl_magic_clearpack(pTHX_ SV* sv, MAGIC* mg);
1845 #define PERL_ARGS_ASSERT_MAGIC_CLEARPACK        \
1846         assert(sv); assert(mg)
1847 PERL_CALLCONV int       Perl_magic_clearsig(pTHX_ SV* sv, MAGIC* mg);
1848 #define PERL_ARGS_ASSERT_MAGIC_CLEARSIG \
1849         assert(sv); assert(mg)
1850 PERL_CALLCONV int       Perl_magic_copycallchecker(pTHX_ SV* sv, MAGIC *mg, SV *nsv, const char *name, I32 namlen);
1851 #define PERL_ARGS_ASSERT_MAGIC_COPYCALLCHECKER  \
1852         assert(sv); assert(mg); assert(nsv)
1853 PERL_CALLCONV void      Perl_magic_dump(pTHX_ const MAGIC *mg);
1854 #define PERL_ARGS_ASSERT_MAGIC_DUMP
1855 PERL_CALLCONV int       Perl_magic_existspack(pTHX_ SV* sv, const MAGIC* mg);
1856 #define PERL_ARGS_ASSERT_MAGIC_EXISTSPACK       \
1857         assert(sv); assert(mg)
1858 PERL_CALLCONV int       Perl_magic_freearylen_p(pTHX_ SV* sv, MAGIC* mg);
1859 #define PERL_ARGS_ASSERT_MAGIC_FREEARYLEN_P     \
1860         assert(sv); assert(mg)
1861 PERL_CALLCONV int       Perl_magic_freeovrld(pTHX_ SV* sv, MAGIC* mg);
1862 #define PERL_ARGS_ASSERT_MAGIC_FREEOVRLD        \
1863         assert(sv); assert(mg)
1864 PERL_CALLCONV int       Perl_magic_get(pTHX_ SV* sv, MAGIC* mg);
1865 #define PERL_ARGS_ASSERT_MAGIC_GET      \
1866         assert(sv); assert(mg)
1867 PERL_CALLCONV int       Perl_magic_getarylen(pTHX_ SV* sv, const MAGIC* mg);
1868 #define PERL_ARGS_ASSERT_MAGIC_GETARYLEN        \
1869         assert(sv); assert(mg)
1870 PERL_CALLCONV int       Perl_magic_getdebugvar(pTHX_ SV* sv, MAGIC* mg);
1871 #define PERL_ARGS_ASSERT_MAGIC_GETDEBUGVAR      \
1872         assert(sv); assert(mg)
1873 PERL_CALLCONV int       Perl_magic_getdefelem(pTHX_ SV* sv, MAGIC* mg);
1874 #define PERL_ARGS_ASSERT_MAGIC_GETDEFELEM       \
1875         assert(sv); assert(mg)
1876 PERL_CALLCONV int       Perl_magic_getnkeys(pTHX_ SV* sv, MAGIC* mg);
1877 #define PERL_ARGS_ASSERT_MAGIC_GETNKEYS \
1878         assert(sv); assert(mg)
1879 PERL_CALLCONV int       Perl_magic_getpack(pTHX_ SV* sv, MAGIC* mg);
1880 #define PERL_ARGS_ASSERT_MAGIC_GETPACK  \
1881         assert(sv); assert(mg)
1882 PERL_CALLCONV int       Perl_magic_getpos(pTHX_ SV* sv, MAGIC* mg);
1883 #define PERL_ARGS_ASSERT_MAGIC_GETPOS   \
1884         assert(sv); assert(mg)
1885 PERL_CALLCONV int       Perl_magic_getsig(pTHX_ SV* sv, MAGIC* mg);
1886 #define PERL_ARGS_ASSERT_MAGIC_GETSIG   \
1887         assert(sv); assert(mg)
1888 PERL_CALLCONV int       Perl_magic_getsubstr(pTHX_ SV* sv, MAGIC* mg);
1889 #define PERL_ARGS_ASSERT_MAGIC_GETSUBSTR        \
1890         assert(sv); assert(mg)
1891 PERL_CALLCONV int       Perl_magic_gettaint(pTHX_ SV* sv, MAGIC* mg);
1892 #define PERL_ARGS_ASSERT_MAGIC_GETTAINT \
1893         assert(sv); assert(mg)
1894 PERL_CALLCONV int       Perl_magic_getuvar(pTHX_ SV* sv, MAGIC* mg);
1895 #define PERL_ARGS_ASSERT_MAGIC_GETUVAR  \
1896         assert(sv); assert(mg)
1897 PERL_CALLCONV int       Perl_magic_getvec(pTHX_ SV* sv, MAGIC* mg);
1898 #define PERL_ARGS_ASSERT_MAGIC_GETVEC   \
1899         assert(sv); assert(mg)
1900 PERL_CALLCONV int       Perl_magic_killbackrefs(pTHX_ SV *sv, MAGIC *mg);
1901 #define PERL_ARGS_ASSERT_MAGIC_KILLBACKREFS     \
1902         assert(sv); assert(mg)
1903 PERL_CALLCONV SV*       Perl_magic_methcall(pTHX_ SV *sv, const MAGIC *mg, SV *meth, U32 flags, U32 argc, ...);
1904 #define PERL_ARGS_ASSERT_MAGIC_METHCALL \
1905         assert(sv); assert(mg); assert(meth)
1906 PERL_CALLCONV int       Perl_magic_nextpack(pTHX_ SV *sv, MAGIC *mg, SV *key);
1907 #define PERL_ARGS_ASSERT_MAGIC_NEXTPACK \
1908         assert(sv); assert(mg); assert(key)
1909 PERL_CALLCONV U32       Perl_magic_regdata_cnt(pTHX_ SV* sv, MAGIC* mg);
1910 #define PERL_ARGS_ASSERT_MAGIC_REGDATA_CNT      \
1911         assert(sv); assert(mg)
1912 PERL_CALLCONV int       Perl_magic_regdatum_get(pTHX_ SV* sv, MAGIC* mg);
1913 #define PERL_ARGS_ASSERT_MAGIC_REGDATUM_GET     \
1914         assert(sv); assert(mg)
1915 PERL_CALLCONV SV*       Perl_magic_scalarpack(pTHX_ HV *hv, MAGIC *mg);
1916 #define PERL_ARGS_ASSERT_MAGIC_SCALARPACK       \
1917         assert(hv); assert(mg)
1918 PERL_CALLCONV int       Perl_magic_set(pTHX_ SV* sv, MAGIC* mg);
1919 #define PERL_ARGS_ASSERT_MAGIC_SET      \
1920         assert(sv); assert(mg)
1921 PERL_CALLCONV int       Perl_magic_set_all_env(pTHX_ SV* sv, MAGIC* mg);
1922 #define PERL_ARGS_ASSERT_MAGIC_SET_ALL_ENV      \
1923         assert(sv); assert(mg)
1924 PERL_CALLCONV int       Perl_magic_setarylen(pTHX_ SV* sv, MAGIC* mg);
1925 #define PERL_ARGS_ASSERT_MAGIC_SETARYLEN        \
1926         assert(sv); assert(mg)
1927 PERL_CALLCONV int       Perl_magic_setdbline(pTHX_ SV* sv, MAGIC* mg);
1928 #define PERL_ARGS_ASSERT_MAGIC_SETDBLINE        \
1929         assert(sv); assert(mg)
1930 PERL_CALLCONV int       Perl_magic_setdebugvar(pTHX_ SV* sv, MAGIC* mg);
1931 #define PERL_ARGS_ASSERT_MAGIC_SETDEBUGVAR      \
1932         assert(sv); assert(mg)
1933 PERL_CALLCONV int       Perl_magic_setdefelem(pTHX_ SV* sv, MAGIC* mg);
1934 #define PERL_ARGS_ASSERT_MAGIC_SETDEFELEM       \
1935         assert(sv); assert(mg)
1936 PERL_CALLCONV int       Perl_magic_setenv(pTHX_ SV* sv, MAGIC* mg);
1937 #define PERL_ARGS_ASSERT_MAGIC_SETENV   \
1938         assert(sv); assert(mg)
1939 PERL_CALLCONV int       Perl_magic_sethint(pTHX_ SV* sv, MAGIC* mg);
1940 #define PERL_ARGS_ASSERT_MAGIC_SETHINT  \
1941         assert(sv); assert(mg)
1942 PERL_CALLCONV int       Perl_magic_setisa(pTHX_ SV* sv, MAGIC* mg);
1943 #define PERL_ARGS_ASSERT_MAGIC_SETISA   \
1944         assert(sv); assert(mg)
1945 PERL_CALLCONV int       Perl_magic_setlvref(pTHX_ SV* sv, MAGIC* mg);
1946 #define PERL_ARGS_ASSERT_MAGIC_SETLVREF \
1947         assert(sv); assert(mg)
1948 PERL_CALLCONV int       Perl_magic_setmglob(pTHX_ SV* sv, MAGIC* mg);
1949 #define PERL_ARGS_ASSERT_MAGIC_SETMGLOB \
1950         assert(sv); assert(mg)
1951 PERL_CALLCONV int       Perl_magic_setnkeys(pTHX_ SV* sv, MAGIC* mg);
1952 #define PERL_ARGS_ASSERT_MAGIC_SETNKEYS \
1953         assert(sv); assert(mg)
1954 PERL_CALLCONV int       Perl_magic_setnonelem(pTHX_ SV* sv, MAGIC* mg);
1955 #define PERL_ARGS_ASSERT_MAGIC_SETNONELEM       \
1956         assert(sv); assert(mg)
1957 PERL_CALLCONV int       Perl_magic_setpack(pTHX_ SV* sv, MAGIC* mg);
1958 #define PERL_ARGS_ASSERT_MAGIC_SETPACK  \
1959         assert(sv); assert(mg)
1960 PERL_CALLCONV int       Perl_magic_setpos(pTHX_ SV* sv, MAGIC* mg);
1961 #define PERL_ARGS_ASSERT_MAGIC_SETPOS   \
1962         assert(sv); assert(mg)
1963 PERL_CALLCONV int       Perl_magic_setregexp(pTHX_ SV* sv, MAGIC* mg);
1964 #define PERL_ARGS_ASSERT_MAGIC_SETREGEXP        \
1965         assert(sv); assert(mg)
1966 PERL_CALLCONV int       Perl_magic_setsig(pTHX_ SV* sv, MAGIC* mg);
1967 #define PERL_ARGS_ASSERT_MAGIC_SETSIG   \
1968         assert(mg)
1969 PERL_CALLCONV int       Perl_magic_setsubstr(pTHX_ SV* sv, MAGIC* mg);
1970 #define PERL_ARGS_ASSERT_MAGIC_SETSUBSTR        \
1971         assert(sv); assert(mg)
1972 PERL_CALLCONV int       Perl_magic_settaint(pTHX_ SV* sv, MAGIC* mg);
1973 #define PERL_ARGS_ASSERT_MAGIC_SETTAINT \
1974         assert(sv); assert(mg)
1975 PERL_CALLCONV int       Perl_magic_setutf8(pTHX_ SV* sv, MAGIC* mg);
1976 #define PERL_ARGS_ASSERT_MAGIC_SETUTF8  \
1977         assert(sv); assert(mg)
1978 PERL_CALLCONV int       Perl_magic_setuvar(pTHX_ SV* sv, MAGIC* mg);
1979 #define PERL_ARGS_ASSERT_MAGIC_SETUVAR  \
1980         assert(sv); assert(mg)
1981 PERL_CALLCONV int       Perl_magic_setvec(pTHX_ SV* sv, MAGIC* mg);
1982 #define PERL_ARGS_ASSERT_MAGIC_SETVEC   \
1983         assert(sv); assert(mg)
1984 PERL_CALLCONV U32       Perl_magic_sizepack(pTHX_ SV* sv, MAGIC* mg);
1985 #define PERL_ARGS_ASSERT_MAGIC_SIZEPACK \
1986         assert(sv); assert(mg)
1987 PERL_CALLCONV int       Perl_magic_wipepack(pTHX_ SV* sv, MAGIC* mg);
1988 #define PERL_ARGS_ASSERT_MAGIC_WIPEPACK \
1989         assert(sv); assert(mg)
1990 PERL_CALLCONV Malloc_t  Perl_malloc(MEM_SIZE nbytes)
1991                         __attribute__malloc__
1992                         __attribute__warn_unused_result__;
1993 #define PERL_ARGS_ASSERT_MALLOC
1994
1995 PERL_CALLCONV I32 *     Perl_markstack_grow(pTHX);
1996 #define PERL_ARGS_ASSERT_MARKSTACK_GROW
1997 PERL_CALLCONV SV*       Perl_mess(pTHX_ const char* pat, ...)
1998                         __attribute__format__(__printf__,pTHX_1,pTHX_2);
1999 #define PERL_ARGS_ASSERT_MESS   \
2000         assert(pat)
2001
2002 PERL_CALLCONV SV*       Perl_mess_sv(pTHX_ SV* basemsg, bool consume);
2003 #define PERL_ARGS_ASSERT_MESS_SV        \
2004         assert(basemsg)
2005 PERL_CALLCONV Free_t    Perl_mfree(Malloc_t where);
2006 #define PERL_ARGS_ASSERT_MFREE
2007 PERL_CALLCONV int       Perl_mg_clear(pTHX_ SV* sv);
2008 #define PERL_ARGS_ASSERT_MG_CLEAR       \
2009         assert(sv)
2010 PERL_CALLCONV int       Perl_mg_copy(pTHX_ SV *sv, SV *nsv, const char *key, I32 klen);
2011 #define PERL_ARGS_ASSERT_MG_COPY        \
2012         assert(sv); assert(nsv)
2013 PERL_CALLCONV MAGIC*    Perl_mg_find(const SV* sv, int type)
2014                         __attribute__warn_unused_result__;
2015 #define PERL_ARGS_ASSERT_MG_FIND
2016
2017 PERL_CALLCONV MAGIC*    Perl_mg_find_mglob(pTHX_ SV* sv)
2018                         __attribute__warn_unused_result__;
2019 #define PERL_ARGS_ASSERT_MG_FIND_MGLOB  \
2020         assert(sv)
2021
2022 PERL_CALLCONV MAGIC*    Perl_mg_findext(const SV* sv, int type, const MGVTBL *vtbl)
2023                         __attribute__warn_unused_result__;
2024 #define PERL_ARGS_ASSERT_MG_FINDEXT
2025
2026 PERL_CALLCONV int       Perl_mg_free(pTHX_ SV* sv);
2027 #define PERL_ARGS_ASSERT_MG_FREE        \
2028         assert(sv)
2029 PERL_CALLCONV void      Perl_mg_free_type(pTHX_ SV* sv, int how);
2030 #define PERL_ARGS_ASSERT_MG_FREE_TYPE   \
2031         assert(sv)
2032 PERL_CALLCONV void      Perl_mg_freeext(pTHX_ SV* sv, int how, const MGVTBL *vtbl);
2033 #define PERL_ARGS_ASSERT_MG_FREEEXT     \
2034         assert(sv)
2035 PERL_CALLCONV int       Perl_mg_get(pTHX_ SV* sv);
2036 #define PERL_ARGS_ASSERT_MG_GET \
2037         assert(sv)
2038 PERL_CALLCONV U32       Perl_mg_length(pTHX_ SV* sv)
2039                         __attribute__deprecated__;
2040 #define PERL_ARGS_ASSERT_MG_LENGTH      \
2041         assert(sv)
2042
2043 PERL_CALLCONV void      Perl_mg_localize(pTHX_ SV* sv, SV* nsv, bool setmagic);
2044 #define PERL_ARGS_ASSERT_MG_LOCALIZE    \
2045         assert(sv); assert(nsv)
2046 PERL_CALLCONV void      Perl_mg_magical(SV* sv);
2047 #define PERL_ARGS_ASSERT_MG_MAGICAL     \
2048         assert(sv)
2049 PERL_CALLCONV int       Perl_mg_set(pTHX_ SV* sv);
2050 #define PERL_ARGS_ASSERT_MG_SET \
2051         assert(sv)
2052 PERL_CALLCONV I32       Perl_mg_size(pTHX_ SV* sv);
2053 #define PERL_ARGS_ASSERT_MG_SIZE        \
2054         assert(sv)
2055 PERL_CALLCONV void      Perl_mini_mktime(struct tm *ptm);
2056 #define PERL_ARGS_ASSERT_MINI_MKTIME    \
2057         assert(ptm)
2058 PERL_CALLCONV int       Perl_mode_from_discipline(pTHX_ const char* s, STRLEN len);
2059 #define PERL_ARGS_ASSERT_MODE_FROM_DISCIPLINE
2060 PERL_CALLCONV void *    Perl_more_bodies(pTHX_ const svtype sv_type, const size_t body_size, const size_t arena_size);
2061 #define PERL_ARGS_ASSERT_MORE_BODIES
2062 PERL_CALLCONV const char*       Perl_moreswitches(pTHX_ const char* s);
2063 #define PERL_ARGS_ASSERT_MORESWITCHES   \
2064         assert(s)
2065 #ifndef PERL_NO_INLINE_FUNCTIONS
2066 PERL_STATIC_INLINE char *       Perl_mortal_getenv(const char * str)
2067                         __attribute__warn_unused_result__;
2068 #define PERL_ARGS_ASSERT_MORTAL_GETENV  \
2069         assert(str)
2070 #endif
2071
2072 PERL_CALLCONV const struct mro_alg *    Perl_mro_get_from_name(pTHX_ SV *name);
2073 #define PERL_ARGS_ASSERT_MRO_GET_FROM_NAME      \
2074         assert(name)
2075 PERL_CALLCONV AV*       Perl_mro_get_linear_isa(pTHX_ HV* stash);
2076 #define PERL_ARGS_ASSERT_MRO_GET_LINEAR_ISA     \
2077         assert(stash)
2078 PERL_CALLCONV SV*       Perl_mro_get_private_data(pTHX_ struct mro_meta *const smeta, const struct mro_alg *const which);
2079 #define PERL_ARGS_ASSERT_MRO_GET_PRIVATE_DATA   \
2080         assert(smeta); assert(which)
2081 PERL_CALLCONV void      Perl_mro_isa_changed_in(pTHX_ HV* stash);
2082 #define PERL_ARGS_ASSERT_MRO_ISA_CHANGED_IN     \
2083         assert(stash)
2084 PERL_CALLCONV struct mro_meta*  Perl_mro_meta_init(pTHX_ HV* stash);
2085 #define PERL_ARGS_ASSERT_MRO_META_INIT  \
2086         assert(stash)
2087 PERL_CALLCONV void      Perl_mro_method_changed_in(pTHX_ HV* stash);
2088 #define PERL_ARGS_ASSERT_MRO_METHOD_CHANGED_IN  \
2089         assert(stash)
2090 PERL_CALLCONV void      Perl_mro_package_moved(pTHX_ HV * const stash, HV * const oldstash, const GV * const gv, U32 flags);
2091 #define PERL_ARGS_ASSERT_MRO_PACKAGE_MOVED      \
2092         assert(gv)
2093 PERL_CALLCONV void      Perl_mro_register(pTHX_ const struct mro_alg *mro);
2094 #define PERL_ARGS_ASSERT_MRO_REGISTER   \
2095         assert(mro)
2096 PERL_CALLCONV void      Perl_mro_set_mro(pTHX_ struct mro_meta *const meta, SV *const name);
2097 #define PERL_ARGS_ASSERT_MRO_SET_MRO    \
2098         assert(meta); assert(name)
2099 PERL_CALLCONV SV*       Perl_mro_set_private_data(pTHX_ struct mro_meta *const smeta, const struct mro_alg *const which, SV *const data);
2100 #define PERL_ARGS_ASSERT_MRO_SET_PRIVATE_DATA   \
2101         assert(smeta); assert(which); assert(data)
2102 PERL_CALLCONV SV*       Perl_multiconcat_stringify(pTHX_ const OP* o);
2103 #define PERL_ARGS_ASSERT_MULTICONCAT_STRINGIFY  \
2104         assert(o)
2105 PERL_CALLCONV SV*       Perl_multideref_stringify(pTHX_ const OP* o, CV *cv);
2106 #define PERL_ARGS_ASSERT_MULTIDEREF_STRINGIFY   \
2107         assert(o)
2108 PERL_CALLCONV NV        Perl_my_atof(pTHX_ const char *s);
2109 #define PERL_ARGS_ASSERT_MY_ATOF        \
2110         assert(s)
2111 PERL_CALLCONV char*     Perl_my_atof2(pTHX_ const char *orig, NV* value);
2112 #define PERL_ARGS_ASSERT_MY_ATOF2       \
2113         assert(orig); assert(value)
2114 PERL_CALLCONV char*     Perl_my_atof3(pTHX_ const char *orig, NV* value, const STRLEN len);
2115 #define PERL_ARGS_ASSERT_MY_ATOF3       \
2116         assert(orig); assert(value)
2117 PERL_CALLCONV OP *      Perl_my_attrs(pTHX_ OP *o, OP *attrs);
2118 #define PERL_ARGS_ASSERT_MY_ATTRS       \
2119         assert(o)
2120 PERL_CALLCONV void      Perl_my_clearenv(pTHX);
2121 #define PERL_ARGS_ASSERT_MY_CLEARENV
2122 PERL_CALLCONV int       Perl_my_dirfd(DIR* dir);
2123 #define PERL_ARGS_ASSERT_MY_DIRFD
2124 PERL_CALLCONV_NO_RET void       Perl_my_exit(pTHX_ U32 status)
2125                         __attribute__noreturn__;
2126 #define PERL_ARGS_ASSERT_MY_EXIT
2127
2128 PERL_CALLCONV_NO_RET void       Perl_my_failure_exit(pTHX)
2129                         __attribute__noreturn__;
2130 #define PERL_ARGS_ASSERT_MY_FAILURE_EXIT
2131
2132 PERL_CALLCONV I32       Perl_my_fflush_all(pTHX);
2133 #define PERL_ARGS_ASSERT_MY_FFLUSH_ALL
2134 PERL_CALLCONV Pid_t     Perl_my_fork(void);
2135 #define PERL_ARGS_ASSERT_MY_FORK
2136 #ifndef NO_MATHOMS
2137 PERL_CALLCONV I32       Perl_my_lstat(pTHX);
2138 #define PERL_ARGS_ASSERT_MY_LSTAT
2139 #endif
2140 PERL_CALLCONV I32       Perl_my_lstat_flags(pTHX_ const U32 flags);
2141 #define PERL_ARGS_ASSERT_MY_LSTAT_FLAGS
2142 PERL_CALLCONV int       Perl_my_mkostemp_cloexec(char *templte, int flags)
2143                         __attribute__warn_unused_result__;
2144 #define PERL_ARGS_ASSERT_MY_MKOSTEMP_CLOEXEC    \
2145         assert(templte)
2146
2147 PERL_CALLCONV int       Perl_my_mkstemp_cloexec(char *templte)
2148                         __attribute__warn_unused_result__;
2149 #define PERL_ARGS_ASSERT_MY_MKSTEMP_CLOEXEC     \
2150         assert(templte)
2151
2152 PERL_CALLCONV PerlIO*   Perl_my_popen_list(pTHX_ const char* mode, int n, SV ** args);
2153 #define PERL_ARGS_ASSERT_MY_POPEN_LIST  \
2154         assert(mode); assert(args)
2155 PERL_CALLCONV void      Perl_my_setenv(pTHX_ const char* nam, const char* val);
2156 #define PERL_ARGS_ASSERT_MY_SETENV
2157 PERL_CALLCONV int       Perl_my_snprintf(char *buffer, const Size_t len, const char *format, ...)
2158                         __attribute__format__(__printf__,3,4);
2159 #define PERL_ARGS_ASSERT_MY_SNPRINTF    \
2160         assert(buffer); assert(format)
2161
2162 PERL_CALLCONV int       Perl_my_socketpair(int family, int type, int protocol, int fd[2]);
2163 #define PERL_ARGS_ASSERT_MY_SOCKETPAIR
2164 #ifndef NO_MATHOMS
2165 PERL_CALLCONV I32       Perl_my_stat(pTHX);
2166 #define PERL_ARGS_ASSERT_MY_STAT
2167 #endif
2168 PERL_CALLCONV I32       Perl_my_stat_flags(pTHX_ const U32 flags);
2169 #define PERL_ARGS_ASSERT_MY_STAT_FLAGS
2170 PERL_CALLCONV char*     Perl_my_strerror(pTHX_ const int errnum);
2171 #define PERL_ARGS_ASSERT_MY_STRERROR
2172 PERL_CALLCONV char *    Perl_my_strftime(pTHX_ const char *fmt, int sec, int min, int hour, int mday, int mon, int year, int wday, int yday, int isdst)
2173                         __attribute__format__(__strftime__,pTHX_1,0);
2174 #define PERL_ARGS_ASSERT_MY_STRFTIME    \
2175         assert(fmt)
2176
2177 PERL_CALLCONV NV        Perl_my_strtod(const char * const s, char ** e)
2178                         __attribute__warn_unused_result__;
2179 #define PERL_ARGS_ASSERT_MY_STRTOD      \
2180         assert(s)
2181
2182 PERL_CALLCONV void      Perl_my_unexec(pTHX);
2183 #define PERL_ARGS_ASSERT_MY_UNEXEC
2184 PERL_CALLCONV int       Perl_my_vsnprintf(char *buffer, const Size_t len, const char *format, va_list ap);
2185 #define PERL_ARGS_ASSERT_MY_VSNPRINTF   \
2186         assert(buffer); assert(format)
2187 PERL_CALLCONV OP*       Perl_newANONATTRSUB(pTHX_ I32 floor, OP *proto, OP *attrs, OP *block);
2188 #define PERL_ARGS_ASSERT_NEWANONATTRSUB
2189 PERL_CALLCONV OP*       Perl_newANONHASH(pTHX_ OP* o)
2190                         __attribute__warn_unused_result__;
2191 #define PERL_ARGS_ASSERT_NEWANONHASH
2192
2193 PERL_CALLCONV OP*       Perl_newANONLIST(pTHX_ OP* o)
2194                         __attribute__warn_unused_result__;
2195 #define PERL_ARGS_ASSERT_NEWANONLIST
2196
2197 PERL_CALLCONV OP*       Perl_newANONSUB(pTHX_ I32 floor, OP* proto, OP* block);
2198 #define PERL_ARGS_ASSERT_NEWANONSUB
2199 PERL_CALLCONV OP*       Perl_newASSIGNOP(pTHX_ I32 flags, OP* left, I32 optype, OP* right)
2200                         __attribute__warn_unused_result__;
2201 #define PERL_ARGS_ASSERT_NEWASSIGNOP
2202
2203 /* PERL_CALLCONV CV*    newATTRSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block); */
2204 #define PERL_ARGS_ASSERT_NEWATTRSUB
2205 PERL_CALLCONV CV*       Perl_newATTRSUB_x(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block, bool o_is_gv);
2206 #define PERL_ARGS_ASSERT_NEWATTRSUB_X
2207 #ifndef NO_MATHOMS
2208 PERL_CALLCONV AV*       Perl_newAV(pTHX)
2209                         __attribute__warn_unused_result__;
2210 #define PERL_ARGS_ASSERT_NEWAV
2211 #endif
2212
2213 PERL_CALLCONV OP*       Perl_newAVREF(pTHX_ OP* o)
2214                         __attribute__warn_unused_result__;
2215 #define PERL_ARGS_ASSERT_NEWAVREF       \
2216         assert(o)
2217
2218 PERL_CALLCONV OP*       Perl_newBINOP(pTHX_ I32 type, I32 flags, OP* first, OP* last)
2219                         __attribute__warn_unused_result__;
2220 #define PERL_ARGS_ASSERT_NEWBINOP
2221
2222 PERL_CALLCONV OP*       Perl_newCONDOP(pTHX_ I32 flags, OP* first, OP* trueop, OP* falseop)
2223                         __attribute__warn_unused_result__;
2224 #define PERL_ARGS_ASSERT_NEWCONDOP      \
2225         assert(first)
2226
2227 PERL_CALLCONV CV*       Perl_newCONSTSUB(pTHX_ HV* stash, const char* name, SV* sv);
2228 #define PERL_ARGS_ASSERT_NEWCONSTSUB
2229 PERL_CALLCONV CV*       Perl_newCONSTSUB_flags(pTHX_ HV* stash, const char* name, STRLEN len, U32 flags, SV* sv);
2230 #define PERL_ARGS_ASSERT_NEWCONSTSUB_FLAGS
2231 PERL_CALLCONV OP*       Perl_newCVREF(pTHX_ I32 flags, OP* o)
2232                         __attribute__warn_unused_result__;
2233 #define PERL_ARGS_ASSERT_NEWCVREF
2234
2235 PERL_CALLCONV OP*       Perl_newDEFSVOP(pTHX)
2236                         __attribute__warn_unused_result__;
2237 #define PERL_ARGS_ASSERT_NEWDEFSVOP
2238
2239 PERL_CALLCONV void      Perl_newFORM(pTHX_ I32 floor, OP* o, OP* block);
2240 #define PERL_ARGS_ASSERT_NEWFORM
2241 PERL_CALLCONV OP*       Perl_newFOROP(pTHX_ I32 flags, OP* sv, OP* expr, OP* block, OP* cont)
2242                         __attribute__warn_unused_result__;
2243 #define PERL_ARGS_ASSERT_NEWFOROP       \
2244         assert(expr)
2245
2246 PERL_CALLCONV OP*       Perl_newGIVENOP(pTHX_ OP* cond, OP* block, PADOFFSET defsv_off)
2247                         __attribute__warn_unused_result__;
2248 #define PERL_ARGS_ASSERT_NEWGIVENOP     \
2249         assert(cond); assert(block)
2250
2251 PERL_CALLCONV GP *      Perl_newGP(pTHX_ GV *const gv);
2252 #define PERL_ARGS_ASSERT_NEWGP  \
2253         assert(gv)
2254 PERL_CALLCONV OP*       Perl_newGVOP(pTHX_ I32 type, I32 flags, GV* gv)
2255                         __attribute__warn_unused_result__;
2256 #define PERL_ARGS_ASSERT_NEWGVOP        \
2257         assert(gv)
2258
2259 PERL_CALLCONV OP*       Perl_newGVREF(pTHX_ I32 type, OP* o)
2260                         __attribute__warn_unused_result__;
2261 #define PERL_ARGS_ASSERT_NEWGVREF
2262
2263 /* PERL_CALLCONV GV*    newGVgen(pTHX_ const char* pack); */
2264 #define PERL_ARGS_ASSERT_NEWGVGEN
2265 PERL_CALLCONV GV*       Perl_newGVgen_flags(pTHX_ const char* pack, U32 flags)
2266                         __attribute__warn_unused_result__;
2267 #define PERL_ARGS_ASSERT_NEWGVGEN_FLAGS \
2268         assert(pack)
2269
2270 #ifndef NO_MATHOMS
2271 PERL_CALLCONV HV*       Perl_newHV(pTHX)
2272                         __attribute__warn_unused_result__;
2273 #define PERL_ARGS_ASSERT_NEWHV
2274 #endif
2275
2276 PERL_CALLCONV OP*       Perl_newHVREF(pTHX_ OP* o)
2277                         __attribute__warn_unused_result__;
2278 #define PERL_ARGS_ASSERT_NEWHVREF       \
2279         assert(o)
2280
2281 PERL_CALLCONV HV*       Perl_newHVhv(pTHX_ HV *hv)
2282                         __attribute__warn_unused_result__;
2283 #define PERL_ARGS_ASSERT_NEWHVHV
2284
2285 #ifndef NO_MATHOMS
2286 PERL_CALLCONV IO*       Perl_newIO(pTHX)
2287                         __attribute__warn_unused_result__;
2288 #define PERL_ARGS_ASSERT_NEWIO
2289 #endif
2290
2291 PERL_CALLCONV OP*       Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP* first, OP* last)
2292                         __attribute__warn_unused_result__;
2293 #define PERL_ARGS_ASSERT_NEWLISTOP
2294
2295 PERL_CALLCONV OP*       Perl_newLOGOP(pTHX_ I32 optype, I32 flags, OP *first, OP *other)
2296                         __attribute__warn_unused_result__;
2297 #define PERL_ARGS_ASSERT_NEWLOGOP       \
2298         assert(first); assert(other)
2299
2300 PERL_CALLCONV OP*       Perl_newLOOPEX(pTHX_ I32 type, OP* label)
2301                         __attribute__warn_unused_result__;
2302 #define PERL_ARGS_ASSERT_NEWLOOPEX      \
2303         assert(label)
2304
2305 PERL_CALLCONV OP*       Perl_newLOOPOP(pTHX_ I32 flags, I32 debuggable, OP* expr, OP* block)
2306                         __attribute__warn_unused_result__;
2307 #define PERL_ARGS_ASSERT_NEWLOOPOP
2308
2309 PERL_CALLCONV OP*       Perl_newMETHOP(pTHX_ I32 type, I32 flags, OP* dynamic_meth)
2310                         __attribute__warn_unused_result__;
2311 #define PERL_ARGS_ASSERT_NEWMETHOP      \
2312         assert(dynamic_meth)
2313
2314 PERL_CALLCONV OP*       Perl_newMETHOP_named(pTHX_ I32 type, I32 flags, SV* const_meth)
2315                         __attribute__warn_unused_result__;
2316 #define PERL_ARGS_ASSERT_NEWMETHOP_NAMED        \
2317         assert(const_meth)
2318
2319 PERL_CALLCONV CV *      Perl_newMYSUB(pTHX_ I32 floor, OP *o, OP *proto, OP *attrs, OP *block);
2320 #define PERL_ARGS_ASSERT_NEWMYSUB       \
2321         assert(o)
2322 PERL_CALLCONV OP*       Perl_newNULLLIST(pTHX)
2323                         __attribute__warn_unused_result__;
2324 #define PERL_ARGS_ASSERT_NEWNULLLIST
2325
2326 PERL_CALLCONV OP*       Perl_newOP(pTHX_ I32 optype, I32 flags)
2327                         __attribute__warn_unused_result__;
2328 #define PERL_ARGS_ASSERT_NEWOP
2329
2330 PERL_CALLCONV PADNAMELIST *     Perl_newPADNAMELIST(size_t max)
2331                         __attribute__warn_unused_result__;
2332 #define PERL_ARGS_ASSERT_NEWPADNAMELIST
2333
2334 PERL_CALLCONV PADNAME * Perl_newPADNAMEouter(PADNAME *outer)
2335                         __attribute__warn_unused_result__;
2336 #define PERL_ARGS_ASSERT_NEWPADNAMEOUTER        \
2337         assert(outer)
2338
2339 PERL_CALLCONV PADNAME * Perl_newPADNAMEpvn(const char *s, STRLEN len)
2340                         __attribute__warn_unused_result__;
2341 #define PERL_ARGS_ASSERT_NEWPADNAMEPVN  \
2342         assert(s)
2343
2344 PERL_CALLCONV OP*       Perl_newPMOP(pTHX_ I32 type, I32 flags)
2345                         __attribute__warn_unused_result__;
2346 #define PERL_ARGS_ASSERT_NEWPMOP
2347
2348 PERL_CALLCONV void      Perl_newPROG(pTHX_ OP* o);
2349 #define PERL_ARGS_ASSERT_NEWPROG        \
2350         assert(o)
2351 PERL_CALLCONV OP*       Perl_newPVOP(pTHX_ I32 type, I32 flags, char* pv)
2352                         __attribute__warn_unused_result__;
2353 #define PERL_ARGS_ASSERT_NEWPVOP
2354
2355 PERL_CALLCONV OP*       Perl_newRANGE(pTHX_ I32 flags, OP* left, OP* right)
2356                         __attribute__warn_unused_result__;
2357 #define PERL_ARGS_ASSERT_NEWRANGE       \
2358         assert(left); assert(right)
2359
2360 PERL_CALLCONV SV*       Perl_newRV(pTHX_ SV *const sv)
2361                         __attribute__warn_unused_result__;
2362 #define PERL_ARGS_ASSERT_NEWRV  \
2363         assert(sv)
2364
2365 PERL_CALLCONV SV*       Perl_newRV_noinc(pTHX_ SV *const tmpRef)
2366                         __attribute__warn_unused_result__;
2367 #define PERL_ARGS_ASSERT_NEWRV_NOINC    \
2368         assert(tmpRef)
2369
2370 PERL_CALLCONV OP*       Perl_newSLICEOP(pTHX_ I32 flags, OP* subscript, OP* listop)
2371                         __attribute__warn_unused_result__;
2372 #define PERL_ARGS_ASSERT_NEWSLICEOP
2373
2374 PERL_CALLCONV OP*       Perl_newSTATEOP(pTHX_ I32 flags, char* label, OP* o)
2375                         __attribute__warn_unused_result__;
2376 #define PERL_ARGS_ASSERT_NEWSTATEOP
2377
2378 PERL_CALLCONV CV*       Perl_newSTUB(pTHX_ GV *gv, bool fake);
2379 #define PERL_ARGS_ASSERT_NEWSTUB        \
2380         assert(gv)
2381 #ifndef NO_MATHOMS
2382 PERL_CALLCONV CV*       Perl_newSUB(pTHX_ I32 floor, OP* o, OP* proto, OP* block);
2383 #define PERL_ARGS_ASSERT_NEWSUB
2384 #endif
2385 PERL_CALLCONV SV*       Perl_newSV(pTHX_ const STRLEN len)
2386                         __attribute__warn_unused_result__;
2387 #define PERL_ARGS_ASSERT_NEWSV
2388
2389 PERL_CALLCONV OP*       Perl_newSVOP(pTHX_ I32 type, I32 flags, SV* sv)
2390                         __attribute__warn_unused_result__;
2391 #define PERL_ARGS_ASSERT_NEWSVOP        \
2392         assert(sv)
2393
2394 PERL_CALLCONV OP*       Perl_newSVREF(pTHX_ OP* o)
2395                         __attribute__warn_unused_result__;
2396 #define PERL_ARGS_ASSERT_NEWSVREF       \
2397         assert(o)
2398
2399 PERL_CALLCONV SV*       Perl_newSV_type(pTHX_ const svtype type)
2400                         __attribute__warn_unused_result__;
2401 #define PERL_ARGS_ASSERT_NEWSV_TYPE
2402
2403 PERL_CALLCONV SV*       Perl_newSVavdefelem(pTHX_ AV *av, SSize_t ix, bool extendible)
2404                         __attribute__warn_unused_result__;
2405 #define PERL_ARGS_ASSERT_NEWSVAVDEFELEM \
2406         assert(av)
2407
2408 PERL_CALLCONV SV*       Perl_newSVhek(pTHX_ const HEK *const hek)
2409                         __attribute__warn_unused_result__;
2410 #define PERL_ARGS_ASSERT_NEWSVHEK
2411
2412 PERL_CALLCONV SV*       Perl_newSViv(pTHX_ const IV i)
2413                         __attribute__warn_unused_result__;
2414 #define PERL_ARGS_ASSERT_NEWSVIV
2415
2416 PERL_CALLCONV SV*       Perl_newSVnv(pTHX_ const NV n)
2417                         __attribute__warn_unused_result__;
2418 #define PERL_ARGS_ASSERT_NEWSVNV
2419
2420 PERL_CALLCONV SV*       Perl_newSVpv(pTHX_ const char *const s, const STRLEN len)
2421                         __attribute__warn_unused_result__;
2422 #define PERL_ARGS_ASSERT_NEWSVPV
2423
2424 PERL_CALLCONV SV*       Perl_newSVpv_share(pTHX_ const char* s, U32 hash)
2425                         __attribute__warn_unused_result__;
2426 #define PERL_ARGS_ASSERT_NEWSVPV_SHARE
2427
2428 PERL_CALLCONV SV*       Perl_newSVpvf(pTHX_ const char *const pat, ...)
2429                         __attribute__warn_unused_result__
2430                         __attribute__format__(__printf__,pTHX_1,pTHX_2);
2431 #define PERL_ARGS_ASSERT_NEWSVPVF       \
2432         assert(pat)
2433
2434 PERL_CALLCONV SV*       Perl_newSVpvn(pTHX_ const char *const buffer, const STRLEN len)
2435                         __attribute__warn_unused_result__;
2436 #define PERL_ARGS_ASSERT_NEWSVPVN
2437
2438 PERL_CALLCONV SV*       Perl_newSVpvn_flags(pTHX_ const char *const s, const STRLEN len, const U32 flags)
2439                         __attribute__warn_unused_result__;
2440 #define PERL_ARGS_ASSERT_NEWSVPVN_FLAGS
2441
2442 PERL_CALLCONV SV*       Perl_newSVpvn_share(pTHX_ const char* s, I32 len, U32 hash)
2443                         __attribute__warn_unused_result__;
2444 #define PERL_ARGS_ASSERT_NEWSVPVN_SHARE
2445
2446 PERL_CALLCONV SV*       Perl_newSVrv(pTHX_ SV *const rv, const char *const classname);
2447 #define PERL_ARGS_ASSERT_NEWSVRV        \
2448         assert(rv)
2449 #ifndef NO_MATHOMS
2450 PERL_CALLCONV SV*       Perl_newSVsv(pTHX_ SV *const old)
2451                         __attribute__warn_unused_result__;
2452 #define PERL_ARGS_ASSERT_NEWSVSV
2453 #endif
2454
2455 PERL_CALLCONV SV*       Perl_newSVsv_flags(pTHX_ SV *const old, I32 flags)
2456                         __attribute__warn_unused_result__;
2457 #define PERL_ARGS_ASSERT_NEWSVSV_FLAGS
2458
2459 /* PERL_CALLCONV SV*    newSVsv_nomg(pTHX_ SV *const old)
2460                         __attribute__warn_unused_result__; */
2461 #define PERL_ARGS_ASSERT_NEWSVSV_NOMG
2462
2463 PERL_CALLCONV SV*       Perl_newSVuv(pTHX_ const UV u)
2464                         __attribute__warn_unused_result__;
2465 #define PERL_ARGS_ASSERT_NEWSVUV
2466
2467 PERL_CALLCONV OP*       Perl_newUNOP(pTHX_ I32 type, I32 flags, OP* first)
2468                         __attribute__warn_unused_result__;
2469 #define PERL_ARGS_ASSERT_NEWUNOP
2470
2471 PERL_CALLCONV OP*       Perl_newUNOP_AUX(pTHX_ I32 type, I32 flags, OP* first, UNOP_AUX_item *aux)
2472                         __attribute__warn_unused_result__;
2473 #define PERL_ARGS_ASSERT_NEWUNOP_AUX
2474
2475 PERL_CALLCONV OP*       Perl_newWHENOP(pTHX_ OP* cond, OP* block)
2476                         __attribute__warn_unused_result__;
2477 #define PERL_ARGS_ASSERT_NEWWHENOP      \
2478         assert(block)
2479
2480 PERL_CALLCONV OP*       Perl_newWHILEOP(pTHX_ I32 flags, I32 debuggable, LOOP* loop, OP* expr, OP* block, OP* cont, I32 has_my)
2481                         __attribute__warn_unused_result__;
2482 #define PERL_ARGS_ASSERT_NEWWHILEOP
2483
2484 PERL_CALLCONV CV*       Perl_newXS(pTHX_ const char *name, XSUBADDR_t subaddr, const char *filename);
2485 #define PERL_ARGS_ASSERT_NEWXS  \
2486         assert(subaddr); assert(filename)
2487 PERL_CALLCONV CV *      Perl_newXS_deffile(pTHX_ const char *name, XSUBADDR_t subaddr);
2488 #define PERL_ARGS_ASSERT_NEWXS_DEFFILE  \
2489         assert(name); assert(subaddr)
2490 PERL_CALLCONV CV *      Perl_newXS_flags(pTHX_ const char *name, XSUBADDR_t subaddr, const char *const filename, const char *const proto, U32 flags);
2491 #define PERL_ARGS_ASSERT_NEWXS_FLAGS    \
2492         assert(subaddr); assert(filename)
2493 PERL_CALLCONV CV *      Perl_newXS_len_flags(pTHX_ const char *name, STRLEN len, XSUBADDR_t subaddr, const char *const filename, const char *const proto, SV **const_svp, U32 flags);
2494 #define PERL_ARGS_ASSERT_NEWXS_LEN_FLAGS        \
2495         assert(subaddr)
2496 PERL_CALLCONV PERL_SI*  Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems)
2497                         __attribute__warn_unused_result__;
2498 #define PERL_ARGS_ASSERT_NEW_STACKINFO
2499
2500 PERL_CALLCONV SV*       Perl_new_version(pTHX_ SV *ver);
2501 #define PERL_ARGS_ASSERT_NEW_VERSION    \
2502         assert(ver)
2503 PERL_CALLCONV STRLEN *  Perl_new_warnings_bitfield(pTHX_ STRLEN *buffer, const char *const bits, STRLEN size)
2504                         __attribute__warn_unused_result__;
2505 #define PERL_ARGS_ASSERT_NEW_WARNINGS_BITFIELD  \
2506         assert(bits)
2507
2508 PERL_CALLCONV PerlIO*   Perl_nextargv(pTHX_ GV* gv, bool nomagicopen);
2509 #define PERL_ARGS_ASSERT_NEXTARGV       \
2510         assert(gv)
2511 PERL_CALLCONV char*     Perl_ninstr(const char* big, const char* bigend, const char* little, const char* lend)
2512                         __attribute__warn_unused_result__
2513                         __attribute__pure__;
2514 #define PERL_ARGS_ASSERT_NINSTR \
2515         assert(big); assert(bigend); assert(little); assert(lend)
2516
2517 PERL_CALLCONV_NO_RET void       Perl_noperl_die(const char* pat, ...)
2518                         __attribute__noreturn__
2519                         __attribute__format__(__printf__,1,2);
2520 #define PERL_ARGS_ASSERT_NOPERL_DIE     \
2521         assert(pat)
2522
2523 PERL_CALLCONV int       Perl_nothreadhook(pTHX);
2524 #define PERL_ARGS_ASSERT_NOTHREADHOOK
2525 PERL_CALLCONV void      Perl_notify_parser_that_changed_to_utf8(pTHX);
2526 #define PERL_ARGS_ASSERT_NOTIFY_PARSER_THAT_CHANGED_TO_UTF8
2527 PERL_CALLCONV OP*       Perl_oopsAV(pTHX_ OP* o)
2528                         __attribute__warn_unused_result__;
2529 #define PERL_ARGS_ASSERT_OOPSAV \
2530         assert(o)
2531
2532 PERL_CALLCONV OP*       Perl_oopsHV(pTHX_ OP* o)
2533                         __attribute__warn_unused_result__;
2534 #define PERL_ARGS_ASSERT_OOPSHV \
2535         assert(o)
2536
2537 PERL_CALLCONV OP*       Perl_op_append_elem(pTHX_ I32 optype, OP* first, OP* last);
2538 #define PERL_ARGS_ASSERT_OP_APPEND_ELEM
2539 PERL_CALLCONV OP*       Perl_op_append_list(pTHX_ I32 optype, OP* first, OP* last);
2540 #define PERL_ARGS_ASSERT_OP_APPEND_LIST
2541 PERL_CALLCONV OPclass   Perl_op_class(pTHX_ const OP *o);
2542 #define PERL_ARGS_ASSERT_OP_CLASS
2543 PERL_CALLCONV void      Perl_op_clear(pTHX_ OP* o);
2544 #define PERL_ARGS_ASSERT_OP_CLEAR       \
2545         assert(o)
2546 PERL_CALLCONV OP*       Perl_op_contextualize(pTHX_ OP* o, I32 context);
2547 #define PERL_ARGS_ASSERT_OP_CONTEXTUALIZE       \
2548         assert(o)
2549 PERL_CALLCONV OP*       Perl_op_convert_list(pTHX_ I32 optype, I32 flags, OP* o)
2550                         __attribute__warn_unused_result__;
2551 #define PERL_ARGS_ASSERT_OP_CONVERT_LIST
2552
2553 PERL_CALLCONV void      Perl_op_dump(pTHX_ const OP *o);
2554 #define PERL_ARGS_ASSERT_OP_DUMP        \
2555         assert(o)
2556 PERL_CALLCONV void      Perl_op_free(pTHX_ OP* arg);
2557 #define PERL_ARGS_ASSERT_OP_FREE
2558 PERL_CALLCONV OP*       Perl_op_linklist(pTHX_ OP *o);
2559 #define PERL_ARGS_ASSERT_OP_LINKLIST    \
2560         assert(o)
2561 /* PERL_CALLCONV OP*    op_lvalue(pTHX_ OP* o, I32 type); */
2562 #define PERL_ARGS_ASSERT_OP_LVALUE
2563 PERL_CALLCONV OP*       Perl_op_lvalue_flags(pTHX_ OP* o, I32 type, U32 flags);
2564 #define PERL_ARGS_ASSERT_OP_LVALUE_FLAGS
2565 PERL_CALLCONV void      Perl_op_null(pTHX_ OP* o);
2566 #define PERL_ARGS_ASSERT_OP_NULL        \
2567         assert(o)
2568 PERL_CALLCONV OP*       Perl_op_parent(OP *o);
2569 #define PERL_ARGS_ASSERT_OP_PARENT      \
2570         assert(o)
2571 PERL_CALLCONV OP*       Perl_op_prepend_elem(pTHX_ I32 optype, OP* first, OP* last);
2572 #define PERL_ARGS_ASSERT_OP_PREPEND_ELEM
2573 PERL_CALLCONV void      Perl_op_refcnt_lock(pTHX);
2574 #define PERL_ARGS_ASSERT_OP_REFCNT_LOCK
2575 PERL_CALLCONV void      Perl_op_refcnt_unlock(pTHX);
2576 #define PERL_ARGS_ASSERT_OP_REFCNT_UNLOCK
2577 PERL_CALLCONV OP*       Perl_op_scope(pTHX_ OP* o);
2578 #define PERL_ARGS_ASSERT_OP_SCOPE
2579 PERL_CALLCONV OP*       Perl_op_sibling_splice(OP *parent, OP *start, int del_count, OP* insert);
2580 #define PERL_ARGS_ASSERT_OP_SIBLING_SPLICE
2581 PERL_CALLCONV OP*       Perl_op_unscope(pTHX_ OP* o);
2582 #define PERL_ARGS_ASSERT_OP_UNSCOPE
2583 PERL_CALLCONV void      Perl_optimize_optree(pTHX_ OP* o);
2584 #define PERL_ARGS_ASSERT_OPTIMIZE_OPTREE        \
2585         assert(o)
2586 #ifndef NO_MATHOMS
2587 PERL_CALLCONV void      Perl_pack_cat(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist, SV ***next_in_list, U32 flags)
2588                         __attribute__deprecated__;
2589 #define PERL_ARGS_ASSERT_PACK_CAT       \
2590         assert(cat); assert(pat); assert(patend); assert(beglist); assert(endlist); assert(next_in_list)
2591 #endif
2592
2593 PERL_CALLCONV void      Perl_package(pTHX_ OP* o);
2594 #define PERL_ARGS_ASSERT_PACKAGE        \
2595         assert(o)
2596 PERL_CALLCONV void      Perl_package_version(pTHX_ OP* v);
2597 #define PERL_ARGS_ASSERT_PACKAGE_VERSION        \
2598         assert(v)
2599 PERL_CALLCONV void      Perl_packlist(pTHX_ SV *cat, const char *pat, const char *patend, SV **beglist, SV **endlist);
2600 #define PERL_ARGS_ASSERT_PACKLIST       \
2601         assert(cat); assert(pat); assert(patend); assert(beglist); assert(endlist)
2602 PERL_CALLCONV PADOFFSET Perl_pad_add_anon(pTHX_ CV* func, I32 optype);
2603 #define PERL_ARGS_ASSERT_PAD_ADD_ANON   \
2604         assert(func)
2605 PERL_CALLCONV PADOFFSET Perl_pad_add_name_pv(pTHX_ const char *name, const U32 flags, HV *typestash, HV *ourstash);
2606 #define PERL_ARGS_ASSERT_PAD_ADD_NAME_PV        \
2607         assert(name)
2608 PERL_CALLCONV PADOFFSET Perl_pad_add_name_pvn(pTHX_ const char *namepv, STRLEN namelen, U32 flags, HV *typestash, HV *ourstash);
2609 #define PERL_ARGS_ASSERT_PAD_ADD_NAME_PVN       \
2610         assert(namepv)
2611 PERL_CALLCONV PADOFFSET Perl_pad_add_name_sv(pTHX_ SV *name, U32 flags, HV *typestash, HV *ourstash);
2612 #define PERL_ARGS_ASSERT_PAD_ADD_NAME_SV        \
2613         assert(name)
2614 PERL_CALLCONV void      Perl_pad_add_weakref(pTHX_ CV* func);
2615 #define PERL_ARGS_ASSERT_PAD_ADD_WEAKREF        \
2616         assert(func)
2617 PERL_CALLCONV PADOFFSET Perl_pad_alloc(pTHX_ I32 optype, U32 tmptype);
2618 #define PERL_ARGS_ASSERT_PAD_ALLOC
2619 PERL_CALLCONV void      Perl_pad_block_start(pTHX_ int full);
2620 #define PERL_ARGS_ASSERT_PAD_BLOCK_START
2621 #ifndef NO_MATHOMS
2622 PERL_CALLCONV HV*       Perl_pad_compname_type(pTHX_ const PADOFFSET po)
2623                         __attribute__warn_unused_result__;
2624 #define PERL_ARGS_ASSERT_PAD_COMPNAME_TYPE
2625 #endif
2626
2627 PERL_CALLCONV PADOFFSET Perl_pad_findmy_pv(pTHX_ const char* name, U32 flags);
2628 #define PERL_ARGS_ASSERT_PAD_FINDMY_PV  \
2629         assert(name)
2630 PERL_CALLCONV PADOFFSET Perl_pad_findmy_pvn(pTHX_ const char* namepv, STRLEN namelen, U32 flags);
2631 #define PERL_ARGS_ASSERT_PAD_FINDMY_PVN \
2632         assert(namepv)
2633 PERL_CALLCONV PADOFFSET Perl_pad_findmy_sv(pTHX_ SV* name, U32 flags);
2634 #define PERL_ARGS_ASSERT_PAD_FINDMY_SV  \
2635         assert(name)
2636 PERL_CALLCONV void      Perl_pad_fixup_inner_anons(pTHX_ PADLIST *padlist, CV *old_cv, CV *new_cv);
2637 #define PERL_ARGS_ASSERT_PAD_FIXUP_INNER_ANONS  \
2638         assert(padlist); assert(old_cv); assert(new_cv)
2639 PERL_CALLCONV void      Perl_pad_free(pTHX_ PADOFFSET po);
2640 #define PERL_ARGS_ASSERT_PAD_FREE
2641 PERL_CALLCONV OP *      Perl_pad_leavemy(pTHX);
2642 #define PERL_ARGS_ASSERT_PAD_LEAVEMY
2643 PERL_CALLCONV PADLIST*  Perl_pad_new(pTHX_ int flags)
2644                         __attribute__warn_unused_result__;
2645 #define PERL_ARGS_ASSERT_PAD_NEW
2646
2647 PERL_CALLCONV void      Perl_pad_push(pTHX_ PADLIST *padlist, int depth);
2648 #define PERL_ARGS_ASSERT_PAD_PUSH       \
2649         assert(padlist)
2650 PERL_CALLCONV void      Perl_pad_swipe(pTHX_ PADOFFSET po, bool refadjust);
2651 #define PERL_ARGS_ASSERT_PAD_SWIPE
2652 PERL_CALLCONV void      Perl_pad_tidy(pTHX_ padtidy_type type);
2653 #define PERL_ARGS_ASSERT_PAD_TIDY
2654 PERL_CALLCONV PAD **    Perl_padlist_store(pTHX_ PADLIST *padlist, I32 key, PAD *val);
2655 #define PERL_ARGS_ASSERT_PADLIST_STORE  \
2656         assert(padlist)
2657 PERL_CALLCONV void      Perl_padname_free(pTHX_ PADNAME *pn);
2658 #define PERL_ARGS_ASSERT_PADNAME_FREE   \
2659         assert(pn)
2660 PERL_CALLCONV PADNAME * Perl_padnamelist_fetch(PADNAMELIST *pnl, SSize_t key)
2661                         __attribute__warn_unused_result__;
2662 #define PERL_ARGS_ASSERT_PADNAMELIST_FETCH      \
2663         assert(pnl)
2664
2665 PERL_CALLCONV void      Perl_padnamelist_free(pTHX_ PADNAMELIST *pnl);
2666 #define PERL_ARGS_ASSERT_PADNAMELIST_FREE       \
2667         assert(pnl)
2668 PERL_CALLCONV PADNAME **        Perl_padnamelist_store(pTHX_ PADNAMELIST *pnl, SSize_t key, PADNAME *val);
2669 #define PERL_ARGS_ASSERT_PADNAMELIST_STORE      \
2670         assert(pnl)
2671 PERL_CALLCONV OP*       Perl_parse_arithexpr(pTHX_ U32 flags);
2672 #define PERL_ARGS_ASSERT_PARSE_ARITHEXPR
2673 PERL_CALLCONV OP*       Perl_parse_barestmt(pTHX_ U32 flags);
2674 #define PERL_ARGS_ASSERT_PARSE_BARESTMT
2675 PERL_CALLCONV OP*       Perl_parse_block(pTHX_ U32 flags);
2676 #define PERL_ARGS_ASSERT_PARSE_BLOCK
2677 PERL_CALLCONV OP*       Perl_parse_fullexpr(pTHX_ U32 flags);
2678 #define PERL_ARGS_ASSERT_PARSE_FULLEXPR
2679 PERL_CALLCONV OP*       Perl_parse_fullstmt(pTHX_ U32 flags);
2680 #define PERL_ARGS_ASSERT_PARSE_FULLSTMT
2681 PERL_CALLCONV SV*       Perl_parse_label(pTHX_ U32 flags);
2682 #define PERL_ARGS_ASSERT_PARSE_LABEL
2683 PERL_CALLCONV OP*       Perl_parse_listexpr(pTHX_ U32 flags);
2684 #define PERL_ARGS_ASSERT_PARSE_LISTEXPR
2685 PERL_CALLCONV OP*       Perl_parse_stmtseq(pTHX_ U32 flags);
2686 #define PERL_ARGS_ASSERT_PARSE_STMTSEQ
2687 PERL_CALLCONV OP*       Perl_parse_subsignature(pTHX_ U32 flags);
2688 #define PERL_ARGS_ASSERT_PARSE_SUBSIGNATURE
2689 PERL_CALLCONV OP*       Perl_parse_termexpr(pTHX_ U32 flags);
2690 #define PERL_ARGS_ASSERT_PARSE_TERMEXPR
2691 PERL_CALLCONV U32       Perl_parse_unicode_opts(pTHX_ const char **popt);
2692 #define PERL_ARGS_ASSERT_PARSE_UNICODE_OPTS     \
2693         assert(popt)
2694 PERL_CALLCONV void      Perl_parser_free(pTHX_ const yy_parser *parser);
2695 #define PERL_ARGS_ASSERT_PARSER_FREE    \
2696         assert(parser)
2697 PERL_CALLCONV void      Perl_peep(pTHX_ OP* o);
2698 #define PERL_ARGS_ASSERT_PEEP
2699 PERL_CALLCONV PerlInterpreter*  perl_alloc(void);
2700 #define PERL_ARGS_ASSERT_PERL_ALLOC
2701 PERL_CALLCONV void      perl_construct(PerlInterpreter *my_perl);
2702 #define PERL_ARGS_ASSERT_PERL_CONSTRUCT \
2703         assert(my_perl)
2704 PERL_CALLCONV int       perl_destruct(PerlInterpreter *my_perl);
2705 #define PERL_ARGS_ASSERT_PERL_DESTRUCT  \
2706         assert(my_perl)
2707 PERL_CALLCONV void      perl_free(PerlInterpreter *my_perl);
2708 #define PERL_ARGS_ASSERT_PERL_FREE      \
2709         assert(my_perl)
2710 PERL_CALLCONV int       perl_parse(PerlInterpreter *my_perl, XSINIT_t xsinit, int argc, char** argv, char** env);
2711 #define PERL_ARGS_ASSERT_PERL_PARSE     \
2712         assert(my_perl)
2713 PERL_CALLCONV int       perl_run(PerlInterpreter *my_perl);
2714 #define PERL_ARGS_ASSERT_PERL_RUN       \
2715         assert(my_perl)
2716 PERL_CALLCONV Signal_t  Perl_perly_sighandler(int sig, Siginfo_t *info, void *uap, bool safe);
2717 #define PERL_ARGS_ASSERT_PERLY_SIGHANDLER
2718 PERL_CALLCONV void      Perl_pmop_dump(pTHX_ PMOP* pm);
2719 #define PERL_ARGS_ASSERT_PMOP_DUMP
2720 PERL_CALLCONV OP*       Perl_pmruntime(pTHX_ OP *o, OP *expr, OP *repl, UV flags, I32 floor);
2721 #define PERL_ARGS_ASSERT_PMRUNTIME      \
2722         assert(o); assert(expr)
2723 PERL_CALLCONV void      Perl_pop_scope(pTHX);
2724 #define PERL_ARGS_ASSERT_POP_SCOPE
2725 PERL_CALLCONV void      Perl_populate_isa(pTHX_ const char *name, STRLEN len, ...);
2726 #define PERL_ARGS_ASSERT_POPULATE_ISA   \
2727         assert(name)
2728 PERL_CALLCONV REGEXP*   Perl_pregcomp(pTHX_ SV * const pattern, const U32 flags);
2729 #define PERL_ARGS_ASSERT_PREGCOMP       \
2730         assert(pattern)
2731 PERL_CALLCONV I32       Perl_pregexec(pTHX_ REGEXP * const prog, char* stringarg, char* strend, char* strbeg, SSize_t minend, SV* screamer, U32 nosave);
2732 #define PERL_ARGS_ASSERT_PREGEXEC       \
2733         assert(prog); assert(stringarg); assert(strend); assert(strbeg); assert(screamer)
2734 PERL_CALLCONV void      Perl_pregfree(pTHX_ REGEXP* r);
2735 #define PERL_ARGS_ASSERT_PREGFREE
2736 PERL_CALLCONV void      Perl_pregfree2(pTHX_ REGEXP *rx);
2737 #define PERL_ARGS_ASSERT_PREGFREE2      \
2738         assert(rx)
2739 PERL_CALLCONV const char*       Perl_prescan_version(pTHX_ const char *s, bool strict, const char** errstr, bool *sqv, int *ssaw_decimal, int *swidth, bool *salpha);
2740 #define PERL_ARGS_ASSERT_PRESCAN_VERSION        \
2741         assert(s)
2742 PERL_CALLCONV void      Perl_ptr_table_clear(pTHX_ PTR_TBL_t *const tbl)
2743                         __attribute__deprecated__;
2744 #define PERL_ARGS_ASSERT_PTR_TABLE_CLEAR
2745
2746 PERL_CALLCONV void*     Perl_ptr_table_fetch(pTHX_ PTR_TBL_t *const tbl, const void *const sv)
2747                         __attribute__warn_unused_result__;
2748 #define PERL_ARGS_ASSERT_PTR_TABLE_FETCH        \
2749         assert(tbl)
2750
2751 PERL_CALLCONV void      Perl_ptr_table_free(pTHX_ PTR_TBL_t *const tbl);
2752 #define PERL_ARGS_ASSERT_PTR_TABLE_FREE
2753 PERL_CALLCONV PTR_TBL_t*        Perl_ptr_table_new(pTHX)
2754                         __attribute__warn_unused_result__;
2755 #define PERL_ARGS_ASSERT_PTR_TABLE_NEW
2756
2757 PERL_CALLCONV void      Perl_ptr_table_split(pTHX_ PTR_TBL_t *const tbl);
2758 #define PERL_ARGS_ASSERT_PTR_TABLE_SPLIT        \
2759         assert(tbl)
2760 PERL_CALLCONV void      Perl_ptr_table_store(pTHX_ PTR_TBL_t *const tbl, const void *const oldsv, void *const newsv);
2761 #define PERL_ARGS_ASSERT_PTR_TABLE_STORE        \
2762         assert(tbl); assert(newsv)
2763 PERL_CALLCONV void      Perl_push_scope(pTHX);
2764 #define PERL_ARGS_ASSERT_PUSH_SCOPE
2765 PERL_CALLCONV char*     Perl_pv_display(pTHX_ SV *dsv, const char *pv, STRLEN cur, STRLEN len, STRLEN pvlim);
2766 #define PERL_ARGS_ASSERT_PV_DISPLAY     \
2767         assert(dsv); assert(pv)
2768 PERL_CALLCONV char*     Perl_pv_escape(pTHX_ SV *dsv, char const * const str, const STRLEN count, const STRLEN max, STRLEN * const escaped, const U32 flags);
2769 #define PERL_ARGS_ASSERT_PV_ESCAPE      \
2770         assert(str)
2771 PERL_CALLCONV char*     Perl_pv_pretty(pTHX_ SV *dsv, char const * const str, const STRLEN count, const STRLEN max, char const * const start_color, char const * const end_color, const U32 flags);
2772 #define PERL_ARGS_ASSERT_PV_PRETTY      \
2773         assert(dsv); assert(str)
2774 PERL_CALLCONV char*     Perl_pv_uni_display(pTHX_ SV *dsv, const U8 *spv, STRLEN len, STRLEN pvlim, UV flags);
2775 #define PERL_ARGS_ASSERT_PV_UNI_DISPLAY \
2776         assert(dsv); assert(spv)
2777 PERL_CALLCONV void      Perl_qerror(pTHX_ SV* err);
2778 #define PERL_ARGS_ASSERT_QERROR \
2779         assert(err)
2780 PERL_CALLCONV REGEXP*   Perl_re_compile(pTHX_ SV * const pattern, U32 orig_rx_flags);
2781 #define PERL_ARGS_ASSERT_RE_COMPILE     \
2782         assert(pattern)
2783 PERL_CALLCONV char*     Perl_re_intuit_start(pTHX_ REGEXP * const rx, SV* sv, const char* const strbeg, char* strpos, char* strend, const U32 flags, re_scream_pos_data *data);
2784 #define PERL_ARGS_ASSERT_RE_INTUIT_START        \
2785         assert(rx); assert(strbeg); assert(strpos); assert(strend)
2786 PERL_CALLCONV SV*       Perl_re_intuit_string(pTHX_ REGEXP  *const r);
2787 #define PERL_ARGS_ASSERT_RE_INTUIT_STRING       \
2788         assert(r)
2789 PERL_CALLCONV REGEXP*   Perl_re_op_compile(pTHX_ SV ** const patternp, int pat_count, OP *expr, const regexp_engine* eng, REGEXP *old_re, bool *is_bare_re, const U32 rx_flags, const U32 pm_flags);
2790 #define PERL_ARGS_ASSERT_RE_OP_COMPILE  \
2791         assert(eng)
2792 PERL_CALLCONV Malloc_t  Perl_realloc(Malloc_t where, MEM_SIZE nbytes)
2793                         __attribute__warn_unused_result__;
2794 #define PERL_ARGS_ASSERT_REALLOC
2795
2796 PERL_CALLCONV void      Perl_reentrant_free(pTHX);
2797 #define PERL_ARGS_ASSERT_REENTRANT_FREE
2798 PERL_CALLCONV void      Perl_reentrant_init(pTHX);
2799 #define PERL_ARGS_ASSERT_REENTRANT_INIT
2800 PERL_CALLCONV void*     Perl_reentrant_retry(const char *f, ...);
2801 #define PERL_ARGS_ASSERT_REENTRANT_RETRY        \
2802         assert(f)
2803 PERL_CALLCONV void      Perl_reentrant_size(pTHX);
2804 #define PERL_ARGS_ASSERT_REENTRANT_SIZE
2805 PERL_CALLCONV HV *      Perl_refcounted_he_chain_2hv(pTHX_ const struct refcounted_he *c, U32 flags);
2806 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_CHAIN_2HV
2807 PERL_CALLCONV SV *      Perl_refcounted_he_fetch_pv(pTHX_ const struct refcounted_he *chain, const char *key, U32 hash, U32 flags);
2808 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_FETCH_PV \
2809         assert(key)
2810 PERL_CALLCONV SV *      Perl_refcounted_he_fetch_pvn(pTHX_ const struct refcounted_he *chain, const char *keypv, STRLEN keylen, U32 hash, U32 flags);
2811 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_FETCH_PVN        \
2812         assert(keypv)
2813 PERL_CALLCONV SV *      Perl_refcounted_he_fetch_sv(pTHX_ const struct refcounted_he *chain, SV *key, U32 hash, U32 flags);
2814 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_FETCH_SV \
2815         assert(key)
2816 PERL_CALLCONV void      Perl_refcounted_he_free(pTHX_ struct refcounted_he *he);
2817 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_FREE
2818 PERL_CALLCONV struct refcounted_he *    Perl_refcounted_he_inc(pTHX_ struct refcounted_he *he);
2819 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_INC
2820 PERL_CALLCONV struct refcounted_he *    Perl_refcounted_he_new_pv(pTHX_ struct refcounted_he *parent, const char *key, U32 hash, SV *value, U32 flags);
2821 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_NEW_PV   \
2822         assert(key)
2823 PERL_CALLCONV struct refcounted_he *    Perl_refcounted_he_new_pvn(pTHX_ struct refcounted_he *parent, const char *keypv, STRLEN keylen, U32 hash, SV *value, U32 flags);
2824 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_NEW_PVN  \
2825         assert(keypv)
2826 PERL_CALLCONV struct refcounted_he *    Perl_refcounted_he_new_sv(pTHX_ struct refcounted_he *parent, SV *key, U32 hash, SV *value, U32 flags);
2827 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_NEW_SV   \
2828         assert(key)
2829 PERL_CALLCONV SV*       Perl_reg_named_buff(pTHX_ REGEXP * const rx, SV * const key, SV * const value, const U32 flags);
2830 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF \
2831         assert(rx)
2832 PERL_CALLCONV SV*       Perl_reg_named_buff_all(pTHX_ REGEXP * const rx, const U32 flags);
2833 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF_ALL     \
2834         assert(rx)
2835 PERL_CALLCONV bool      Perl_reg_named_buff_exists(pTHX_ REGEXP * const rx, SV * const key, const U32 flags);
2836 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF_EXISTS  \
2837         assert(rx); assert(key)
2838 PERL_CALLCONV SV*       Perl_reg_named_buff_fetch(pTHX_ REGEXP * const rx, SV * const namesv, const U32 flags);
2839 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF_FETCH   \
2840         assert(rx); assert(namesv)
2841 PERL_CALLCONV SV*       Perl_reg_named_buff_firstkey(pTHX_ REGEXP * const rx, const U32 flags);
2842 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF_FIRSTKEY        \
2843         assert(rx)
2844 PERL_CALLCONV SV*       Perl_reg_named_buff_iter(pTHX_ REGEXP * const rx, const SV * const lastkey, const U32 flags);
2845 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF_ITER    \
2846         assert(rx)
2847 PERL_CALLCONV SV*       Perl_reg_named_buff_nextkey(pTHX_ REGEXP * const rx, const U32 flags);
2848 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF_NEXTKEY \
2849         assert(rx)
2850 PERL_CALLCONV SV*       Perl_reg_named_buff_scalar(pTHX_ REGEXP * const rx, const U32 flags);
2851 #define PERL_ARGS_ASSERT_REG_NAMED_BUFF_SCALAR  \
2852         assert(rx)
2853 PERL_CALLCONV void      Perl_reg_numbered_buff_fetch(pTHX_ REGEXP * const rx, const I32 paren, SV * const sv);
2854 #define PERL_ARGS_ASSERT_REG_NUMBERED_BUFF_FETCH        \
2855         assert(rx)
2856 PERL_CALLCONV I32       Perl_reg_numbered_buff_length(pTHX_ REGEXP * const rx, const SV * const sv, const I32 paren);
2857 #define PERL_ARGS_ASSERT_REG_NUMBERED_BUFF_LENGTH       \
2858         assert(rx); assert(sv)
2859 PERL_CALLCONV void      Perl_reg_numbered_buff_store(pTHX_ REGEXP * const rx, const I32 paren, SV const * const value);
2860 #define PERL_ARGS_ASSERT_REG_NUMBERED_BUFF_STORE        \
2861         assert(rx)
2862 PERL_CALLCONV SV*       Perl_reg_qr_package(pTHX_ REGEXP * const rx);
2863 #define PERL_ARGS_ASSERT_REG_QR_PACKAGE \
2864         assert(rx)
2865 PERL_CALLCONV REGEXP*   Perl_reg_temp_copy(pTHX_ REGEXP* dsv, REGEXP* ssv);
2866 #define PERL_ARGS_ASSERT_REG_TEMP_COPY  \
2867         assert(ssv)
2868 PERL_CALLCONV void      Perl_regdump(pTHX_ const regexp* r);
2869 #define PERL_ARGS_ASSERT_REGDUMP        \
2870         assert(r)
2871 PERL_CALLCONV I32       Perl_regexec_flags(pTHX_ REGEXP *const rx, char *stringarg, char *strend, char *strbeg, SSize_t minend, SV *sv, void *data, U32 flags);
2872 #define PERL_ARGS_ASSERT_REGEXEC_FLAGS  \
2873         assert(rx); assert(stringarg); assert(strend); assert(strbeg); assert(sv)
2874 PERL_CALLCONV void      Perl_regfree_internal(pTHX_ REGEXP *const rx);
2875 #define PERL_ARGS_ASSERT_REGFREE_INTERNAL       \
2876         assert(rx)
2877 PERL_CALLCONV void      Perl_reginitcolors(pTHX);
2878 #define PERL_ARGS_ASSERT_REGINITCOLORS
2879 PERL_CALLCONV regnode*  Perl_regnext(pTHX_ regnode* p)
2880                         __attribute__warn_unused_result__;
2881 #define PERL_ARGS_ASSERT_REGNEXT
2882
2883 PERL_CALLCONV void      Perl_repeatcpy(char* to, const char* from, I32 len, IV count);
2884 #define PERL_ARGS_ASSERT_REPEATCPY      \
2885         assert(to); assert(from)
2886 PERL_CALLCONV void      Perl_report_evil_fh(pTHX_ const GV *gv);
2887 #define PERL_ARGS_ASSERT_REPORT_EVIL_FH
2888 PERL_CALLCONV void      Perl_report_uninit(pTHX_ const SV *uninit_sv);
2889 #define PERL_ARGS_ASSERT_REPORT_UNINIT
2890 PERL_CALLCONV void      Perl_report_wrongway_fh(pTHX_ const GV *gv, const char have);
2891 #define PERL_ARGS_ASSERT_REPORT_WRONGWAY_FH
2892 PERL_CALLCONV void      Perl_require_pv(pTHX_ const char* pv);
2893 #define PERL_ARGS_ASSERT_REQUIRE_PV     \
2894         assert(pv)
2895 PERL_CALLCONV char*     Perl_rninstr(const char* big, const char* bigend, const char* little, const char* lend)
2896                         __attribute__warn_unused_result__
2897                         __attribute__pure__;
2898 #define PERL_ARGS_ASSERT_RNINSTR        \
2899         assert(big); assert(bigend); assert(little); assert(lend)
2900
2901 PERL_CALLCONV void      Perl_rpeep(pTHX_ OP* o);
2902 #define PERL_ARGS_ASSERT_RPEEP
2903 PERL_CALLCONV Sighandler_t      Perl_rsignal(pTHX_ int i, Sighandler_t t);
2904 #define PERL_ARGS_ASSERT_RSIGNAL
2905 PERL_CALLCONV int       Perl_rsignal_restore(pTHX_ int i, Sigsave_t* t);
2906 #define PERL_ARGS_ASSERT_RSIGNAL_RESTORE
2907 PERL_CALLCONV int       Perl_rsignal_save(pTHX_ int i, Sighandler_t t1, Sigsave_t* save);
2908 #define PERL_ARGS_ASSERT_RSIGNAL_SAVE   \
2909         assert(save)
2910 PERL_CALLCONV Sighandler_t      Perl_rsignal_state(pTHX_ int i);
2911 #define PERL_ARGS_ASSERT_RSIGNAL_STATE
2912 PERL_CALLCONV int       Perl_runops_debug(pTHX);
2913 #define PERL_ARGS_ASSERT_RUNOPS_DEBUG
2914 PERL_CALLCONV int       Perl_runops_standard(pTHX);
2915 #define PERL_ARGS_ASSERT_RUNOPS_STANDARD
2916 PERL_CALLCONV CV*       Perl_rv2cv_op_cv(pTHX_ OP *cvop, U32 flags);
2917 #define PERL_ARGS_ASSERT_RV2CV_OP_CV    \
2918         assert(cvop)
2919 PERL_CALLCONV void      Perl_rxres_save(pTHX_ void **rsp, REGEXP *rx);
2920 #define PERL_ARGS_ASSERT_RXRES_SAVE     \
2921         assert(rsp); assert(rx)
2922 PERL_CALLCONV Malloc_t  Perl_safesyscalloc(MEM_SIZE elements, MEM_SIZE size)
2923                         __attribute__malloc__
2924                         __attribute__warn_unused_result__;
2925 #define PERL_ARGS_ASSERT_SAFESYSCALLOC
2926
2927 PERL_CALLCONV Free_t    Perl_safesysfree(Malloc_t where);
2928 #define PERL_ARGS_ASSERT_SAFESYSFREE
2929 PERL_CALLCONV Malloc_t  Perl_safesysmalloc(MEM_SIZE nbytes)
2930                         __attribute__malloc__
2931                         __attribute__warn_unused_result__;
2932 #define PERL_ARGS_ASSERT_SAFESYSMALLOC
2933
2934 PERL_CALLCONV Malloc_t  Perl_safesysrealloc(Malloc_t where, MEM_SIZE nbytes)
2935                         __attribute__warn_unused_result__;
2936 #define PERL_ARGS_ASSERT_SAFESYSREALLOC
2937
2938 PERL_CALLCONV void      Perl_save_I16(pTHX_ I16* intp);
2939 #define PERL_ARGS_ASSERT_SAVE_I16       \
2940         assert(intp)
2941 PERL_CALLCONV void      Perl_save_I32(pTHX_ I32* intp);
2942 #define PERL_ARGS_ASSERT_SAVE_I32       \
2943         assert(intp)
2944 PERL_CALLCONV void      Perl_save_I8(pTHX_ I8* bytep);
2945 #define PERL_ARGS_ASSERT_SAVE_I8        \
2946         assert(bytep)
2947 PERL_CALLCONV void      Perl_save_adelete(pTHX_ AV *av, SSize_t key);
2948 #define PERL_ARGS_ASSERT_SAVE_ADELETE   \
2949         assert(av)
2950 /* PERL_CALLCONV void   save_aelem(pTHX_ AV* av, SSize_t idx, SV **sptr); */
2951 #define PERL_ARGS_ASSERT_SAVE_AELEM
2952 PERL_CALLCONV void      Perl_save_aelem_flags(pTHX_ AV* av, SSize_t idx, SV **sptr, const U32 flags);
2953 #define PERL_ARGS_ASSERT_SAVE_AELEM_FLAGS       \
2954         assert(av); assert(sptr)
2955 PERL_CALLCONV I32       Perl_save_alloc(pTHX_ I32 size, I32 pad);
2956 #define PERL_ARGS_ASSERT_SAVE_ALLOC
2957 PERL_CALLCONV void      Perl_save_aptr(pTHX_ AV** aptr);
2958 #define PERL_ARGS_ASSERT_SAVE_APTR      \
2959         assert(aptr)
2960 PERL_CALLCONV AV*       Perl_save_ary(pTHX_ GV* gv);
2961 #define PERL_ARGS_ASSERT_SAVE_ARY       \
2962         assert(gv)
2963 PERL_CALLCONV void      Perl_save_bool(pTHX_ bool* boolp);
2964 #define PERL_ARGS_ASSERT_SAVE_BOOL      \
2965         assert(boolp)
2966 PERL_CALLCONV void      Perl_save_clearsv(pTHX_ SV** svp);
2967 #define PERL_ARGS_ASSERT_SAVE_CLEARSV   \
2968         assert(svp)
2969 PERL_CALLCONV void      Perl_save_delete(pTHX_ HV *hv, char *key, I32 klen);
2970 #define PERL_ARGS_ASSERT_SAVE_DELETE    \
2971         assert(hv); assert(key)
2972 PERL_CALLCONV void      Perl_save_destructor(pTHX_ DESTRUCTORFUNC_NOCONTEXT_t f, void* p);
2973 #define PERL_ARGS_ASSERT_SAVE_DESTRUCTOR        \
2974         assert(p)
2975 PERL_CALLCONV void      Perl_save_destructor_x(pTHX_ DESTRUCTORFUNC_t f, void* p);
2976 #define PERL_ARGS_ASSERT_SAVE_DESTRUCTOR_X
2977 #ifndef NO_MATHOMS
2978 PERL_CALLCONV void      Perl_save_freeop(pTHX_ OP* o);
2979 #define PERL_ARGS_ASSERT_SAVE_FREEOP
2980 #endif
2981 #ifndef NO_MATHOMS
2982 PERL_CALLCONV void      Perl_save_freepv(pTHX_ char* pv);
2983 #define PERL_ARGS_ASSERT_SAVE_FREEPV
2984 #endif
2985 #ifndef NO_MATHOMS
2986 PERL_CALLCONV void      Perl_save_freesv(pTHX_ SV* sv);
2987 #define PERL_ARGS_ASSERT_SAVE_FREESV
2988 #endif
2989 PERL_CALLCONV void      Perl_save_generic_pvref(pTHX_ char** str);
2990 #define PERL_ARGS_ASSERT_SAVE_GENERIC_PVREF     \
2991         assert(str)
2992 PERL_CALLCONV void      Perl_save_generic_svref(pTHX_ SV** sptr);
2993 #define PERL_ARGS_ASSERT_SAVE_GENERIC_SVREF     \
2994         assert(sptr)
2995 PERL_CALLCONV void      Perl_save_gp(pTHX_ GV* gv, I32 empty);
2996 #define PERL_ARGS_ASSERT_SAVE_GP        \
2997         assert(gv)
2998 PERL_CALLCONV HV*       Perl_save_hash(pTHX_ GV* gv);
2999 #define PERL_ARGS_ASSERT_SAVE_HASH      \
3000         assert(gv)
3001 PERL_CALLCONV void      Perl_save_hdelete(pTHX_ HV *hv, SV *keysv);
3002 #define PERL_ARGS_ASSERT_SAVE_HDELETE   \
3003         assert(hv); assert(keysv)
3004 /* PERL_CALLCONV void   save_helem(pTHX_ HV *hv, SV *key, SV **sptr); */
3005 #define PERL_ARGS_ASSERT_SAVE_HELEM
3006 PERL_CALLCONV void      Perl_save_helem_flags(pTHX_ HV *hv, SV *key, SV **sptr, const U32 flags);
3007 #define PERL_ARGS_ASSERT_SAVE_HELEM_FLAGS       \
3008         assert(hv); assert(key); assert(sptr)
3009 PERL_CALLCONV void      Perl_save_hints(pTHX);
3010 #define PERL_ARGS_ASSERT_SAVE_HINTS
3011 PERL_CALLCONV void      Perl_save_hptr(pTHX_ HV** hptr);
3012 #define PERL_ARGS_ASSERT_SAVE_HPTR      \
3013         assert(hptr)
3014 PERL_CALLCONV void      Perl_save_int(pTHX_ int* intp);
3015 #define PERL_ARGS_ASSERT_SAVE_INT       \
3016         assert(intp)
3017 PERL_CALLCONV void      Perl_save_item(pTHX_ SV* item);
3018 #define PERL_ARGS_ASSERT_SAVE_ITEM      \
3019         assert(item)
3020 PERL_CALLCONV void      Perl_save_iv(pTHX_ IV *ivp);
3021 #define PERL_ARGS_ASSERT_SAVE_IV        \
3022         assert(ivp)
3023 #ifndef NO_MATHOMS
3024 PERL_CALLCONV void      Perl_save_list(pTHX_ SV** sarg, I32 maxsarg)
3025                         __attribute__deprecated__;
3026 #define PERL_ARGS_ASSERT_SAVE_LIST      \
3027         assert(sarg)
3028 #endif
3029
3030 #ifndef NO_MATHOMS
3031 PERL_CALLCONV void      Perl_save_long(pTHX_ long* longp)
3032                         __attribute__deprecated__;
3033 #define PERL_ARGS_ASSERT_SAVE_LONG      \
3034         assert(longp)
3035 #endif
3036
3037 #ifndef NO_MATHOMS
3038 PERL_CALLCONV void      Perl_save_mortalizesv(pTHX_ SV* sv);
3039 #define PERL_ARGS_ASSERT_SAVE_MORTALIZESV       \
3040         assert(sv)
3041 #endif
3042 #ifndef NO_MATHOMS
3043 PERL_CALLCONV void      Perl_save_nogv(pTHX_ GV* gv)
3044                         __attribute__deprecated__;
3045 #define PERL_ARGS_ASSERT_SAVE_NOGV      \
3046         assert(gv)
3047 #endif
3048
3049 #ifndef NO_MATHOMS
3050 PERL_CALLCONV void      Perl_save_op(pTHX);
3051 #define PERL_ARGS_ASSERT_SAVE_OP
3052 #endif
3053 PERL_CALLCONV void      Perl_save_padsv_and_mortalize(pTHX_ PADOFFSET off);
3054 #define PERL_ARGS_ASSERT_SAVE_PADSV_AND_MORTALIZE
3055 PERL_CALLCONV void      Perl_save_pptr(pTHX_ char** pptr);
3056 #define PERL_ARGS_ASSERT_SAVE_PPTR      \
3057         assert(pptr)
3058 PERL_CALLCONV void      Perl_save_pushi32ptr(pTHX_ const I32 i, void *const ptr, const int type);
3059 #define PERL_ARGS_ASSERT_SAVE_PUSHI32PTR
3060 PERL_CALLCONV void      Perl_save_pushptr(pTHX_ void *const ptr, const int type);
3061 #define PERL_ARGS_ASSERT_SAVE_PUSHPTR
3062 PERL_CALLCONV void      Perl_save_pushptrptr(pTHX_ void *const ptr1, void *const ptr2, const int type);
3063 #define PERL_ARGS_ASSERT_SAVE_PUSHPTRPTR
3064 PERL_CALLCONV void      Perl_save_re_context(pTHX);
3065 #define PERL_ARGS_ASSERT_SAVE_RE_CONTEXT
3066 PERL_CALLCONV SV*       Perl_save_scalar(pTHX_ GV* gv);
3067 #define PERL_ARGS_ASSERT_SAVE_SCALAR    \
3068         assert(gv)
3069 PERL_CALLCONV void      Perl_save_set_svflags(pTHX_ SV *sv, U32 mask, U32 val);
3070 #define PERL_ARGS_ASSERT_SAVE_SET_SVFLAGS       \
3071         assert(sv)
3072 PERL_CALLCONV void      Perl_save_shared_pvref(pTHX_ char** str);
3073 #define PERL_ARGS_ASSERT_SAVE_SHARED_PVREF      \
3074         assert(str)
3075 PERL_CALLCONV void      Perl_save_sptr(pTHX_ SV** sptr);
3076 #define PERL_ARGS_ASSERT_SAVE_SPTR      \
3077         assert(sptr)
3078 PERL_CALLCONV void      Perl_save_strlen(pTHX_ STRLEN* ptr);
3079 #define PERL_ARGS_ASSERT_SAVE_STRLEN    \
3080         assert(ptr)
3081 PERL_CALLCONV SV*       Perl_save_svref(pTHX_ SV** sptr);
3082 #define PERL_ARGS_ASSERT_SAVE_SVREF     \
3083         assert(sptr)
3084 PERL_CALLCONV void      Perl_save_vptr(pTHX_ void *ptr);
3085 #define PERL_ARGS_ASSERT_SAVE_VPTR      \
3086         assert(ptr)
3087 PERL_CALLCONV char*     Perl_savepv(pTHX_ const char* pv)
3088                         __attribute__malloc__
3089                         __attribute__warn_unused_result__;
3090 #define PERL_ARGS_ASSERT_SAVEPV
3091
3092 PERL_CALLCONV char*     Perl_savepvn(pTHX_ const char* pv, Size_t len)
3093                         __attribute__malloc__
3094                         __attribute__warn_unused_result__;
3095 #define PERL_ARGS_ASSERT_SAVEPVN
3096
3097 PERL_CALLCONV char*     Perl_savesharedpv(pTHX_ const char* pv)
3098                         __attribute__malloc__
3099                         __attribute__warn_unused_result__;
3100 #define PERL_ARGS_ASSERT_SAVESHAREDPV
3101
3102 PERL_CALLCONV char*     Perl_savesharedpvn(pTHX_ const char *const pv, const STRLEN len)
3103                         __attribute__malloc__
3104                         __attribute__warn_unused_result__;
3105 #define PERL_ARGS_ASSERT_SAVESHAREDPVN
3106
3107 PERL_CALLCONV char*     Perl_savesharedsvpv(pTHX_ SV *sv)
3108                         __attribute__malloc__
3109                         __attribute__warn_unused_result__;
3110 #define PERL_ARGS_ASSERT_SAVESHAREDSVPV \
3111         assert(sv)
3112
3113 PERL_CALLCONV void      Perl_savestack_grow(pTHX);
3114 #define PERL_ARGS_ASSERT_SAVESTACK_GROW
3115 PERL_CALLCONV void      Perl_savestack_grow_cnt(pTHX_ I32 need);
3116 #define PERL_ARGS_ASSERT_SAVESTACK_GROW_CNT
3117 PERL_CALLCONV char*     Perl_savesvpv(pTHX_ SV* sv)
3118                         __attribute__malloc__
3119                         __attribute__warn_unused_result__;
3120 #define PERL_ARGS_ASSERT_SAVESVPV       \
3121         assert(sv)
3122
3123 PERL_CALLCONV void      Perl_savetmps(pTHX);
3124 #define PERL_ARGS_ASSERT_SAVETMPS
3125 PERL_CALLCONV OP*       Perl_sawparens(pTHX_ OP* o);
3126 #define PERL_ARGS_ASSERT_SAWPARENS
3127 PERL_CALLCONV OP*       Perl_scalar(pTHX_ OP* o);
3128 #define PERL_ARGS_ASSERT_SCALAR
3129 PERL_CALLCONV OP*       Perl_scalarvoid(pTHX_ OP* o);
3130 #define PERL_ARGS_ASSERT_SCALARVOID     \
3131         assert(o)
3132 PERL_CALLCONV NV        Perl_scan_bin(pTHX_ const char* start, STRLEN len, STRLEN* retlen);
3133 #define PERL_ARGS_ASSERT_SCAN_BIN       \
3134         assert(start); assert(retlen)
3135 PERL_CALLCONV NV        Perl_scan_hex(pTHX_ const char* start, STRLEN len, STRLEN* retlen);
3136 #define PERL_ARGS_ASSERT_SCAN_HEX       \
3137         assert(start); assert(retlen)
3138 PERL_CALLCONV char*     Perl_scan_num(pTHX_ const char* s, YYSTYPE *lvalp);
3139 #define PERL_ARGS_ASSERT_SCAN_NUM       \
3140         assert(s); assert(lvalp)
3141 PERL_CALLCONV NV        Perl_scan_oct(pTHX_ const char* start, STRLEN len, STRLEN* retlen);
3142 #define PERL_ARGS_ASSERT_SCAN_OCT       \
3143         assert(start); assert(retlen)
3144 PERL_CALLCONV char*     Perl_scan_str(pTHX_ char *start, int keep_quoted, int keep_delims, int re_reparse, char **delimp)
3145                         __attribute__warn_unused_result__;
3146 #define PERL_ARGS_ASSERT_SCAN_STR       \
3147         assert(start)
3148
3149 PERL_CALLCONV const char*       Perl_scan_version(pTHX_ const char *s, SV *rv, bool qv);
3150 #define PERL_ARGS_ASSERT_SCAN_VERSION   \
3151         assert(s); assert(rv)
3152 PERL_CALLCONV char*     Perl_scan_vstring(pTHX_ const char *s, const char *const e, SV *sv);
3153 #define PERL_ARGS_ASSERT_SCAN_VSTRING   \
3154         assert(s); assert(e); assert(sv)
3155 PERL_CALLCONV char*     Perl_scan_word(pTHX_ char *s, char *dest, STRLEN destlen, int allow_package, STRLEN *slp);
3156 #define PERL_ARGS_ASSERT_SCAN_WORD      \
3157         assert(s); assert(dest); assert(slp)
3158 PERL_CALLCONV U32       Perl_seed(pTHX);
3159 #define PERL_ARGS_ASSERT_SEED
3160 PERL_CALLCONV void      Perl_set_caret_X(pTHX);
3161 #define PERL_ARGS_ASSERT_SET_CARET_X
3162 PERL_CALLCONV void      Perl_set_context(void *t);
3163 #define PERL_ARGS_ASSERT_SET_CONTEXT    \
3164         assert(t)
3165 PERL_CALLCONV void      Perl_set_numeric_standard(pTHX);
3166 #define PERL_ARGS_ASSERT_SET_NUMERIC_STANDARD
3167 PERL_CALLCONV void      Perl_set_numeric_underlying(pTHX);
3168 #define PERL_ARGS_ASSERT_SET_NUMERIC_UNDERLYING
3169 PERL_CALLCONV void      Perl_setdefout(pTHX_ GV* gv);
3170 #define PERL_ARGS_ASSERT_SETDEFOUT      \
3171         assert(gv)
3172 PERL_CALLCONV void      Perl_setfd_cloexec(int fd);
3173 #define PERL_ARGS_ASSERT_SETFD_CLOEXEC
3174 PERL_CALLCONV void      Perl_setfd_cloexec_for_nonsysfd(pTHX_ int fd);
3175 #define PERL_ARGS_ASSERT_SETFD_CLOEXEC_FOR_NONSYSFD
3176 PERL_CALLCONV void      Perl_setfd_cloexec_or_inhexec_by_sysfdness(pTHX_ int fd);
3177 #define PERL_ARGS_ASSERT_SETFD_CLOEXEC_OR_INHEXEC_BY_SYSFDNESS
3178 PERL_CALLCONV void      Perl_setfd_inhexec(int fd);
3179 #define PERL_ARGS_ASSERT_SETFD_INHEXEC
3180 PERL_CALLCONV void      Perl_setfd_inhexec_for_sysfd(pTHX_ int fd);
3181 #define PERL_ARGS_ASSERT_SETFD_INHEXEC_FOR_SYSFD
3182 PERL_CALLCONV HEK*      Perl_share_hek(pTHX_ const char* str, SSize_t len, U32 hash);
3183 #define PERL_ARGS_ASSERT_SHARE_HEK      \
3184         assert(str)
3185 PERL_CALLCONV Signal_t  Perl_sighandler1(int sig);
3186 #define PERL_ARGS_ASSERT_SIGHANDLER1
3187 PERL_CALLCONV Signal_t  Perl_sighandler3(int sig, Siginfo_t *info, void *uap);
3188 #define PERL_ARGS_ASSERT_SIGHANDLER3
3189 PERL_CALLCONV char*     Perl_skipspace_flags(pTHX_ char *s, U32 flags)
3190                         __attribute__warn_unused_result__;
3191 #define PERL_ARGS_ASSERT_SKIPSPACE_FLAGS        \
3192         assert(s)
3193
3194 PERL_CALLCONV void      Perl_sortsv(pTHX_ SV** array, size_t num_elts, SVCOMPARE_t cmp);
3195 #define PERL_ARGS_ASSERT_SORTSV \
3196         assert(cmp)
3197 PERL_CALLCONV void      Perl_sortsv_flags(pTHX_ SV** array, size_t num_elts, SVCOMPARE_t cmp, U32 flags);
3198 #define PERL_ARGS_ASSERT_SORTSV_FLAGS   \
3199         assert(cmp)
3200 PERL_CALLCONV SV**      Perl_stack_grow(pTHX_ SV** sp, SV** p, SSize_t n);
3201 #define PERL_ARGS_ASSERT_STACK_GROW     \
3202         assert(sp); assert(p)
3203 PERL_CALLCONV PerlIO*   Perl_start_glob(pTHX_ SV *tmpglob, IO *io);
3204 #define PERL_ARGS_ASSERT_START_GLOB     \
3205         assert(tmpglob); assert(io)
3206 PERL_CALLCONV I32       Perl_start_subparse(pTHX_ I32 is_format, U32 flags);
3207 #define PERL_ARGS_ASSERT_START_SUBPARSE
3208 PERL_CALLCONV NV        Perl_str_to_version(pTHX_ SV *sv)
3209                         __attribute__warn_unused_result__;
3210 #define PERL_ARGS_ASSERT_STR_TO_VERSION \
3211         assert(sv)
3212
3213 PERL_CALLCONV void      Perl_sub_crush_depth(pTHX_ CV* cv);
3214 #define PERL_ARGS_ASSERT_SUB_CRUSH_DEPTH        \
3215         assert(cv)
3216 #ifndef NO_MATHOMS
3217 PERL_CALLCONV bool      Perl_sv_2bool(pTHX_ SV *const sv);
3218 #define PERL_ARGS_ASSERT_SV_2BOOL       \
3219         assert(sv)
3220 #endif
3221 PERL_CALLCONV bool      Perl_sv_2bool_flags(pTHX_ SV *sv, I32 flags);
3222 #define PERL_ARGS_ASSERT_SV_2BOOL_FLAGS \
3223         assert(sv)
3224 PERL_CALLCONV CV*       Perl_sv_2cv(pTHX_ SV* sv, HV **const st, GV **const gvp, const I32 lref);
3225 #define PERL_ARGS_ASSERT_SV_2CV \
3226         assert(st); assert(gvp)
3227 PERL_CALLCONV IO*       Perl_sv_2io(pTHX_ SV *const sv);
3228 #define PERL_ARGS_ASSERT_SV_2IO \
3229         assert(sv)
3230 #ifndef NO_MATHOMS
3231 PERL_CALLCONV IV        Perl_sv_2iv(pTHX_ SV *sv);
3232 #define PERL_ARGS_ASSERT_SV_2IV \
3233         assert(sv)
3234 #endif
3235 PERL_CALLCONV IV        Perl_sv_2iv_flags(pTHX_ SV *const sv, const I32 flags);
3236 #define PERL_ARGS_ASSERT_SV_2IV_FLAGS   \
3237         assert(sv)
3238 PERL_CALLCONV SV*       Perl_sv_2mortal(pTHX_ SV *const sv);
3239 #define PERL_ARGS_ASSERT_SV_2MORTAL
3240 PERL_CALLCONV SV*       Perl_sv_2num(pTHX_ SV *const sv);
3241 #define PERL_ARGS_ASSERT_SV_2NUM        \
3242         assert(sv)
3243 PERL_CALLCONV NV        Perl_sv_2nv_flags(pTHX_ SV *const sv, const I32 flags);
3244 #define PERL_ARGS_ASSERT_SV_2NV_FLAGS   \
3245         assert(sv)
3246 #ifndef NO_MATHOMS
3247 PERL_CALLCONV char*     Perl_sv_2pv(pTHX_ SV *sv, STRLEN *lp);
3248 #define PERL_ARGS_ASSERT_SV_2PV \
3249         assert(sv)
3250 #endif
3251 PERL_CALLCONV char*     Perl_sv_2pv_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
3252 #define PERL_ARGS_ASSERT_SV_2PV_FLAGS   \
3253         assert(sv)
3254 #ifndef NO_MATHOMS
3255 PERL_CALLCONV char*     Perl_sv_2pv_nolen(pTHX_ SV* sv)
3256                         __attribute__warn_unused_result__;
3257 #define PERL_ARGS_ASSERT_SV_2PV_NOLEN   \
3258         assert(sv)
3259 #endif
3260
3261 #ifndef NO_MATHOMS
3262 PERL_CALLCONV char*     Perl_sv_2pvbyte(pTHX_ SV *sv, STRLEN *const lp);
3263 #define PERL_ARGS_ASSERT_SV_2PVBYTE     \
3264         assert(sv)
3265 #endif
3266 PERL_CALLCONV char*     Perl_sv_2pvbyte_flags(pTHX_ SV *sv, STRLEN *const lp, const U32 flags);
3267 #define PERL_ARGS_ASSERT_SV_2PVBYTE_FLAGS       \
3268         assert(sv)
3269 #ifndef NO_MATHOMS
3270 PERL_CALLCONV char*     Perl_sv_2pvbyte_nolen(pTHX_ SV* sv)
3271                         __attribute__warn_unused_result__;
3272 #define PERL_ARGS_ASSERT_SV_2PVBYTE_NOLEN       \
3273         assert(sv)
3274 #endif
3275
3276 #ifndef NO_MATHOMS
3277 PERL_CALLCONV char*     Perl_sv_2pvutf8(pTHX_ SV *sv, STRLEN *const lp);
3278 #define PERL_ARGS_ASSERT_SV_2PVUTF8     \
3279         assert(sv)
3280 #endif
3281 PERL_CALLCONV char*     Perl_sv_2pvutf8_flags(pTHX_ SV *sv, STRLEN *const lp, const U32 flags);
3282 #define PERL_ARGS_ASSERT_SV_2PVUTF8_FLAGS       \
3283         assert(sv)
3284 #ifndef NO_MATHOMS
3285 PERL_CALLCONV char*     Perl_sv_2pvutf8_nolen(pTHX_ SV* sv)
3286                         __attribute__warn_unused_result__;
3287 #define PERL_ARGS_ASSERT_SV_2PVUTF8_NOLEN       \
3288         assert(sv)
3289 #endif
3290
3291 #ifndef NO_MATHOMS
3292 PERL_CALLCONV UV        Perl_sv_2uv(pTHX_ SV *sv);
3293 #define PERL_ARGS_ASSERT_SV_2UV \
3294         assert(sv)
3295 #endif
3296 PERL_CALLCONV UV        Perl_sv_2uv_flags(pTHX_ SV *const sv, const I32 flags);
3297 #define PERL_ARGS_ASSERT_SV_2UV_FLAGS   \
3298         assert(sv)
3299 PERL_CALLCONV void      Perl_sv_backoff(SV *const sv);
3300 #define PERL_ARGS_ASSERT_SV_BACKOFF     \
3301         assert(sv)
3302 PERL_CALLCONV SV*       Perl_sv_bless(pTHX_ SV *const sv, HV *const stash);
3303 #define PERL_ARGS_ASSERT_SV_BLESS       \
3304         assert(sv); assert(stash)
3305 PERL_CALLCONV bool      Perl_sv_cat_decode(pTHX_ SV* dsv, SV *encoding, SV *ssv, int *offset, char* tstr, int tlen);
3306 #define PERL_ARGS_ASSERT_SV_CAT_DECODE  \
3307         assert(dsv); assert(encoding); assert(ssv); assert(offset); assert(tstr)
3308 PERL_CALLCONV void      Perl_sv_catpv(pTHX_ SV *const sv, const char* ptr);
3309 #define PERL_ARGS_ASSERT_SV_CATPV       \
3310         assert(sv)
3311 PERL_CALLCONV void      Perl_sv_catpv_flags(pTHX_ SV *dstr, const char *sstr, const I32 flags);
3312 #define PERL_ARGS_ASSERT_SV_CATPV_FLAGS \
3313         assert(dstr); assert(sstr)
3314 PERL_CALLCONV void      Perl_sv_catpv_mg(pTHX_ SV *const sv, const char *const ptr);
3315 #define PERL_ARGS_ASSERT_SV_CATPV_MG    \
3316         assert(sv)
3317 PERL_CALLCONV void      Perl_sv_catpvf(pTHX_ SV *const sv, const char *const pat, ...)
3318                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
3319 #define PERL_ARGS_ASSERT_SV_CATPVF      \
3320         assert(sv); assert(pat)
3321
3322 PERL_CALLCONV void      Perl_sv_catpvf_mg(pTHX_ SV *const sv, const char *const pat, ...)
3323                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
3324 #define PERL_ARGS_ASSERT_SV_CATPVF_MG   \
3325         assert(sv); assert(pat)
3326
3327 #ifndef NO_MATHOMS
3328 PERL_CALLCONV void      Perl_sv_catpvn(pTHX_ SV *dsv, const char *sstr, STRLEN len);
3329 #define PERL_ARGS_ASSERT_SV_CATPVN      \
3330         assert(dsv); assert(sstr)
3331 #endif
3332 PERL_CALLCONV void      Perl_sv_catpvn_flags(pTHX_ SV *const dstr, const char *sstr, const STRLEN len, const I32 flags);
3333 #define PERL_ARGS_ASSERT_SV_CATPVN_FLAGS        \
3334         assert(dstr); assert(sstr)
3335 #ifndef NO_MATHOMS
3336 PERL_CALLCONV void      Perl_sv_catpvn_mg(pTHX_ SV *sv, const char *ptr, STRLEN len);
3337 #define PERL_ARGS_ASSERT_SV_CATPVN_MG   \
3338         assert(sv); assert(ptr)
3339 #endif
3340 #ifndef NO_MATHOMS
3341 PERL_CALLCONV void      Perl_sv_catsv(pTHX_ SV *dstr, SV *sstr);
3342 #define PERL_ARGS_ASSERT_SV_CATSV       \
3343         assert(dstr)
3344 #endif
3345 PERL_CALLCONV void      Perl_sv_catsv_flags(pTHX_ SV *const dsv, SV *const ssv, const I32 flags);
3346 #define PERL_ARGS_ASSERT_SV_CATSV_FLAGS \
3347         assert(dsv)
3348 #ifndef NO_MATHOMS
3349 PERL_CALLCONV void      Perl_sv_catsv_mg(pTHX_ SV *dsv, SV *ssv);
3350 #define PERL_ARGS_ASSERT_SV_CATSV_MG    \
3351         assert(dsv)
3352 #endif
3353 PERL_CALLCONV void      Perl_sv_chop(pTHX_ SV *const sv, const char *const ptr);
3354 #define PERL_ARGS_ASSERT_SV_CHOP        \
3355         assert(sv)
3356 PERL_CALLCONV I32       Perl_sv_clean_all(pTHX);
3357 #define PERL_ARGS_ASSERT_SV_CLEAN_ALL
3358 PERL_CALLCONV void      Perl_sv_clean_objs(pTHX);
3359 #define PERL_ARGS_ASSERT_SV_CLEAN_OBJS
3360 PERL_CALLCONV void      Perl_sv_clear(pTHX_ SV *const orig_sv);
3361 #define PERL_ARGS_ASSERT_SV_CLEAR       \
3362         assert(orig_sv)
3363 PERL_CALLCONV I32       Perl_sv_cmp(pTHX_ SV *const sv1, SV *const sv2);
3364 #define PERL_ARGS_ASSERT_SV_CMP
3365 PERL_CALLCONV I32       Perl_sv_cmp_flags(pTHX_ SV *const sv1, SV *const sv2, const U32 flags);
3366 #define PERL_ARGS_ASSERT_SV_CMP_FLAGS
3367 PERL_CALLCONV I32       Perl_sv_cmp_locale(pTHX_ SV *const sv1, SV *const sv2);
3368 #define PERL_ARGS_ASSERT_SV_CMP_LOCALE
3369 PERL_CALLCONV I32       Perl_sv_cmp_locale_flags(pTHX_ SV *const sv1, SV *const sv2, const U32 flags);
3370 #define PERL_ARGS_ASSERT_SV_CMP_LOCALE_FLAGS
3371 #ifndef NO_MATHOMS
3372 PERL_CALLCONV void      Perl_sv_copypv(pTHX_ SV *const dsv, SV *const ssv);
3373 #define PERL_ARGS_ASSERT_SV_COPYPV      \
3374         assert(dsv); assert(ssv)
3375 #endif
3376 PERL_CALLCONV void      Perl_sv_copypv_flags(pTHX_ SV *const dsv, SV *const ssv, const I32 flags);
3377 #define PERL_ARGS_ASSERT_SV_COPYPV_FLAGS        \
3378         assert(dsv); assert(ssv)
3379 /* PERL_CALLCONV void   sv_copypv_nomg(pTHX_ SV *const dsv, SV *const ssv); */
3380 #define PERL_ARGS_ASSERT_SV_COPYPV_NOMG
3381 PERL_CALLCONV void      Perl_sv_dec(pTHX_ SV *const sv);
3382 #define PERL_ARGS_ASSERT_SV_DEC
3383 PERL_CALLCONV void      Perl_sv_dec_nomg(pTHX_ SV *const sv);
3384 #define PERL_ARGS_ASSERT_SV_DEC_NOMG
3385 PERL_CALLCONV void      Perl_sv_del_backref(pTHX_ SV *const tsv, SV *const sv);
3386 #define PERL_ARGS_ASSERT_SV_DEL_BACKREF \
3387         assert(tsv); assert(sv)
3388 PERL_CALLCONV bool      Perl_sv_derived_from(pTHX_ SV* sv, const char *const name)
3389                         __attribute__warn_unused_result__;
3390 #define PERL_ARGS_ASSERT_SV_DERIVED_FROM        \
3391         assert(sv); assert(name)
3392
3393 PERL_CALLCONV bool      Perl_sv_derived_from_pv(pTHX_ SV* sv, const char *const name, U32 flags)
3394                         __attribute__warn_unused_result__;
3395 #define PERL_ARGS_ASSERT_SV_DERIVED_FROM_PV     \
3396         assert(sv); assert(name)
3397
3398 PERL_CALLCONV bool      Perl_sv_derived_from_pvn(pTHX_ SV* sv, const char *const name, const STRLEN len, U32 flags)
3399                         __attribute__warn_unused_result__;
3400 #define PERL_ARGS_ASSERT_SV_DERIVED_FROM_PVN    \
3401         assert(sv); assert(name)
3402
3403 PERL_CALLCONV bool      Perl_sv_derived_from_sv(pTHX_ SV* sv, SV *namesv, U32 flags)
3404                         __attribute__warn_unused_result__;
3405 #define PERL_ARGS_ASSERT_SV_DERIVED_FROM_SV     \
3406         assert(sv); assert(namesv)
3407
3408 PERL_CALLCONV bool      Perl_sv_destroyable(pTHX_ SV *sv);
3409 #define PERL_ARGS_ASSERT_SV_DESTROYABLE
3410 PERL_CALLCONV bool      Perl_sv_does(pTHX_ SV* sv, const char *const name)
3411                         __attribute__warn_unused_result__;
3412 #define PERL_ARGS_ASSERT_SV_DOES        \
3413         assert(sv); assert(name)
3414
3415 PERL_CALLCONV bool      Perl_sv_does_pv(pTHX_ SV* sv, const char *const name, U32 flags)
3416                         __attribute__warn_unused_result__;
3417 #define PERL_ARGS_ASSERT_SV_DOES_PV     \
3418         assert(sv); assert(name)
3419
3420 PERL_CALLCONV bool      Perl_sv_does_pvn(pTHX_ SV* sv, const char *const name, const STRLEN len, U32 flags)
3421                         __attribute__warn_unused_result__;
3422 #define PERL_ARGS_ASSERT_SV_DOES_PVN    \
3423         assert(sv); assert(name)
3424
3425 PERL_CALLCONV bool      Perl_sv_does_sv(pTHX_ SV* sv, SV* namesv, U32 flags)
3426                         __attribute__warn_unused_result__;
3427 #define PERL_ARGS_ASSERT_SV_DOES_SV     \
3428         assert(sv); assert(namesv)
3429
3430 PERL_CALLCONV void      Perl_sv_dump(pTHX_ SV* sv);
3431 #define PERL_ARGS_ASSERT_SV_DUMP
3432 #ifndef NO_MATHOMS
3433 PERL_CALLCONV I32       Perl_sv_eq(pTHX_ SV* sv1, SV* sv2);
3434 #define PERL_ARGS_ASSERT_SV_EQ
3435 #endif
3436 PERL_CALLCONV I32       Perl_sv_eq_flags(pTHX_ SV* sv1, SV* sv2, const U32 flags);
3437 #define PERL_ARGS_ASSERT_SV_EQ_FLAGS
3438 #ifndef NO_MATHOMS
3439 PERL_CALLCONV void      Perl_sv_force_normal(pTHX_ SV *sv);
3440 #define PERL_ARGS_ASSERT_SV_FORCE_NORMAL        \
3441         assert(sv)
3442 #endif
3443 PERL_CALLCONV void      Perl_sv_force_normal_flags(pTHX_ SV *const sv, const U32 flags);
3444 #define PERL_ARGS_ASSERT_SV_FORCE_NORMAL_FLAGS  \
3445         assert(sv)
3446 PERL_CALLCONV void      Perl_sv_free(pTHX_ SV *const sv);
3447 #define PERL_ARGS_ASSERT_SV_FREE
3448 PERL_CALLCONV void      Perl_sv_free2(pTHX_ SV *const sv, const U32 refcnt);
3449 #define PERL_ARGS_ASSERT_SV_FREE2       \
3450         assert(sv)
3451 PERL_CALLCONV void      Perl_sv_free_arenas(pTHX);
3452 #define PERL_ARGS_ASSERT_SV_FREE_ARENAS
3453 PERL_CALLCONV SV*       Perl_sv_get_backrefs(SV *const sv);
3454 #define PERL_ARGS_ASSERT_SV_GET_BACKREFS        \
3455         assert(sv)
3456 PERL_CALLCONV char*     Perl_sv_gets(pTHX_ SV *const sv, PerlIO *const fp, I32 append);
3457 #define PERL_ARGS_ASSERT_SV_GETS        \
3458         assert(sv); assert(fp)
3459 PERL_CALLCONV char*     Perl_sv_grow(pTHX_ SV *const sv, STRLEN newlen);
3460 #define PERL_ARGS_ASSERT_SV_GROW        \
3461         assert(sv)
3462 PERL_CALLCONV void      Perl_sv_inc(pTHX_ SV *const sv);
3463 #define PERL_ARGS_ASSERT_SV_INC
3464 PERL_CALLCONV void      Perl_sv_inc_nomg(pTHX_ SV *const sv);
3465 #define PERL_ARGS_ASSERT_SV_INC_NOMG
3466 #ifndef NO_MATHOMS
3467 PERL_CALLCONV void      Perl_sv_insert(pTHX_ SV *const bigstr, const STRLEN offset, const STRLEN len, const char *const little, const STRLEN littlelen);
3468 #define PERL_ARGS_ASSERT_SV_INSERT      \
3469         assert(bigstr); assert(little)
3470 #endif
3471 PERL_CALLCONV void      Perl_sv_insert_flags(pTHX_ SV *const bigstr, const STRLEN offset, const STRLEN len, const char *little, const STRLEN littlelen, const U32 flags);
3472 #define PERL_ARGS_ASSERT_SV_INSERT_FLAGS        \
3473         assert(bigstr); assert(little)
3474 PERL_CALLCONV int       Perl_sv_isa(pTHX_ SV* sv, const char *const name);
3475 #define PERL_ARGS_ASSERT_SV_ISA \
3476         assert(name)
3477 PERL_CALLCONV bool      Perl_sv_isa_sv(pTHX_ SV* sv, SV* namesv)
3478                         __attribute__warn_unused_result__;
3479 #define PERL_ARGS_ASSERT_SV_ISA_SV      \
3480         assert(sv); assert(namesv)
3481
3482 PERL_CALLCONV int       Perl_sv_isobject(pTHX_ SV* sv);
3483 #define PERL_ARGS_ASSERT_SV_ISOBJECT
3484 #ifndef NO_MATHOMS
3485 PERL_CALLCONV IV        Perl_sv_iv(pTHX_ SV* sv)
3486                         __attribute__deprecated__;
3487 #define PERL_ARGS_ASSERT_SV_IV  \
3488         assert(sv)
3489 #endif
3490
3491 PERL_CALLCONV STRLEN    Perl_sv_len(pTHX_ SV *const sv);
3492 #define PERL_ARGS_ASSERT_SV_LEN
3493 PERL_CALLCONV STRLEN    Perl_sv_len_utf8(pTHX_ SV *const sv);
3494 #define PERL_ARGS_ASSERT_SV_LEN_UTF8
3495 PERL_CALLCONV STRLEN    Perl_sv_len_utf8_nomg(pTHX_ SV *const sv);
3496 #define PERL_ARGS_ASSERT_SV_LEN_UTF8_NOMG       \
3497         assert(sv)
3498 PERL_CALLCONV void      Perl_sv_magic(pTHX_ SV *const sv, SV *const obj, const int how, const char *const name, const I32 namlen);
3499 #define PERL_ARGS_ASSERT_SV_MAGIC       \
3500         assert(sv)
3501 PERL_CALLCONV MAGIC *   Perl_sv_magicext(pTHX_ SV *const sv, SV *const obj, const int how, const MGVTBL *const vtbl, const char *const name, const I32 namlen);
3502 #define PERL_ARGS_ASSERT_SV_MAGICEXT    \
3503         assert(sv)
3504 PERL_CALLCONV MAGIC *   Perl_sv_magicext_mglob(pTHX_ SV *sv);
3505 #define PERL_ARGS_ASSERT_SV_MAGICEXT_MGLOB      \
3506         assert(sv)
3507 #ifndef NO_MATHOMS
3508 PERL_CALLCONV SV*       Perl_sv_mortalcopy(pTHX_ SV *const oldsv)
3509                         __attribute__warn_unused_result__;
3510 #define PERL_ARGS_ASSERT_SV_MORTALCOPY
3511 #endif
3512
3513 PERL_CALLCONV SV*       Perl_sv_mortalcopy_flags(pTHX_ SV *const oldsv, U32 flags)
3514                         __attribute__warn_unused_result__;
3515 #define PERL_ARGS_ASSERT_SV_MORTALCOPY_FLAGS
3516
3517 PERL_CALLCONV SV*       Perl_sv_newmortal(pTHX)
3518                         __attribute__warn_unused_result__;
3519 #define PERL_ARGS_ASSERT_SV_NEWMORTAL
3520
3521 PERL_CALLCONV SV*       Perl_sv_newref(pTHX_ SV *const sv);
3522 #define PERL_ARGS_ASSERT_SV_NEWREF
3523 #ifndef NO_MATHOMS
3524 PERL_CALLCONV void      Perl_sv_nolocking(pTHX_ SV *sv)
3525                         __attribute__deprecated__;
3526 #define PERL_ARGS_ASSERT_SV_NOLOCKING
3527 #endif
3528
3529 PERL_CALLCONV void      Perl_sv_nosharing(pTHX_ SV *sv);
3530 #define PERL_ARGS_ASSERT_SV_NOSHARING
3531 #ifndef NO_MATHOMS
3532 PERL_CALLCONV void      Perl_sv_nounlocking(pTHX_ SV *sv)
3533                         __attribute__deprecated__;
3534 #define PERL_ARGS_ASSERT_SV_NOUNLOCKING
3535 #endif
3536
3537 #ifndef NO_MATHOMS
3538 PERL_CALLCONV NV        Perl_sv_nv(pTHX_ SV* sv)
3539                         __attribute__deprecated__;
3540 #define PERL_ARGS_ASSERT_SV_NV  \
3541         assert(sv)
3542 #endif
3543
3544 #ifndef PERL_NO_INLINE_FUNCTIONS
3545 PERL_STATIC_INLINE bool Perl_sv_only_taint_gmagic(SV *sv);
3546 #define PERL_ARGS_ASSERT_SV_ONLY_TAINT_GMAGIC   \
3547         assert(sv)
3548 #endif
3549 PERL_CALLCONV char*     Perl_sv_peek(pTHX_ SV* sv);
3550 #define PERL_ARGS_ASSERT_SV_PEEK
3551 PERL_CALLCONV void      Perl_sv_pos_b2u(pTHX_ SV *const sv, I32 *const offsetp);
3552 #define PERL_ARGS_ASSERT_SV_POS_B2U     \
3553         assert(offsetp)
3554 PERL_CALLCONV STRLEN    Perl_sv_pos_b2u_flags(pTHX_ SV *const sv, STRLEN const offset, U32 flags);
3555 #define PERL_ARGS_ASSERT_SV_POS_B2U_FLAGS       \
3556         assert(sv)
3557 PERL_CALLCONV void      Perl_sv_pos_u2b(pTHX_ SV *const sv, I32 *const offsetp, I32 *const lenp);
3558 #define PERL_ARGS_ASSERT_SV_POS_U2B     \
3559         assert(offsetp)
3560 PERL_CALLCONV STRLEN    Perl_sv_pos_u2b_flags(pTHX_ SV *const sv, STRLEN uoffset, STRLEN *const lenp, U32 flags);
3561 #define PERL_ARGS_ASSERT_SV_POS_U2B_FLAGS       \
3562         assert(sv)
3563 #ifndef NO_MATHOMS
3564 PERL_CALLCONV char*     Perl_sv_pv(pTHX_ SV *sv)
3565                         __attribute__warn_unused_result__;
3566 #define PERL_ARGS_ASSERT_SV_PV  \
3567         assert(sv)
3568 #endif
3569
3570 #ifndef NO_MATHOMS
3571 PERL_CALLCONV char*     Perl_sv_pvbyte(pTHX_ SV *sv)
3572                         __attribute__warn_unused_result__;
3573 #define PERL_ARGS_ASSERT_SV_PVBYTE      \
3574         assert(sv)
3575 #endif
3576
3577 #ifndef NO_MATHOMS
3578 PERL_CALLCONV char*     Perl_sv_pvbyten(pTHX_ SV *sv, STRLEN *lp)
3579                         __attribute__deprecated__;
3580 #define PERL_ARGS_ASSERT_SV_PVBYTEN     \
3581         assert(sv); assert(lp)
3582 #endif
3583
3584 PERL_CALLCONV char*     Perl_sv_pvbyten_force(pTHX_ SV *const sv, STRLEN *const lp);
3585 #define PERL_ARGS_ASSERT_SV_PVBYTEN_FORCE       \
3586         assert(sv)
3587 #ifndef NO_MATHOMS
3588 PERL_CALLCONV char*     Perl_sv_pvn(pTHX_ SV *sv, STRLEN *lp)
3589                         __attribute__deprecated__;
3590 #define PERL_ARGS_ASSERT_SV_PVN \
3591         assert(sv); assert(lp)
3592 #endif
3593
3594 #ifndef NO_MATHOMS
3595 PERL_CALLCONV char*     Perl_sv_pvn_force(pTHX_ SV* sv, STRLEN* lp);
3596 #define PERL_ARGS_ASSERT_SV_PVN_FORCE   \
3597         assert(sv)
3598 #endif
3599 PERL_CALLCONV char*     Perl_sv_pvn_force_flags(pTHX_ SV *const sv, STRLEN *const lp, const U32 flags);
3600 #define PERL_ARGS_ASSERT_SV_PVN_FORCE_FLAGS     \
3601         assert(sv)
3602 #ifndef NO_MATHOMS
3603 PERL_CALLCONV char*     Perl_sv_pvn_nomg(pTHX_ SV* sv, STRLEN* lp)
3604                         __attribute__deprecated__;
3605 #define PERL_ARGS_ASSERT_SV_PVN_NOMG    \
3606         assert(sv)
3607 #endif
3608
3609 #ifndef NO_MATHOMS
3610 PERL_CALLCONV char*     Perl_sv_pvutf8(pTHX_ SV *sv)
3611                         __attribute__warn_unused_result__;
3612 #define PERL_ARGS_ASSERT_SV_PVUTF8      \
3613         assert(sv)
3614 #endif
3615
3616 #ifndef NO_MATHOMS
3617 PERL_CALLCONV char*     Perl_sv_pvutf8n(pTHX_ SV *sv, STRLEN *lp)
3618                         __attribute__deprecated__;
3619 #define PERL_ARGS_ASSERT_SV_PVUTF8N     \
3620         assert(sv); assert(lp)
3621 #endif
3622
3623 PERL_CALLCONV char*     Perl_sv_pvutf8n_force(pTHX_ SV *const sv, STRLEN *const lp);
3624 #define PERL_ARGS_ASSERT_SV_PVUTF8N_FORCE       \
3625         assert(sv)
3626 PERL_CALLCONV char*     Perl_sv_recode_to_utf8(pTHX_ SV* sv, SV *encoding);
3627 #define PERL_ARGS_ASSERT_SV_RECODE_TO_UTF8      \
3628         assert(sv); assert(encoding)
3629 PERL_CALLCONV SV*       Perl_sv_ref(pTHX_ SV *dst, const SV *const sv, const int ob);
3630 #define PERL_ARGS_ASSERT_SV_REF \
3631         assert(sv)
3632 PERL_CALLCONV const char*       Perl_sv_reftype(pTHX_ const SV *const sv, const int ob)
3633                         __attribute__warn_unused_result__;
3634 #define PERL_ARGS_ASSERT_SV_REFTYPE     \
3635         assert(sv)
3636
3637 PERL_CALLCONV void      Perl_sv_replace(pTHX_ SV *const sv, SV *const nsv);
3638 #define PERL_ARGS_ASSERT_SV_REPLACE     \
3639         assert(sv); assert(nsv)
3640 PERL_CALLCONV void      Perl_sv_report_used(pTHX);
3641 #define PERL_ARGS_ASSERT_SV_REPORT_USED
3642 PERL_CALLCONV void      Perl_sv_reset(pTHX_ const char* s, HV *const stash);
3643 #define PERL_ARGS_ASSERT_SV_RESET       \
3644         assert(s)
3645 PERL_CALLCONV void      Perl_sv_resetpvn(pTHX_ const char* s, STRLEN len, HV *const stash);
3646 #define PERL_ARGS_ASSERT_SV_RESETPVN
3647 PERL_CALLCONV SV*       Perl_sv_rvunweaken(pTHX_ SV *const sv);
3648 #define PERL_ARGS_ASSERT_SV_RVUNWEAKEN  \
3649         assert(sv)
3650 PERL_CALLCONV SV*       Perl_sv_rvweaken(pTHX_ SV *const sv);
3651 #define PERL_ARGS_ASSERT_SV_RVWEAKEN    \
3652         assert(sv)
3653 PERL_CALLCONV void      Perl_sv_set_undef(pTHX_ SV *sv);
3654 #define PERL_ARGS_ASSERT_SV_SET_UNDEF   \
3655         assert(sv)
3656 PERL_CALLCONV void      Perl_sv_sethek(pTHX_ SV *const sv, const HEK *const hek);
3657 #define PERL_ARGS_ASSERT_SV_SETHEK      \
3658         assert(sv)
3659 PERL_CALLCONV void      Perl_sv_setiv(pTHX_ SV *const sv, const IV num);
3660 #define PERL_ARGS_ASSERT_SV_SETIV       \
3661         assert(sv)
3662 PERL_CALLCONV void      Perl_sv_setiv_mg(pTHX_ SV *const sv, const IV i);
3663 #define PERL_ARGS_ASSERT_SV_SETIV_MG    \
3664         assert(sv)
3665 PERL_CALLCONV void      Perl_sv_setnv(pTHX_ SV *const sv, const NV num);
3666 #define PERL_ARGS_ASSERT_SV_SETNV       \
3667         assert(sv)
3668 PERL_CALLCONV void      Perl_sv_setnv_mg(pTHX_ SV *const sv, const NV num);
3669 #define PERL_ARGS_ASSERT_SV_SETNV_MG    \
3670         assert(sv)
3671 PERL_CALLCONV void      Perl_sv_setpv(pTHX_ SV *const sv, const char *const ptr);
3672 #define PERL_ARGS_ASSERT_SV_SETPV       \
3673         assert(sv)
3674 PERL_CALLCONV char  *   Perl_sv_setpv_bufsize(pTHX_ SV *const sv, const STRLEN cur, const STRLEN len);
3675 #define PERL_ARGS_ASSERT_SV_SETPV_BUFSIZE       \
3676         assert(sv)
3677 PERL_CALLCONV void      Perl_sv_setpv_mg(pTHX_ SV *const sv, const char *const ptr);
3678 #define PERL_ARGS_ASSERT_SV_SETPV_MG    \
3679         assert(sv)
3680 PERL_CALLCONV void      Perl_sv_setpvf(pTHX_ SV *const sv, const char *const pat, ...)
3681                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
3682 #define PERL_ARGS_ASSERT_SV_SETPVF      \
3683         assert(sv); assert(pat)
3684
3685 PERL_CALLCONV void      Perl_sv_setpvf_mg(pTHX_ SV *const sv, const char *const pat, ...)
3686                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
3687 #define PERL_ARGS_ASSERT_SV_SETPVF_MG   \
3688         assert(sv); assert(pat)
3689
3690 #ifndef NO_MATHOMS
3691 PERL_CALLCONV void      Perl_sv_setpviv(pTHX_ SV *const sv, const IV num)
3692                         __attribute__deprecated__;
3693 #define PERL_ARGS_ASSERT_SV_SETPVIV     \
3694         assert(sv)
3695 #endif
3696
3697 #ifndef NO_MATHOMS
3698 PERL_CALLCONV void      Perl_sv_setpviv_mg(pTHX_ SV *const sv, const IV iv)
3699                         __attribute__deprecated__;
3700 #define PERL_ARGS_ASSERT_SV_SETPVIV_MG  \
3701         assert(sv)
3702 #endif
3703
3704 PERL_CALLCONV void      Perl_sv_setpvn(pTHX_ SV *const sv, const char *const ptr, const STRLEN len);
3705 #define PERL_ARGS_ASSERT_SV_SETPVN      \
3706         assert(sv)
3707 PERL_CALLCONV void      Perl_sv_setpvn_mg(pTHX_ SV *const sv, const char *const ptr, const STRLEN len);
3708 #define PERL_ARGS_ASSERT_SV_SETPVN_MG   \
3709         assert(sv); assert(ptr)
3710 PERL_CALLCONV SV*       Perl_sv_setref_iv(pTHX_ SV *const rv, const char *const classname, const IV iv);
3711 #define PERL_ARGS_ASSERT_SV_SETREF_IV   \
3712         assert(rv)
3713 PERL_CALLCONV SV*       Perl_sv_setref_nv(pTHX_ SV *const rv, const char *const classname, const NV nv);
3714 #define PERL_ARGS_ASSERT_SV_SETREF_NV   \
3715         assert(rv)
3716 PERL_CALLCONV SV*       Perl_sv_setref_pv(pTHX_ SV *const rv, const char *const classname, void *const pv);
3717 #define PERL_ARGS_ASSERT_SV_SETREF_PV   \
3718         assert(rv)
3719 PERL_CALLCONV SV*       Perl_sv_setref_pvn(pTHX_ SV *const rv, const char *const classname, const char *const pv, const STRLEN n);
3720 #define PERL_ARGS_ASSERT_SV_SETREF_PVN  \
3721         assert(rv); assert(pv)
3722 PERL_CALLCONV SV*       Perl_sv_setref_uv(pTHX_ SV *const rv, const char *const classname, const UV uv);
3723 #define PERL_ARGS_ASSERT_SV_SETREF_UV   \
3724         assert(rv)
3725 #ifndef NO_MATHOMS
3726 PERL_CALLCONV void      Perl_sv_setsv(pTHX_ SV *dstr, SV *sstr);
3727 #define PERL_ARGS_ASSERT_SV_SETSV       \
3728         assert(dstr)
3729 #endif
3730 PERL_CALLCONV void      Perl_sv_setsv_flags(pTHX_ SV *dstr, SV *sstr, const I32 flags);
3731 #define PERL_ARGS_ASSERT_SV_SETSV_FLAGS \
3732         assert(dstr)
3733 PERL_CALLCONV void      Perl_sv_setsv_mg(pTHX_ SV *const dstr, SV *const sstr);
3734 #define PERL_ARGS_ASSERT_SV_SETSV_MG    \
3735         assert(dstr)
3736 PERL_CALLCONV void      Perl_sv_setuv(pTHX_ SV *const sv, const UV num);
3737 #define PERL_ARGS_ASSERT_SV_SETUV       \
3738         assert(sv)
3739 PERL_CALLCONV void      Perl_sv_setuv_mg(pTHX_ SV *const sv, const UV u);
3740 #define PERL_ARGS_ASSERT_SV_SETUV_MG    \
3741         assert(sv)
3742 PERL_CALLCONV SV*       Perl_sv_string_from_errnum(pTHX_ int errnum, SV* tgtsv);
3743 #define PERL_ARGS_ASSERT_SV_STRING_FROM_ERRNUM
3744 #ifndef NO_MATHOMS
3745 PERL_CALLCONV void      Perl_sv_taint(pTHX_ SV* sv);
3746 #define PERL_ARGS_ASSERT_SV_TAINT       \
3747         assert(sv)
3748 #endif
3749 PERL_CALLCONV bool      Perl_sv_tainted(pTHX_ SV *const sv)
3750                         __attribute__warn_unused_result__;
3751 #define PERL_ARGS_ASSERT_SV_TAINTED     \
3752         assert(sv)
3753
3754 PERL_CALLCONV I32       Perl_sv_true(pTHX_ SV *const sv);
3755 #define PERL_ARGS_ASSERT_SV_TRUE
3756 PERL_CALLCONV char*     Perl_sv_uni_display(pTHX_ SV *dsv, SV *ssv, STRLEN pvlim, UV flags)
3757                         __attribute__warn_unused_result__;
3758 #define PERL_ARGS_ASSERT_SV_UNI_DISPLAY \
3759         assert(dsv); assert(ssv)
3760
3761 PERL_CALLCONV int       Perl_sv_unmagic(pTHX_ SV *const sv, const int type);
3762 #define PERL_ARGS_ASSERT_SV_UNMAGIC     \
3763         assert(sv)
3764 PERL_CALLCONV int       Perl_sv_unmagicext(pTHX_ SV *const sv, const int type, MGVTBL *vtbl);
3765 #define PERL_ARGS_ASSERT_SV_UNMAGICEXT  \
3766         assert(sv)
3767 #ifndef NO_MATHOMS
3768 PERL_CALLCONV void      Perl_sv_unref(pTHX_ SV* sv);
3769 #define PERL_ARGS_ASSERT_SV_UNREF       \
3770         assert(sv)
3771 #endif
3772 PERL_CALLCONV void      Perl_sv_unref_flags(pTHX_ SV *const ref, const U32 flags);
3773 #define PERL_ARGS_ASSERT_SV_UNREF_FLAGS \
3774         assert(ref)
3775 PERL_CALLCONV void      Perl_sv_untaint(pTHX_ SV *const sv);
3776 #define PERL_ARGS_ASSERT_SV_UNTAINT     \
3777         assert(sv)
3778 PERL_CALLCONV void      Perl_sv_upgrade(pTHX_ SV *const sv, svtype new_type);
3779 #define PERL_ARGS_ASSERT_SV_UPGRADE     \
3780         assert(sv)
3781 #ifndef NO_MATHOMS
3782 PERL_CALLCONV void      Perl_sv_usepvn(pTHX_ SV* sv, char* ptr, STRLEN len);
3783 #define PERL_ARGS_ASSERT_SV_USEPVN      \
3784         assert(sv)
3785 #endif
3786 PERL_CALLCONV void      Perl_sv_usepvn_flags(pTHX_ SV *const sv, char* ptr, const STRLEN len, const U32 flags);
3787 #define PERL_ARGS_ASSERT_SV_USEPVN_FLAGS        \
3788         assert(sv)
3789 #ifndef NO_MATHOMS
3790 PERL_CALLCONV void      Perl_sv_usepvn_mg(pTHX_ SV *sv, char *ptr, STRLEN len);
3791 #define PERL_ARGS_ASSERT_SV_USEPVN_MG   \
3792         assert(sv)
3793 #endif
3794 PERL_CALLCONV bool      Perl_sv_utf8_decode(pTHX_ SV *const sv);
3795 #define PERL_ARGS_ASSERT_SV_UTF8_DECODE \
3796         assert(sv)
3797 #ifndef NO_MATHOMS
3798 PERL_CALLCONV bool      Perl_sv_utf8_downgrade(pTHX_ SV *const sv, const bool fail_ok);
3799 #define PERL_ARGS_ASSERT_SV_UTF8_DOWNGRADE      \
3800         assert(sv)
3801 #endif
3802 PERL_CALLCONV bool      Perl_sv_utf8_downgrade_flags(pTHX_ SV *const sv, const bool fail_ok, const U32 flags);
3803 #define PERL_ARGS_ASSERT_SV_UTF8_DOWNGRADE_FLAGS        \
3804         assert(sv)
3805 /* PERL_CALLCONV bool   sv_utf8_downgrade_nomg(pTHX_ SV *const sv, const bool fail_ok); */
3806 #define PERL_ARGS_ASSERT_SV_UTF8_DOWNGRADE_NOMG
3807 PERL_CALLCONV void      Perl_sv_utf8_encode(pTHX_ SV *const sv);
3808 #define PERL_ARGS_ASSERT_SV_UTF8_ENCODE \
3809         assert(sv)
3810 #ifndef NO_MATHOMS
3811 PERL_CALLCONV STRLEN    Perl_sv_utf8_upgrade(pTHX_ SV *sv);
3812 #define PERL_ARGS_ASSERT_SV_UTF8_UPGRADE        \
3813         assert(sv)
3814 #endif
3815 /* PERL_CALLCONV STRLEN sv_utf8_upgrade_flags(pTHX_ SV *const sv, const I32 flags); */
3816 #define PERL_ARGS_ASSERT_SV_UTF8_UPGRADE_FLAGS
3817 PERL_CALLCONV STRLEN    Perl_sv_utf8_upgrade_flags_grow(pTHX_ SV *const sv, const I32 flags, STRLEN extra);
3818 #define PERL_ARGS_ASSERT_SV_UTF8_UPGRADE_FLAGS_GROW     \
3819         assert(sv)
3820 /* PERL_CALLCONV STRLEN sv_utf8_upgrade_nomg(pTHX_ SV *sv); */
3821 #define PERL_ARGS_ASSERT_SV_UTF8_UPGRADE_NOMG
3822 #ifndef NO_MATHOMS
3823 PERL_CALLCONV UV        Perl_sv_uv(pTHX_ SV* sv)
3824                         __attribute__deprecated__;
3825 #define PERL_ARGS_ASSERT_SV_UV  \
3826         assert(sv)
3827 #endif
3828
3829 PERL_CALLCONV void      Perl_sv_vcatpvf(pTHX_ SV *const sv, const char *const pat, va_list *const args);
3830 #define PERL_ARGS_ASSERT_SV_VCATPVF     \
3831         assert(sv); assert(pat)
3832 PERL_CALLCONV void      Perl_sv_vcatpvf_mg(pTHX_ SV *const sv, const char *const pat, va_list *const args);
3833 #define PERL_ARGS_ASSERT_SV_VCATPVF_MG  \
3834         assert(sv); assert(pat)
3835 PERL_CALLCONV void      Perl_sv_vcatpvfn(pTHX_ SV *const sv, const char *const pat, const STRLEN patlen, va_list *const args, SV **const svargs, const Size_t sv_count, bool *const maybe_tainted);
3836 #define PERL_ARGS_ASSERT_SV_VCATPVFN    \
3837         assert(sv); assert(pat)
3838 PERL_CALLCONV void      Perl_sv_vcatpvfn_flags(pTHX_ SV *const sv, const char *const pat, const STRLEN patlen, va_list *const args, SV **const svargs, const Size_t sv_count, bool *const maybe_tainted, const U32 flags);
3839 #define PERL_ARGS_ASSERT_SV_VCATPVFN_FLAGS      \
3840         assert(sv); assert(pat)
3841 PERL_CALLCONV void      Perl_sv_vsetpvf(pTHX_ SV *const sv, const char *const pat, va_list *const args);
3842 #define PERL_ARGS_ASSERT_SV_VSETPVF     \
3843         assert(sv); assert(pat)
3844 PERL_CALLCONV void      Perl_sv_vsetpvf_mg(pTHX_ SV *const sv, const char *const pat, va_list *const args);
3845 #define PERL_ARGS_ASSERT_SV_VSETPVF_MG  \
3846         assert(sv); assert(pat)
3847 PERL_CALLCONV void      Perl_sv_vsetpvfn(pTHX_ SV *const sv, const char *const pat, const STRLEN patlen, va_list *const args, SV **const svargs, const Size_t sv_count, bool *const maybe_tainted);
3848 #define PERL_ARGS_ASSERT_SV_VSETPVFN    \
3849         assert(sv); assert(pat)
3850 PERL_CALLCONV void      Perl_switch_to_global_locale(void);
3851 #define PERL_ARGS_ASSERT_SWITCH_TO_GLOBAL_LOCALE
3852 PERL_CALLCONV bool      Perl_sync_locale(void);
3853 #define PERL_ARGS_ASSERT_SYNC_LOCALE
3854 PERL_CALLCONV void      Perl_sys_init(int* argc, char*** argv);
3855 #define PERL_ARGS_ASSERT_SYS_INIT       \
3856         assert(argc); assert(argv)
3857 PERL_CALLCONV void      Perl_sys_init3(int* argc, char*** argv, char*** env);
3858 #define PERL_ARGS_ASSERT_SYS_INIT3      \
3859         assert(argc); assert(argv); assert(env)
3860 PERL_CALLCONV void      Perl_sys_term(void);
3861 #define PERL_ARGS_ASSERT_SYS_TERM
3862 PERL_CALLCONV void      Perl_taint_env(pTHX);
3863 #define PERL_ARGS_ASSERT_TAINT_ENV
3864 PERL_CALLCONV void      Perl_taint_proper(pTHX_ const char* f, const char *const s);
3865 #define PERL_ARGS_ASSERT_TAINT_PROPER   \
3866         assert(s)
3867 PERL_CALLCONV void      Perl_thread_locale_init(void);
3868 #define PERL_ARGS_ASSERT_THREAD_LOCALE_INIT
3869 PERL_CALLCONV void      Perl_thread_locale_term(void);
3870 #define PERL_ARGS_ASSERT_THREAD_LOCALE_TERM
3871 PERL_CALLCONV OP *      Perl_tied_method(pTHX_ SV *methname, SV **sp, SV *const sv, const MAGIC *const mg, const U32 flags, U32 argc, ...);
3872 #define PERL_ARGS_ASSERT_TIED_METHOD    \
3873         assert(methname); assert(sp); assert(sv); assert(mg)
3874 PERL_CALLCONV SSize_t   Perl_tmps_grow_p(pTHX_ SSize_t ix);
3875 #define PERL_ARGS_ASSERT_TMPS_GROW_P
3876 /* PERL_CALLCONV UV     to_uni_fold(pTHX_ UV c, U8 *p, STRLEN *lenp); */
3877 #define PERL_ARGS_ASSERT_TO_UNI_FOLD
3878 PERL_CALLCONV UV        Perl_to_uni_lower(pTHX_ UV c, U8 *p, STRLEN *lenp);
3879 #define PERL_ARGS_ASSERT_TO_UNI_LOWER   \
3880         assert(p); assert(lenp)
3881 PERL_CALLCONV UV        Perl_to_uni_title(pTHX_ UV c, U8 *p, STRLEN *lenp);
3882 #define PERL_ARGS_ASSERT_TO_UNI_TITLE   \
3883         assert(p); assert(lenp)
3884 PERL_CALLCONV UV        Perl_to_uni_upper(pTHX_ UV c, U8 *p, STRLEN *lenp);
3885 #define PERL_ARGS_ASSERT_TO_UNI_UPPER   \
3886         assert(p); assert(lenp)
3887 PERL_CALLCONV bool      Perl_try_amagic_bin(pTHX_ int method, int flags);
3888 #define PERL_ARGS_ASSERT_TRY_AMAGIC_BIN
3889 PERL_CALLCONV bool      Perl_try_amagic_un(pTHX_ int method, int flags);
3890 #define PERL_ARGS_ASSERT_TRY_AMAGIC_UN
3891 #ifndef NO_MATHOMS
3892 PERL_CALLCONV SSize_t   Perl_unpack_str(pTHX_ const char *pat, const char *patend, const char *s, const char *strbeg, const char *strend, char **new_s, I32 ocnt, U32 flags)
3893                         __attribute__deprecated__;
3894 #define PERL_ARGS_ASSERT_UNPACK_STR     \
3895         assert(pat); assert(patend); assert(s); assert(strend)
3896 #endif
3897
3898 PERL_CALLCONV SSize_t   Perl_unpackstring(pTHX_ const char *pat, const char *patend, const char *s, const char *strend, U32 flags);
3899 #define PERL_ARGS_ASSERT_UNPACKSTRING   \
3900         assert(pat); assert(patend); assert(s); assert(strend)
3901 PERL_CALLCONV void      Perl_unshare_hek(pTHX_ HEK* hek);
3902 #define PERL_ARGS_ASSERT_UNSHARE_HEK
3903 PERL_CALLCONV void      Perl_unsharepvn(pTHX_ const char* sv, I32 len, U32 hash);
3904 #define PERL_ARGS_ASSERT_UNSHAREPVN
3905 PERL_CALLCONV SV*       Perl_upg_version(pTHX_ SV *ver, bool qv);
3906 #define PERL_ARGS_ASSERT_UPG_VERSION    \
3907         assert(ver)
3908 PERL_CALLCONV U8*       Perl_utf16_to_utf8(pTHX_ U8* p, U8 *d, Size_t bytelen, Size_t *newlen);
3909 #define PERL_ARGS_ASSERT_UTF16_TO_UTF8  \
3910         assert(p); assert(d); assert(newlen)
3911 PERL_CALLCONV U8*       Perl_utf16_to_utf8_reversed(pTHX_ U8* p, U8 *d, Size_t bytelen, Size_t *newlen);
3912 #define PERL_ARGS_ASSERT_UTF16_TO_UTF8_REVERSED \
3913         assert(p); assert(d); assert(newlen)
3914 #ifndef PERL_NO_INLINE_FUNCTIONS
3915 PERL_STATIC_INLINE IV   Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b)
3916                         __attribute__warn_unused_result__;
3917 #define PERL_ARGS_ASSERT_UTF8_DISTANCE  \
3918         assert(a); assert(b)
3919 #endif
3920
3921 #ifndef PERL_NO_INLINE_FUNCTIONS
3922 PERL_STATIC_INLINE U8*  Perl_utf8_hop(const U8 *s, SSize_t off)
3923                         __attribute__warn_unused_result__;
3924 #define PERL_ARGS_ASSERT_UTF8_HOP       \
3925         assert(s)
3926 #endif
3927
3928 #ifndef PERL_NO_INLINE_FUNCTIONS
3929 PERL_STATIC_INLINE U8*  Perl_utf8_hop_back(const U8 *s, SSize_t off, const U8 *start)
3930                         __attribute__warn_unused_result__;
3931 #define PERL_ARGS_ASSERT_UTF8_HOP_BACK  \
3932         assert(s); assert(start)
3933 #endif
3934
3935 #ifndef PERL_NO_INLINE_FUNCTIONS
3936 PERL_STATIC_INLINE U8*  Perl_utf8_hop_forward(const U8 *s, SSize_t off, const U8 *end)
3937                         __attribute__warn_unused_result__;
3938 #define PERL_ARGS_ASSERT_UTF8_HOP_FORWARD       \
3939         assert(s); assert(end)
3940 #endif
3941
3942 #ifndef PERL_NO_INLINE_FUNCTIONS
3943 PERL_STATIC_INLINE U8*  Perl_utf8_hop_safe(const U8 *s, SSize_t off, const U8 *start, const U8 *end)
3944                         __attribute__warn_unused_result__;
3945 #define PERL_ARGS_ASSERT_UTF8_HOP_SAFE  \
3946         assert(s); assert(start); assert(end)
3947 #endif
3948
3949 PERL_CALLCONV STRLEN    Perl_utf8_length(pTHX_ const U8* s, const U8 *e)
3950                         __attribute__warn_unused_result__;
3951 #define PERL_ARGS_ASSERT_UTF8_LENGTH    \
3952         assert(s); assert(e)
3953
3954 PERL_CALLCONV U8*       Perl_utf8_to_bytes(pTHX_ U8 *s, STRLEN *lenp);
3955 #define PERL_ARGS_ASSERT_UTF8_TO_BYTES  \
3956         assert(s); assert(lenp)
3957 #ifndef NO_MATHOMS
3958 PERL_CALLCONV UV        Perl_utf8_to_uvchr(pTHX_ const U8 *s, STRLEN *retlen)
3959                         __attribute__deprecated__;
3960 #define PERL_ARGS_ASSERT_UTF8_TO_UVCHR  \
3961         assert(s)
3962 #endif
3963
3964 PERL_CALLCONV UV        Perl_utf8_to_uvchr_buf(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen);
3965 #define PERL_ARGS_ASSERT_UTF8_TO_UVCHR_BUF      \
3966         assert(s); assert(send)
3967 #ifndef PERL_NO_INLINE_FUNCTIONS
3968 PERL_STATIC_INLINE UV   Perl_utf8_to_uvchr_buf_helper(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen);
3969 #define PERL_ARGS_ASSERT_UTF8_TO_UVCHR_BUF_HELPER       \
3970         assert(s); assert(send)
3971 #endif
3972 #ifndef NO_MATHOMS
3973 PERL_CALLCONV UV        Perl_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen)
3974                         __attribute__deprecated__;
3975 #define PERL_ARGS_ASSERT_UTF8_TO_UVUNI  \
3976         assert(s)
3977 #endif
3978
3979 PERL_CALLCONV UV        Perl_utf8_to_uvuni_buf(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen)
3980                         __attribute__deprecated__;
3981 #define PERL_ARGS_ASSERT_UTF8_TO_UVUNI_BUF      \
3982         assert(s); assert(send)
3983
3984 PERL_CALLCONV UV        Perl_utf8n_to_uvchr(const U8 *s, STRLEN curlen, STRLEN *retlen, const U32 flags);
3985 #define PERL_ARGS_ASSERT_UTF8N_TO_UVCHR \
3986         assert(s)
3987 PERL_CALLCONV UV        Perl_utf8n_to_uvchr_error(const U8 *s, STRLEN curlen, STRLEN *retlen, const U32 flags, U32 * errors);
3988 #define PERL_ARGS_ASSERT_UTF8N_TO_UVCHR_ERROR   \
3989         assert(s)
3990 #ifndef PERL_NO_INLINE_FUNCTIONS
3991 PERL_STATIC_INLINE UV   Perl_utf8n_to_uvchr_msgs(const U8 *s, STRLEN curlen, STRLEN *retlen, const U32 flags, U32 * errors, AV ** msgs);
3992 #define PERL_ARGS_ASSERT_UTF8N_TO_UVCHR_MSGS    \
3993         assert(s)
3994 #endif
3995 #ifndef NO_MATHOMS
3996 PERL_CALLCONV UV        Perl_utf8n_to_uvuni(pTHX_ const U8 *s, STRLEN curlen, STRLEN *retlen, U32 flags)
3997                         __attribute__deprecated__;
3998 #define PERL_ARGS_ASSERT_UTF8N_TO_UVUNI \
3999         assert(s)
4000 #endif
4001
4002 PERL_CALLCONV void      Perl_utilize(pTHX_ int aver, I32 floor, OP* version, OP* idop, OP* arg);
4003 #define PERL_ARGS_ASSERT_UTILIZE        \
4004         assert(idop)
4005 /* PERL_CALLCONV U8*    uvchr_to_utf8(pTHX_ U8 *d, UV uv); */
4006 #define PERL_ARGS_ASSERT_UVCHR_TO_UTF8
4007 /* PERL_CALLCONV U8*    uvchr_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags); */
4008 #define PERL_ARGS_ASSERT_UVCHR_TO_UTF8_FLAGS
4009 /* PERL_CALLCONV U8*    uvchr_to_utf8_flags_msgs(pTHX_ U8 *d, UV uv, UV flags, HV ** msgs); */
4010 #define PERL_ARGS_ASSERT_UVCHR_TO_UTF8_FLAGS_MSGS
4011 PERL_CALLCONV U8*       Perl_uvoffuni_to_utf8_flags(pTHX_ U8 *d, UV uv, const UV flags);
4012 #define PERL_ARGS_ASSERT_UVOFFUNI_TO_UTF8_FLAGS \
4013         assert(d)
4014 PERL_CALLCONV U8*       Perl_uvoffuni_to_utf8_flags_msgs(pTHX_ U8 *d, UV uv, const UV flags, HV** msgs);
4015 #define PERL_ARGS_ASSERT_UVOFFUNI_TO_UTF8_FLAGS_MSGS    \
4016         assert(d)
4017 PERL_CALLCONV U8*       Perl_uvuni_to_utf8(pTHX_ U8 *d, UV uv);
4018 #define PERL_ARGS_ASSERT_UVUNI_TO_UTF8  \
4019         assert(d)
4020 #ifndef NO_MATHOMS
4021 PERL_CALLCONV U8*       Perl_uvuni_to_utf8_flags(pTHX_ U8 *d, UV uv, UV flags)
4022                         __attribute__deprecated__;
4023 #define PERL_ARGS_ASSERT_UVUNI_TO_UTF8_FLAGS    \
4024         assert(d)
4025 #endif
4026
4027 #ifndef PERL_NO_INLINE_FUNCTIONS
4028 PERL_STATIC_INLINE UV   Perl_valid_utf8_to_uvchr(const U8 *s, STRLEN *retlen)
4029                         __attribute__warn_unused_result__;
4030 #define PERL_ARGS_ASSERT_VALID_UTF8_TO_UVCHR    \
4031         assert(s)
4032 #endif
4033
4034 #ifndef NO_MATHOMS
4035 PERL_CALLCONV UV        Perl_valid_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen)
4036                         __attribute__deprecated__;
4037 #define PERL_ARGS_ASSERT_VALID_UTF8_TO_UVUNI    \
4038         assert(s)
4039 #endif
4040
4041 PERL_CALLCONV bool      Perl_validate_proto(pTHX_ SV *name, SV *proto, bool warn, bool curstash);
4042 #define PERL_ARGS_ASSERT_VALIDATE_PROTO \
4043         assert(name)
4044 PERL_CALLCONV int       Perl_vcmp(pTHX_ SV *lhv, SV *rhv);
4045 #define PERL_ARGS_ASSERT_VCMP   \
4046         assert(lhv); assert(rhv)
4047 PERL_CALLCONV_NO_RET void       Perl_vcroak(pTHX_ const char* pat, va_list* args)
4048                         __attribute__noreturn__;
4049 #define PERL_ARGS_ASSERT_VCROAK
4050
4051 PERL_CALLCONV void      Perl_vdeb(pTHX_ const char* pat, va_list* args);
4052 #define PERL_ARGS_ASSERT_VDEB   \
4053         assert(pat)
4054 PERL_CALLCONV char*     Perl_vform(pTHX_ const char* pat, va_list* args);
4055 #define PERL_ARGS_ASSERT_VFORM  \
4056         assert(pat)
4057 PERL_CALLCONV void      Perl_vivify_defelem(pTHX_ SV* sv);
4058 #define PERL_ARGS_ASSERT_VIVIFY_DEFELEM \
4059         assert(sv)
4060 PERL_CALLCONV SV*       Perl_vivify_ref(pTHX_ SV* sv, U32 to_what)
4061                         __attribute__warn_unused_result__;
4062 #define PERL_ARGS_ASSERT_VIVIFY_REF     \
4063         assert(sv)
4064
4065 PERL_CALLCONV void      Perl_vload_module(pTHX_ U32 flags, SV* name, SV* ver, va_list* args);
4066 #define PERL_ARGS_ASSERT_VLOAD_MODULE   \
4067         assert(name)
4068 PERL_CALLCONV SV*       Perl_vmess(pTHX_ const char* pat, va_list* args);
4069 #define PERL_ARGS_ASSERT_VMESS  \
4070         assert(pat)
4071 PERL_CALLCONV SV*       Perl_vnewSVpvf(pTHX_ const char *const pat, va_list *const args)
4072                         __attribute__warn_unused_result__;
4073 #define PERL_ARGS_ASSERT_VNEWSVPVF      \
4074         assert(pat)
4075
4076 PERL_CALLCONV SV*       Perl_vnormal(pTHX_ SV *vs);
4077 #define PERL_ARGS_ASSERT_VNORMAL        \
4078         assert(vs)
4079 PERL_CALLCONV SV*       Perl_vnumify(pTHX_ SV *vs);
4080 #define PERL_ARGS_ASSERT_VNUMIFY        \
4081         assert(vs)
4082 PERL_CALLCONV SV*       Perl_vstringify(pTHX_ SV *vs);
4083 #define PERL_ARGS_ASSERT_VSTRINGIFY     \
4084         assert(vs)
4085 PERL_CALLCONV SV*       Perl_vverify(pTHX_ SV *vs);
4086 #define PERL_ARGS_ASSERT_VVERIFY        \
4087         assert(vs)
4088 PERL_CALLCONV void      Perl_vwarn(pTHX_ const char* pat, va_list* args);
4089 #define PERL_ARGS_ASSERT_VWARN  \
4090         assert(pat)
4091 PERL_CALLCONV void      Perl_vwarner(pTHX_ U32 err, const char* pat, va_list* args);
4092 #define PERL_ARGS_ASSERT_VWARNER        \
4093         assert(pat)
4094 PERL_CALLCONV I32       Perl_wait4pid(pTHX_ Pid_t pid, int* statusp, int flags);
4095 #define PERL_ARGS_ASSERT_WAIT4PID       \
4096         assert(statusp)
4097 PERL_CALLCONV void      Perl_warn(pTHX_ const char* pat, ...)
4098                         __attribute__format__(__printf__,pTHX_1,pTHX_2);
4099 #define PERL_ARGS_ASSERT_WARN   \
4100         assert(pat)
4101
4102 PERL_CALLCONV void      Perl_warn_sv(pTHX_ SV *baseex);
4103 #define PERL_ARGS_ASSERT_WARN_SV        \
4104         assert(baseex)
4105 PERL_CALLCONV void      Perl_warner(pTHX_ U32 err, const char* pat, ...)
4106                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
4107 #define PERL_ARGS_ASSERT_WARNER \
4108         assert(pat)
4109
4110 PERL_CALLCONV I32       Perl_was_lvalue_sub(pTHX)
4111                         __attribute__warn_unused_result__;
4112 #define PERL_ARGS_ASSERT_WAS_LVALUE_SUB
4113
4114 PERL_CALLCONV void      Perl_watch(pTHX_ char** addr);
4115 #define PERL_ARGS_ASSERT_WATCH  \
4116         assert(addr)
4117 /* PERL_CALLCONV I32    whichsig(pTHX_ const char* sig); */
4118 #define PERL_ARGS_ASSERT_WHICHSIG
4119 PERL_CALLCONV I32       Perl_whichsig_pv(pTHX_ const char* sig);
4120 #define PERL_ARGS_ASSERT_WHICHSIG_PV    \
4121         assert(sig)
4122 PERL_CALLCONV I32       Perl_whichsig_pvn(pTHX_ const char* sig, STRLEN len);
4123 #define PERL_ARGS_ASSERT_WHICHSIG_PVN   \
4124         assert(sig)
4125 PERL_CALLCONV I32       Perl_whichsig_sv(pTHX_ SV* sigsv);
4126 #define PERL_ARGS_ASSERT_WHICHSIG_SV    \
4127         assert(sigsv)
4128 PERL_CALLCONV void      Perl_wrap_keyword_plugin(pTHX_ Perl_keyword_plugin_t new_plugin, Perl_keyword_plugin_t *old_plugin_p);
4129 #define PERL_ARGS_ASSERT_WRAP_KEYWORD_PLUGIN    \
4130         assert(new_plugin); assert(old_plugin_p)
4131 PERL_CALLCONV void      Perl_wrap_op_checker(pTHX_ Optype opcode, Perl_check_t new_checker, Perl_check_t *old_checker_p);
4132 #define PERL_ARGS_ASSERT_WRAP_OP_CHECKER        \
4133         assert(new_checker); assert(old_checker_p)
4134 PERL_CALLCONV void      Perl_write_to_stderr(pTHX_ SV* msv);
4135 #define PERL_ARGS_ASSERT_WRITE_TO_STDERR        \
4136         assert(msv)
4137 PERL_CALLCONV void      Perl_xs_boot_epilog(pTHX_ const I32 ax);
4138 #define PERL_ARGS_ASSERT_XS_BOOT_EPILOG
4139 PERL_CALLCONV I32       Perl_xs_handshake(const U32 key, void * v_my_perl, const char * file, ...);
4140 #define PERL_ARGS_ASSERT_XS_HANDSHAKE   \
4141         assert(v_my_perl); assert(file)
4142 PERL_CALLCONV int       Perl_yyerror(pTHX_ const char *const s);
4143 #define PERL_ARGS_ASSERT_YYERROR        \
4144         assert(s)
4145 PERL_CALLCONV int       Perl_yyerror_pv(pTHX_ const char *const s, U32 flags);
4146 #define PERL_ARGS_ASSERT_YYERROR_PV     \
4147         assert(s)
4148 PERL_CALLCONV int       Perl_yyerror_pvn(pTHX_ const char *const s, STRLEN len, U32 flags);
4149 #define PERL_ARGS_ASSERT_YYERROR_PVN
4150 PERL_CALLCONV int       Perl_yylex(pTHX);
4151 #define PERL_ARGS_ASSERT_YYLEX
4152 PERL_CALLCONV int       Perl_yyparse(pTHX_ int gramtype);
4153 #define PERL_ARGS_ASSERT_YYPARSE
4154 PERL_CALLCONV void      Perl_yyquit(pTHX);
4155 #define PERL_ARGS_ASSERT_YYQUIT
4156 PERL_CALLCONV void      Perl_yyunlex(pTHX);
4157 #define PERL_ARGS_ASSERT_YYUNLEX
4158 #if ! defined(HAS_MEMRCHR) && (defined(PERL_CORE) || defined(PERL_EXT))
4159 #ifndef PERL_NO_INLINE_FUNCTIONS
4160 PERL_STATIC_INLINE void *       S_my_memrchr(const char * s, const char c, const STRLEN len);
4161 #define PERL_ARGS_ASSERT_MY_MEMRCHR     \
4162         assert(s)
4163 #endif
4164 #endif
4165 #if !(!defined(PERL_EXT_RE_BUILD))
4166 #  if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)
4167 PERL_CALLCONV SV*       Perl_get_re_gclass_nonbitmap_data(pTHX_ const regexp *prog, const struct regnode *node, bool doinit, SV **listsvp, SV **lonly_utf8_locale, SV **output_invlist);
4168 #define PERL_ARGS_ASSERT_GET_RE_GCLASS_NONBITMAP_DATA   \
4169         assert(node)
4170 #  endif
4171 #endif
4172 #if !(defined(DEBUGGING))
4173 #  if !defined(NV_PRESERVES_UV)
4174 #    if defined(PERL_IN_SV_C)
4175 STATIC int      S_sv_2iuv_non_preserve(pTHX_ SV *const sv);
4176 #define PERL_ARGS_ASSERT_SV_2IUV_NON_PRESERVE   \
4177         assert(sv)
4178 #    endif
4179 #  endif
4180 #endif
4181 #if !(defined(HAS_NL_LANGINFO) && defined(PERL_LANGINFO_H))
4182 PERL_CALLCONV const char*       Perl_langinfo(const int item);
4183 #define PERL_ARGS_ASSERT_PERL_LANGINFO
4184 #endif
4185 #if !(defined(HAS_NL_LANGINFO))
4186 #  if defined(PERL_IN_LOCALE_C)
4187 STATIC const char*      S_my_nl_langinfo(const int item, bool toggle);
4188 #define PERL_ARGS_ASSERT_MY_NL_LANGINFO
4189 #  endif
4190 #endif
4191 #if !(defined(PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION))
4192 PERL_CALLCONV bool      Perl_do_exec(pTHX_ const char* cmd);
4193 #define PERL_ARGS_ASSERT_DO_EXEC        \
4194         assert(cmd)
4195 #endif
4196 #if !(defined(PERL_USE_3ARG_SIGHANDLER))
4197 PERL_CALLCONV Signal_t  Perl_csighandler(int sig);
4198 #define PERL_ARGS_ASSERT_CSIGHANDLER
4199 PERL_CALLCONV Signal_t  Perl_sighandler(int sig);
4200 #define PERL_ARGS_ASSERT_SIGHANDLER
4201 #endif
4202 #if !(defined(_MSC_VER))
4203 PERL_CALLCONV_NO_RET int        Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg)
4204                         __attribute__noreturn__;
4205 #define PERL_ARGS_ASSERT_MAGIC_REGDATUM_SET     \
4206         assert(sv); assert(mg)
4207
4208 #endif
4209 #if !defined(EBCDIC)
4210 #ifndef PERL_NO_INLINE_FUNCTIONS
4211 PERL_STATIC_INLINE unsigned int Perl_variant_byte_number(PERL_UINTMAX_T word)
4212                         __attribute__warn_unused_result__;
4213 #define PERL_ARGS_ASSERT_VARIANT_BYTE_NUMBER
4214 #endif
4215
4216 #endif
4217 #if !defined(HAS_GETENV_LEN)
4218 PERL_CALLCONV char*     Perl_getenv_len(pTHX_ const char *env_elem, unsigned long *len);
4219 #define PERL_ARGS_ASSERT_GETENV_LEN     \
4220         assert(env_elem); assert(len)
4221 #endif
4222 #if !defined(HAS_MKDIR) || !defined(HAS_RMDIR)
4223 #  if defined(PERL_IN_PP_SYS_C)
4224 STATIC int      S_dooneliner(pTHX_ const char *cmd, const char *filename)
4225                         __attribute__warn_unused_result__;
4226 #define PERL_ARGS_ASSERT_DOONELINER     \
4227         assert(cmd); assert(filename)
4228
4229 #  endif
4230 #endif
4231 #if !defined(HAS_MKOSTEMP)
4232 PERL_CALLCONV int       Perl_my_mkostemp(char *templte, int flags);
4233 #define PERL_ARGS_ASSERT_MY_MKOSTEMP    \
4234         assert(templte)
4235 #endif
4236 #if !defined(HAS_MKSTEMP)
4237 PERL_CALLCONV int       Perl_my_mkstemp(char *templte);
4238 #define PERL_ARGS_ASSERT_MY_MKSTEMP     \
4239         assert(templte)
4240 #endif
4241 #if !defined(HAS_RENAME)
4242 PERL_CALLCONV I32       Perl_same_dirent(pTHX_ const char* a, const char* b);
4243 #define PERL_ARGS_ASSERT_SAME_DIRENT    \
4244         assert(a); assert(b)
4245 #endif
4246 #if !defined(HAS_SIGNBIT)
4247 PERL_CALLCONV int       Perl_signbit(NV f)
4248                         __attribute__warn_unused_result__
4249                         __attribute__pure__;
4250 #define PERL_ARGS_ASSERT_PERL_SIGNBIT
4251
4252 #endif
4253 #if !defined(HAS_STRLCAT)
4254 PERL_CALLCONV Size_t    Perl_my_strlcat(char *dst, const char *src, Size_t size);
4255 #define PERL_ARGS_ASSERT_MY_STRLCAT
4256 #endif
4257 #if !defined(HAS_STRLCPY)
4258 PERL_CALLCONV Size_t    Perl_my_strlcpy(char *dst, const char *src, Size_t size);
4259 #define PERL_ARGS_ASSERT_MY_STRLCPY
4260 #endif
4261 #if !defined(HAS_STRNLEN)
4262 #ifndef PERL_NO_INLINE_FUNCTIONS
4263 PERL_STATIC_INLINE Size_t       Perl_my_strnlen(const char *str, Size_t maxlen);
4264 #define PERL_ARGS_ASSERT_MY_STRNLEN     \
4265         assert(str)
4266 #endif
4267 #endif
4268 #if !defined(HAS_TRUNCATE) && !defined(HAS_CHSIZE) && defined(F_FREESP)
4269 PERL_CALLCONV I32       Perl_my_chsize(pTHX_ int fd, Off_t length)
4270                         __attribute__warn_unused_result__;
4271 #define PERL_ARGS_ASSERT_MY_CHSIZE
4272
4273 #endif
4274 #if !defined(NV_PRESERVES_UV)
4275 #  if defined(DEBUGGING)
4276 #    if defined(PERL_IN_SV_C)
4277 STATIC int      S_sv_2iuv_non_preserve(pTHX_ SV *const sv, I32 numtype);
4278 #define PERL_ARGS_ASSERT_SV_2IUV_NON_PRESERVE   \
4279         assert(sv)
4280 #    endif
4281 #  endif
4282 #endif
4283 #if !defined(PERL_DISABLE_PMC)
4284 #  if defined(PERL_IN_PP_CTL_C)
4285 STATIC PerlIO * S_doopen_pm(pTHX_ SV *name)
4286                         __attribute__warn_unused_result__;
4287 #define PERL_ARGS_ASSERT_DOOPEN_PM      \
4288         assert(name)
4289
4290 #  endif
4291 #endif
4292 #if !defined(PERL_EXT_RE_BUILD)
4293 #  if defined(PERL_IN_REGCOMP_C)
4294 STATIC void     S__append_range_to_invlist(pTHX_ SV* const invlist, const UV start, const UV end);
4295 #define PERL_ARGS_ASSERT__APPEND_RANGE_TO_INVLIST       \
4296         assert(invlist)
4297 #ifndef PERL_NO_INLINE_FUNCTIONS
4298 PERL_STATIC_INLINE UV*  S__invlist_array_init(SV* const invlist, const bool will_have_0)
4299                         __attribute__warn_unused_result__;
4300 #define PERL_ARGS_ASSERT__INVLIST_ARRAY_INIT    \
4301         assert(invlist)
4302 #endif
4303
4304 #ifndef PERL_NO_INLINE_FUNCTIONS
4305 PERL_STATIC_INLINE IV*  S_get_invlist_previous_index_addr(SV* invlist)
4306                         __attribute__warn_unused_result__;
4307 #define PERL_ARGS_ASSERT_GET_INVLIST_PREVIOUS_INDEX_ADDR        \
4308         assert(invlist)
4309 #endif
4310
4311 STATIC void     S_initialize_invlist_guts(pTHX_ SV* invlist, const Size_t initial_size);
4312 #define PERL_ARGS_ASSERT_INITIALIZE_INVLIST_GUTS        \
4313         assert(invlist)
4314 #ifndef PERL_NO_INLINE_FUNCTIONS
4315 PERL_STATIC_INLINE void S_invlist_clear(pTHX_ SV* invlist);
4316 #define PERL_ARGS_ASSERT_INVLIST_CLEAR  \
4317         assert(invlist)
4318 #endif
4319 #ifndef PERL_NO_INLINE_FUNCTIONS
4320 PERL_STATIC_INLINE UV   S_invlist_max(SV* const invlist)
4321                         __attribute__warn_unused_result__;
4322 #define PERL_ARGS_ASSERT_INVLIST_MAX    \
4323         assert(invlist)
4324 #endif
4325
4326 #ifndef PERL_NO_INLINE_FUNCTIONS
4327 PERL_STATIC_INLINE IV   S_invlist_previous_index(SV* const invlist)
4328                         __attribute__warn_unused_result__;
4329 #define PERL_ARGS_ASSERT_INVLIST_PREVIOUS_INDEX \
4330         assert(invlist)
4331 #endif
4332
4333 STATIC void     S_invlist_replace_list_destroys_src(pTHX_ SV *dest, SV *src);
4334 #define PERL_ARGS_ASSERT_INVLIST_REPLACE_LIST_DESTROYS_SRC      \
4335         assert(dest); assert(src)
4336 #ifndef PERL_NO_INLINE_FUNCTIONS
4337 PERL_STATIC_INLINE void S_invlist_set_previous_index(SV* const invlist, const IV index);
4338 #define PERL_ARGS_ASSERT_INVLIST_SET_PREVIOUS_INDEX     \
4339         assert(invlist)
4340 #endif
4341 #ifndef PERL_NO_INLINE_FUNCTIONS
4342 PERL_STATIC_INLINE void S_invlist_trim(SV* invlist);
4343 #define PERL_ARGS_ASSERT_INVLIST_TRIM   \
4344         assert(invlist)
4345 #endif
4346 #  endif
4347 #  if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)
4348 PERL_CALLCONV SV*       Perl_get_regclass_nonbitmap_data(pTHX_ const regexp *prog, const struct regnode *node, bool doinit, SV **listsvp, SV **lonly_utf8_locale, SV **output_invlist);
4349 #define PERL_ARGS_ASSERT_GET_REGCLASS_NONBITMAP_DATA    \
4350         assert(node)
4351 #  endif
4352 #endif
4353 #if !defined(PERL_IMPLICIT_SYS)
4354 PERL_CALLCONV I32       Perl_my_pclose(pTHX_ PerlIO* ptr);
4355 #define PERL_ARGS_ASSERT_MY_PCLOSE
4356 PERL_CALLCONV PerlIO*   Perl_my_popen(pTHX_ const char* cmd, const char* mode);
4357 #define PERL_ARGS_ASSERT_MY_POPEN       \
4358         assert(cmd); assert(mode)
4359 #endif
4360 #if !defined(PERL_IS_MINIPERL)
4361 #  if defined(PERL_IN_PERL_C)
4362 STATIC SV *     S_incpush_if_exists(pTHX_ AV *const av, SV *dir, SV *const stem);
4363 #define PERL_ARGS_ASSERT_INCPUSH_IF_EXISTS      \
4364         assert(av); assert(dir); assert(stem)
4365 #  endif
4366 #endif
4367 #if !defined(PERL_NO_INLINE_FUNCTIONS)
4368 #ifndef PERL_NO_INLINE_FUNCTIONS
4369 PERL_STATIC_INLINE void Perl_cx_popblock(pTHX_ PERL_CONTEXT *cx);
4370 #define PERL_ARGS_ASSERT_CX_POPBLOCK    \
4371         assert(cx)
4372 #endif
4373 #ifndef PERL_NO_INLINE_FUNCTIONS
4374 PERL_STATIC_INLINE void Perl_cx_popeval(pTHX_ PERL_CONTEXT *cx);
4375 #define PERL_ARGS_ASSERT_CX_POPEVAL     \
4376         assert(cx)
4377 #endif
4378 #ifndef PERL_NO_INLINE_FUNCTIONS
4379 PERL_STATIC_INLINE void Perl_cx_popformat(pTHX_ PERL_CONTEXT *cx);
4380 #define PERL_ARGS_ASSERT_CX_POPFORMAT   \
4381         assert(cx)
4382 #endif
4383 #ifndef PERL_NO_INLINE_FUNCTIONS
4384 PERL_STATIC_INLINE void Perl_cx_popgiven(pTHX_ PERL_CONTEXT *cx);
4385 #define PERL_ARGS_ASSERT_CX_POPGIVEN    \
4386         assert(cx)
4387 #endif
4388 #ifndef PERL_NO_INLINE_FUNCTIONS
4389 PERL_STATIC_INLINE void Perl_cx_poploop(pTHX_ PERL_CONTEXT *cx);
4390 #define PERL_ARGS_ASSERT_CX_POPLOOP     \
4391         assert(cx)
4392 #endif
4393 #ifndef PERL_NO_INLINE_FUNCTIONS
4394 PERL_STATIC_INLINE void Perl_cx_popsub(pTHX_ PERL_CONTEXT *cx);
4395 #define PERL_ARGS_ASSERT_CX_POPSUB      \
4396         assert(cx)
4397 #endif
4398 #ifndef PERL_NO_INLINE_FUNCTIONS
4399 PERL_STATIC_INLINE void Perl_cx_popsub_args(pTHX_ PERL_CONTEXT *cx);
4400 #define PERL_ARGS_ASSERT_CX_POPSUB_ARGS \
4401         assert(cx)
4402 #endif
4403 #ifndef PERL_NO_INLINE_FUNCTIONS
4404 PERL_STATIC_INLINE void Perl_cx_popsub_common(pTHX_ PERL_CONTEXT *cx);
4405 #define PERL_ARGS_ASSERT_CX_POPSUB_COMMON       \
4406         assert(cx)
4407 #endif
4408 #ifndef PERL_NO_INLINE_FUNCTIONS
4409 PERL_STATIC_INLINE void Perl_cx_popwhen(pTHX_ PERL_CONTEXT *cx);
4410 #define PERL_ARGS_ASSERT_CX_POPWHEN     \
4411         assert(cx)
4412 #endif
4413 #ifndef PERL_NO_INLINE_FUNCTIONS
4414 PERL_STATIC_INLINE PERL_CONTEXT *       Perl_cx_pushblock(pTHX_ U8 type, U8 gimme, SV** sp, I32 saveix);
4415 #define PERL_ARGS_ASSERT_CX_PUSHBLOCK   \
4416         assert(sp)
4417 #endif
4418 #ifndef PERL_NO_INLINE_FUNCTIONS
4419 PERL_STATIC_INLINE void Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv);
4420 #define PERL_ARGS_ASSERT_CX_PUSHEVAL    \
4421         assert(cx)
4422 #endif
4423 #ifndef PERL_NO_INLINE_FUNCTIONS
4424 PERL_STATIC_INLINE void Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv);
4425 #define PERL_ARGS_ASSERT_CX_PUSHFORMAT  \
4426         assert(cx); assert(cv)
4427 #endif
4428 #ifndef PERL_NO_INLINE_FUNCTIONS
4429 PERL_STATIC_INLINE void Perl_cx_pushgiven(pTHX_ PERL_CONTEXT *cx, SV *orig_defsv);
4430 #define PERL_ARGS_ASSERT_CX_PUSHGIVEN   \
4431         assert(cx)
4432 #endif
4433 #ifndef PERL_NO_INLINE_FUNCTIONS
4434 PERL_STATIC_INLINE void Perl_cx_pushloop_for(pTHX_ PERL_CONTEXT *cx, void *itervarp, SV *itersave);
4435 #define PERL_ARGS_ASSERT_CX_PUSHLOOP_FOR        \
4436         assert(cx); assert(itervarp)
4437 #endif
4438 #ifndef PERL_NO_INLINE_FUNCTIONS
4439 PERL_STATIC_INLINE void Perl_cx_pushloop_plain(pTHX_ PERL_CONTEXT *cx);
4440 #define PERL_ARGS_ASSERT_CX_PUSHLOOP_PLAIN      \
4441         assert(cx)
4442 #endif
4443 #ifndef PERL_NO_INLINE_FUNCTIONS
4444 PERL_STATIC_INLINE void Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs);
4445 #define PERL_ARGS_ASSERT_CX_PUSHSUB     \
4446         assert(cx); assert(cv)
4447 #endif
4448 #ifndef PERL_NO_INLINE_FUNCTIONS
4449 PERL_STATIC_INLINE void Perl_cx_pushwhen(pTHX_ PERL_CONTEXT *cx);
4450 #define PERL_ARGS_ASSERT_CX_PUSHWHEN    \
4451         assert(cx)
4452 #endif
4453 #ifndef PERL_NO_INLINE_FUNCTIONS
4454 PERL_STATIC_INLINE void Perl_cx_topblock(pTHX_ PERL_CONTEXT *cx);
4455 #define PERL_ARGS_ASSERT_CX_TOPBLOCK    \
4456         assert(cx)
4457 #endif
4458 #ifndef PERL_NO_INLINE_FUNCTIONS
4459 PERL_STATIC_INLINE U8   Perl_gimme_V(pTHX);
4460 #define PERL_ARGS_ASSERT_GIMME_V
4461 #endif
4462 #endif
4463 #if !defined(PERL_NO_UTF16_FILTER)
4464 #  if defined(PERL_IN_TOKE_C)
4465 STATIC U8*      S_add_utf16_textfilter(pTHX_ U8 *const s, bool reversed);
4466 #define PERL_ARGS_ASSERT_ADD_UTF16_TEXTFILTER   \
4467         assert(s)
4468 STATIC I32      S_utf16_textfilter(pTHX_ int idx, SV *sv, int maxlen);
4469 #define PERL_ARGS_ASSERT_UTF16_TEXTFILTER       \
4470         assert(sv)
4471 #  endif
4472 #endif
4473 #if !defined(SETUID_SCRIPTS_ARE_SECURE_NOW)
4474 #  if defined(PERL_IN_PERL_C)
4475 STATIC void     S_validate_suid(pTHX_ PerlIO *rsfp);
4476 #define PERL_ARGS_ASSERT_VALIDATE_SUID  \
4477         assert(rsfp)
4478 #  endif
4479 #endif
4480 #if !defined(UV_IS_QUAD)
4481 #  if defined(PERL_IN_UTF8_C)
4482 STATIC int      S_is_utf8_cp_above_31_bits(const U8 * const s, const U8 * const e, const bool consider_overlongs)
4483                         __attribute__warn_unused_result__;
4484 #define PERL_ARGS_ASSERT_IS_UTF8_CP_ABOVE_31_BITS       \
4485         assert(s); assert(e)
4486
4487 #  endif
4488 #endif
4489 #if !defined(WIN32)
4490 PERL_CALLCONV bool      Perl_do_exec3(pTHX_ const char *incmd, int fd, int do_report);
4491 #define PERL_ARGS_ASSERT_DO_EXEC3       \
4492         assert(incmd)
4493 #endif
4494 #if 0   /* Not currently used, but may be needed in the future */
4495 #  if defined(PERL_IN_UTF8_C)
4496 STATIC void     S_warn_on_first_deprecated_use(pTHX_ const char * const name, const char * const alternative, const bool use_locale, const char * const file, const unsigned line);
4497 #define PERL_ARGS_ASSERT_WARN_ON_FIRST_DEPRECATED_USE   \
4498         assert(name); assert(alternative); assert(file)
4499 #  endif
4500 #endif
4501 #if defined (HAS_SOCKETPAIR) ||     (defined (HAS_SOCKET) && defined(SOCK_DGRAM) &&     defined(AF_INET) && defined(PF_INET))
4502 PERL_CALLCONV int       Perl_PerlSock_socketpair_cloexec(pTHX_ int domain, int type, int protocol, int *pairfd)
4503                         __attribute__warn_unused_result__;
4504 #define PERL_ARGS_ASSERT_PERLSOCK_SOCKETPAIR_CLOEXEC    \
4505         assert(pairfd)
4506
4507 #endif
4508 #if defined(DEBUGGING)
4509 PERL_CALLCONV int       Perl_get_debug_opts(pTHX_ const char **s, bool givehelp)
4510                         __attribute__warn_unused_result__;
4511 #define PERL_ARGS_ASSERT_GET_DEBUG_OPTS \
4512         assert(s)
4513
4514 PERL_CALLCONV void      Perl_hv_assert(pTHX_ HV *hv);
4515 #define PERL_ARGS_ASSERT_HV_ASSERT      \
4516         assert(hv)
4517 PERL_CALLCONV void      Perl_pad_setsv(pTHX_ PADOFFSET po, SV* sv);
4518 #define PERL_ARGS_ASSERT_PAD_SETSV      \
4519         assert(sv)
4520 PERL_CALLCONV SV*       Perl_pad_sv(pTHX_ PADOFFSET po);
4521 #define PERL_ARGS_ASSERT_PAD_SV
4522 PERL_CALLCONV void      Perl_set_padlist(CV * cv, PADLIST * padlist);
4523 #define PERL_ARGS_ASSERT_SET_PADLIST    \
4524         assert(cv)
4525 #  if defined(PERL_IN_LOCALE_C)
4526 #    if defined(USE_LOCALE)
4527 STATIC void     S_print_bytes_for_locale(pTHX_ const char * const s, const char * const e, const bool is_utf8);
4528 #define PERL_ARGS_ASSERT_PRINT_BYTES_FOR_LOCALE \
4529         assert(s); assert(e)
4530 STATIC void     S_print_collxfrm_input_and_return(pTHX_ const char * const s, const char * const e, const STRLEN * const xlen, const bool is_utf8);
4531 #define PERL_ARGS_ASSERT_PRINT_COLLXFRM_INPUT_AND_RETURN        \
4532         assert(s); assert(e)
4533 STATIC char *   S_setlocale_debug_string(const int category, const char* const locale, const char* const retval)
4534                         __attribute__warn_unused_result__;
4535 #define PERL_ARGS_ASSERT_SETLOCALE_DEBUG_STRING
4536
4537 #    endif
4538 #  endif
4539 #  if defined(PERL_IN_PAD_C)
4540 STATIC void     S_cv_dump(pTHX_ const CV *cv, const char *title);
4541 #define PERL_ARGS_ASSERT_CV_DUMP        \
4542         assert(cv); assert(title)
4543 #  endif
4544 #  if defined(PERL_IN_REGCOMP_C)
4545 STATIC void     S_dump_trie(pTHX_ const struct _reg_trie_data *trie, HV* widecharmap, AV *revcharmap, U32 depth);
4546 #define PERL_ARGS_ASSERT_DUMP_TRIE      \
4547         assert(trie); assert(revcharmap)
4548 STATIC void     S_dump_trie_interim_list(pTHX_ const struct _reg_trie_data *trie, HV* widecharmap, AV *revcharmap, U32 next_alloc, U32 depth);
4549 #define PERL_ARGS_ASSERT_DUMP_TRIE_INTERIM_LIST \
4550         assert(trie); assert(revcharmap)
4551 STATIC void     S_dump_trie_interim_table(pTHX_ const struct _reg_trie_data *trie, HV* widecharmap, AV *revcharmap, U32 next_alloc, U32 depth);
4552 #define PERL_ARGS_ASSERT_DUMP_TRIE_INTERIM_TABLE        \
4553         assert(trie); assert(revcharmap)
4554 STATIC const regnode*   S_dumpuntil(pTHX_ const regexp *r, const regnode *start, const regnode *node, const regnode *last, const regnode *plast, SV* sv, I32 indent, U32 depth);
4555 #define PERL_ARGS_ASSERT_DUMPUNTIL      \
4556         assert(r); assert(start); assert(node); assert(sv)
4557 STATIC bool     S_put_charclass_bitmap_innards(pTHX_ SV* sv, char* bitmap, SV* nonbitmap_invlist, SV* only_utf8_locale_invlist, const regnode * const node, const U8 flags, const bool force_as_is_display);
4558 #define PERL_ARGS_ASSERT_PUT_CHARCLASS_BITMAP_INNARDS   \
4559         assert(sv)
4560 STATIC SV*      S_put_charclass_bitmap_innards_common(pTHX_ SV* invlist, SV* posixes, SV* only_utf8, SV* not_utf8, SV* only_utf8_locale, const bool invert);
4561 #define PERL_ARGS_ASSERT_PUT_CHARCLASS_BITMAP_INNARDS_COMMON    \
4562         assert(invlist)
4563 STATIC void     S_put_charclass_bitmap_innards_invlist(pTHX_ SV *sv, SV* invlist);
4564 #define PERL_ARGS_ASSERT_PUT_CHARCLASS_BITMAP_INNARDS_INVLIST   \
4565         assert(sv); assert(invlist)
4566 STATIC void     S_put_code_point(pTHX_ SV* sv, UV c);
4567 #define PERL_ARGS_ASSERT_PUT_CODE_POINT \
4568         assert(sv)
4569 STATIC void     S_put_range(pTHX_ SV* sv, UV start, const UV end, const bool allow_literals);
4570 #define PERL_ARGS_ASSERT_PUT_RANGE      \
4571         assert(sv)
4572 PERL_CALLCONV int       Perl_re_indentf(pTHX_ const char *fmt, U32 depth, ...);
4573 #define PERL_ARGS_ASSERT_RE_INDENTF     \
4574         assert(fmt)
4575 STATIC void     S_regdump_extflags(pTHX_ const char *lead, const U32 flags);
4576 #define PERL_ARGS_ASSERT_REGDUMP_EXTFLAGS
4577 STATIC void     S_regdump_intflags(pTHX_ const char *lead, const U32 flags);
4578 #define PERL_ARGS_ASSERT_REGDUMP_INTFLAGS
4579 STATIC bool     S_regtail_study(pTHX_ RExC_state_t *pRExC_state, regnode_offset p, const regnode_offset val, U32 depth)
4580                         __attribute__warn_unused_result__;
4581 #define PERL_ARGS_ASSERT_REGTAIL_STUDY  \
4582         assert(pRExC_state); assert(p); assert(val)
4583
4584 #  endif
4585 #  if defined(PERL_IN_REGEXEC_C)
4586 STATIC void     S_debug_start_match(pTHX_ const REGEXP *prog, const bool do_utf8, const char *start, const char *end, const char *blurb);
4587 #define PERL_ARGS_ASSERT_DEBUG_START_MATCH      \
4588         assert(prog); assert(start); assert(end); assert(blurb)
4589 STATIC void     S_dump_exec_pos(pTHX_ const char *locinput, const regnode *scan, const char *loc_regeol, const char *loc_bostr, const char *loc_reg_starttry, const bool do_utf8, const U32 depth);
4590 #define PERL_ARGS_ASSERT_DUMP_EXEC_POS  \
4591         assert(locinput); assert(scan); assert(loc_regeol); assert(loc_bostr); assert(loc_reg_starttry)
4592 PERL_CALLCONV int       Perl_re_exec_indentf(pTHX_ const char *fmt, U32 depth, ...);
4593 #define PERL_ARGS_ASSERT_RE_EXEC_INDENTF        \
4594         assert(fmt)
4595 #  endif
4596 #  if defined(PERL_IN_SV_C)
4597 STATIC void     S_del_sv(pTHX_ SV *p);
4598 #define PERL_ARGS_ASSERT_DEL_SV \
4599         assert(p)
4600 #  endif
4601 #  if defined(PERL_IN_TOKE_C)
4602 STATIC void     S_printbuf(pTHX_ const char *const fmt, const char *const s)
4603                         __attribute__format__(__printf__,pTHX_1,0);
4604 #define PERL_ARGS_ASSERT_PRINTBUF       \
4605         assert(fmt); assert(s)
4606
4607 STATIC int      S_tokereport(pTHX_ I32 rv, const YYSTYPE* lvalp);
4608 #define PERL_ARGS_ASSERT_TOKEREPORT     \
4609         assert(lvalp)
4610 #  endif
4611 #endif
4612 #if defined(DEBUGGING) && defined(ENABLE_REGEX_SETS_DEBUGGING)
4613 #  if defined(PERL_IN_REGCOMP_C)
4614 STATIC void     S_dump_regex_sets_structures(pTHX_ RExC_state_t *pRExC_state, AV * stack, const IV fence, AV * fence_stack);
4615 #define PERL_ARGS_ASSERT_DUMP_REGEX_SETS_STRUCTURES     \
4616         assert(pRExC_state); assert(stack); assert(fence_stack)
4617 #  endif
4618 #endif
4619 #if defined(DEBUG_LEAKING_SCALARS_FORK_DUMP)
4620 PERL_CALLCONV void      Perl_dump_sv_child(pTHX_ SV *sv);
4621 #define PERL_ARGS_ASSERT_DUMP_SV_CHILD  \
4622         assert(sv)
4623 #endif
4624 #if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)
4625 PERL_CALLCONV I32       Perl_do_ipcctl(pTHX_ I32 optype, SV** mark, SV** sp);
4626 #define PERL_ARGS_ASSERT_DO_IPCCTL      \
4627         assert(mark); assert(sp)
4628 PERL_CALLCONV I32       Perl_do_ipcget(pTHX_ I32 optype, SV** mark, SV** sp);
4629 #define PERL_ARGS_ASSERT_DO_IPCGET      \
4630         assert(mark); assert(sp)
4631 PERL_CALLCONV I32       Perl_do_msgrcv(pTHX_ SV** mark, SV** sp);
4632 #define PERL_ARGS_ASSERT_DO_MSGRCV      \
4633         assert(mark); assert(sp)
4634 PERL_CALLCONV I32       Perl_do_msgsnd(pTHX_ SV** mark, SV** sp);
4635 #define PERL_ARGS_ASSERT_DO_MSGSND      \
4636         assert(mark); assert(sp)
4637 PERL_CALLCONV I32       Perl_do_semop(pTHX_ SV** mark, SV** sp);
4638 #define PERL_ARGS_ASSERT_DO_SEMOP       \
4639         assert(mark); assert(sp)
4640 PERL_CALLCONV I32       Perl_do_shmio(pTHX_ I32 optype, SV** mark, SV** sp);
4641 #define PERL_ARGS_ASSERT_DO_SHMIO       \
4642         assert(mark); assert(sp)
4643 #endif
4644 #if defined(HAS_NL_LANGINFO)
4645 #  if defined(PERL_IN_LOCALE_C)
4646 STATIC const char*      S_my_nl_langinfo(const nl_item item, bool toggle);
4647 #define PERL_ARGS_ASSERT_MY_NL_LANGINFO
4648 #  endif
4649 #endif
4650 #if defined(HAS_NL_LANGINFO) && defined(PERL_LANGINFO_H)
4651 PERL_CALLCONV const char*       Perl_langinfo(const nl_item item);
4652 #define PERL_ARGS_ASSERT_PERL_LANGINFO
4653 #endif
4654 #if defined(HAS_PIPE)
4655 PERL_CALLCONV int       Perl_PerlProc_pipe_cloexec(pTHX_ int *pipefd)
4656                         __attribute__warn_unused_result__;
4657 #define PERL_ARGS_ASSERT_PERLPROC_PIPE_CLOEXEC  \
4658         assert(pipefd)
4659
4660 #endif
4661 #if defined(HAS_SOCKET)
4662 PERL_CALLCONV int       Perl_PerlSock_accept_cloexec(pTHX_ int listenfd, struct sockaddr *addr, Sock_size_t *addrlen)
4663                         __attribute__warn_unused_result__;
4664 #define PERL_ARGS_ASSERT_PERLSOCK_ACCEPT_CLOEXEC
4665
4666 PERL_CALLCONV int       Perl_PerlSock_socket_cloexec(pTHX_ int domain, int type, int protocol)
4667                         __attribute__warn_unused_result__;
4668 #define PERL_ARGS_ASSERT_PERLSOCK_SOCKET_CLOEXEC
4669
4670 #endif
4671 #if defined(HAVE_INTERP_INTERN)
4672 PERL_CALLCONV void      Perl_sys_intern_clear(pTHX);
4673 #define PERL_ARGS_ASSERT_SYS_INTERN_CLEAR
4674 PERL_CALLCONV void      Perl_sys_intern_init(pTHX);
4675 #define PERL_ARGS_ASSERT_SYS_INTERN_INIT
4676 #  if defined(USE_ITHREADS)
4677 PERL_CALLCONV void      Perl_sys_intern_dup(pTHX_ struct interp_intern* src, struct interp_intern* dst);
4678 #define PERL_ARGS_ASSERT_SYS_INTERN_DUP \
4679         assert(src); assert(dst)
4680 #  endif
4681 #endif
4682 #if defined(MYMALLOC)
4683 PERL_CALLCONV void      Perl_dump_mstats(pTHX_ const char* s);
4684 #define PERL_ARGS_ASSERT_DUMP_MSTATS    \
4685         assert(s)
4686 PERL_CALLCONV int       Perl_get_mstats(pTHX_ perl_mstats_t *buf, int buflen, int level);
4687 #define PERL_ARGS_ASSERT_GET_MSTATS     \
4688         assert(buf)
4689 PERL_CALLCONV MEM_SIZE  Perl_malloc_good_size(size_t nbytes)
4690                         __attribute__warn_unused_result__;
4691 #define PERL_ARGS_ASSERT_MALLOC_GOOD_SIZE
4692
4693 PERL_CALLCONV MEM_SIZE  Perl_malloced_size(void *p)
4694                         __attribute__warn_unused_result__;
4695 #define PERL_ARGS_ASSERT_MALLOCED_SIZE  \
4696         assert(p)
4697
4698 #endif
4699 #if defined(PERL_ANY_COW)
4700 PERL_CALLCONV SV*       Perl_sv_setsv_cow(pTHX_ SV* dstr, SV* sstr);
4701 #define PERL_ARGS_ASSERT_SV_SETSV_COW   \
4702         assert(sstr)
4703 #endif
4704 #if defined(PERL_CORE)
4705 PERL_CALLCONV void      Perl_opslab_force_free(pTHX_ OPSLAB *slab);
4706 #define PERL_ARGS_ASSERT_OPSLAB_FORCE_FREE      \
4707         assert(slab)
4708 PERL_CALLCONV void      Perl_opslab_free(pTHX_ OPSLAB *slab);
4709 #define PERL_ARGS_ASSERT_OPSLAB_FREE    \
4710         assert(slab)
4711 PERL_CALLCONV void      Perl_opslab_free_nopad(pTHX_ OPSLAB *slab);
4712 #define PERL_ARGS_ASSERT_OPSLAB_FREE_NOPAD      \
4713         assert(slab)
4714 PERL_CALLCONV void      Perl_parser_free_nexttoke_ops(pTHX_ yy_parser *parser, OPSLAB *slab);
4715 #define PERL_ARGS_ASSERT_PARSER_FREE_NEXTTOKE_OPS       \
4716         assert(parser); assert(slab)
4717 #ifndef PERL_NO_INLINE_FUNCTIONS
4718 PERL_STATIC_INLINE bool S_should_warn_nl(const char *pv)
4719                         __attribute__warn_unused_result__;
4720 #define PERL_ARGS_ASSERT_SHOULD_WARN_NL \
4721         assert(pv)
4722 #endif
4723
4724 #  if defined(PERL_DEBUG_READONLY_OPS)
4725 PERL_CALLCONV void      Perl_Slab_to_ro(pTHX_ OPSLAB *slab);
4726 #define PERL_ARGS_ASSERT_SLAB_TO_RO     \
4727         assert(slab)
4728 PERL_CALLCONV void      Perl_Slab_to_rw(pTHX_ OPSLAB *const slab);
4729 #define PERL_ARGS_ASSERT_SLAB_TO_RW     \
4730         assert(slab)
4731 #  endif
4732 #endif
4733 #if defined(PERL_CORE) || defined (PERL_EXT)
4734 #ifndef PERL_NO_INLINE_FUNCTIONS
4735 PERL_STATIC_INLINE bool Perl_is_utf8_non_invariant_string(const U8* const s, STRLEN len)
4736                         __attribute__warn_unused_result__;
4737 #define PERL_ARGS_ASSERT_IS_UTF8_NON_INVARIANT_STRING   \
4738         assert(s)
4739 #endif
4740
4741 #ifndef PERL_NO_INLINE_FUNCTIONS
4742 PERL_STATIC_INLINE STRLEN       S_sv_or_pv_pos_u2b(pTHX_ SV *sv, const char *pv, STRLEN pos, STRLEN *lenp);
4743 #define PERL_ARGS_ASSERT_SV_OR_PV_POS_U2B       \
4744         assert(sv); assert(pv)
4745 #endif
4746 #endif
4747 #if defined(PERL_CORE) || defined(PERL_EXT)
4748 PERL_CALLCONV bool      Perl_isSCRIPT_RUN(pTHX_ const U8 *s, const U8 *send, const bool utf8_target)
4749                         __attribute__warn_unused_result__;
4750 #define PERL_ARGS_ASSERT_ISSCRIPT_RUN   \
4751         assert(s); assert(send)
4752
4753 #ifndef PERL_NO_INLINE_FUNCTIONS
4754 PERL_STATIC_INLINE Size_t       S_variant_under_utf8_count(const U8* const s, const U8* const e)
4755                         __attribute__warn_unused_result__;
4756 #define PERL_ARGS_ASSERT_VARIANT_UNDER_UTF8_COUNT       \
4757         assert(s); assert(e)
4758 #endif
4759
4760 #endif
4761 #if defined(PERL_CR_FILTER)
4762 #  if defined(PERL_IN_TOKE_C)
4763 STATIC I32      S_cr_textfilter(pTHX_ int idx, SV *sv, int maxlen);
4764 #define PERL_ARGS_ASSERT_CR_TEXTFILTER
4765 STATIC void     S_strip_return(pTHX_ SV *sv);
4766 #define PERL_ARGS_ASSERT_STRIP_RETURN   \
4767         assert(sv)
4768 #  endif
4769 #endif
4770 #if defined(PERL_DEBUG_READONLY_COW)
4771 PERL_CALLCONV void      Perl_sv_buf_to_ro(pTHX_ SV *sv);
4772 #define PERL_ARGS_ASSERT_SV_BUF_TO_RO   \
4773         assert(sv)
4774 #  if defined(PERL_IN_SV_C)
4775 STATIC void     S_sv_buf_to_rw(pTHX_ SV *sv);
4776 #define PERL_ARGS_ASSERT_SV_BUF_TO_RW   \
4777         assert(sv)
4778 #  endif
4779 #endif
4780 #if defined(PERL_DEBUG_READONLY_OPS)
4781 PERL_CALLCONV PADOFFSET Perl_op_refcnt_dec(pTHX_ OP *o);
4782 #define PERL_ARGS_ASSERT_OP_REFCNT_DEC  \
4783         assert(o)
4784 PERL_CALLCONV OP *      Perl_op_refcnt_inc(pTHX_ OP *o);
4785 #define PERL_ARGS_ASSERT_OP_REFCNT_INC
4786 #endif
4787 #if defined(PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION)
4788 PERL_CALLCONV bool      Perl_do_exec(pTHX_ const char* cmd);
4789 #define PERL_ARGS_ASSERT_DO_EXEC        \
4790         assert(cmd)
4791 #endif
4792 #if defined(PERL_DONT_CREATE_GVSV)
4793 #ifndef NO_MATHOMS
4794 PERL_CALLCONV GV*       Perl_gv_SVadd(pTHX_ GV *gv);
4795 #define PERL_ARGS_ASSERT_GV_SVADD
4796 #endif
4797 #endif
4798 #if defined(PERL_IMPLICIT_CONTEXT)
4799 PERL_CALLCONV_NO_RET void       Perl_croak_nocontext(const char* pat, ...)
4800                         __attribute__noreturn__
4801                         __attribute__format__null_ok__(__printf__,1,2);
4802 #define PERL_ARGS_ASSERT_CROAK_NOCONTEXT
4803
4804 PERL_CALLCONV void      Perl_deb_nocontext(const char* pat, ...)
4805                         __attribute__format__(__printf__,1,2);
4806 #define PERL_ARGS_ASSERT_DEB_NOCONTEXT  \
4807         assert(pat)
4808
4809 PERL_CALLCONV_NO_RET OP*        Perl_die_nocontext(const char* pat, ...)
4810                         __attribute__noreturn__
4811                         __attribute__format__null_ok__(__printf__,1,2);
4812 #define PERL_ARGS_ASSERT_DIE_NOCONTEXT
4813
4814 PERL_CALLCONV char*     Perl_form_nocontext(const char* pat, ...)
4815                         __attribute__format__(__printf__,1,2);
4816 #define PERL_ARGS_ASSERT_FORM_NOCONTEXT \
4817         assert(pat)
4818
4819 #ifndef NO_MATHOMS
4820 PERL_CALLCONV int       Perl_fprintf_nocontext(PerlIO *stream, const char *format, ...)
4821                         __attribute__deprecated__
4822                         __attribute__format__(__printf__,2,3);
4823 #define PERL_ARGS_ASSERT_FPRINTF_NOCONTEXT      \
4824         assert(stream); assert(format)
4825 #endif
4826
4827 PERL_CALLCONV void      Perl_load_module_nocontext(U32 flags, SV* name, SV* ver, ...);
4828 #define PERL_ARGS_ASSERT_LOAD_MODULE_NOCONTEXT  \
4829         assert(name)
4830 PERL_CALLCONV SV*       Perl_mess_nocontext(const char* pat, ...)
4831                         __attribute__format__(__printf__,1,2);
4832 #define PERL_ARGS_ASSERT_MESS_NOCONTEXT \
4833         assert(pat)
4834
4835 PERL_CALLCONV void*     Perl_my_cxt_init(pTHX_ int *indexp, size_t size);
4836 #define PERL_ARGS_ASSERT_MY_CXT_INIT    \
4837         assert(indexp)
4838 PERL_CALLCONV SV*       Perl_newSVpvf_nocontext(const char *const pat, ...)
4839                         __attribute__format__(__printf__,1,2);
4840 #define PERL_ARGS_ASSERT_NEWSVPVF_NOCONTEXT     \
4841         assert(pat)
4842
4843 #ifndef NO_MATHOMS
4844 PERL_CALLCONV int       Perl_printf_nocontext(const char *format, ...)
4845                         __attribute__deprecated__
4846                         __attribute__format__(__printf__,1,2);
4847 #define PERL_ARGS_ASSERT_PRINTF_NOCONTEXT       \
4848         assert(format)
4849 #endif
4850
4851 PERL_CALLCONV void      Perl_sv_catpvf_mg_nocontext(SV *const sv, const char *const pat, ...)
4852                         __attribute__format__(__printf__,2,3);
4853 #define PERL_ARGS_ASSERT_SV_CATPVF_MG_NOCONTEXT \
4854         assert(sv); assert(pat)
4855
4856 PERL_CALLCONV void      Perl_sv_catpvf_nocontext(SV *const sv, const char *const pat, ...)
4857                         __attribute__format__(__printf__,2,3);
4858 #define PERL_ARGS_ASSERT_SV_CATPVF_NOCONTEXT    \
4859         assert(sv); assert(pat)
4860
4861 PERL_CALLCONV void      Perl_sv_setpvf_mg_nocontext(SV *const sv, const char *const pat, ...)
4862                         __attribute__format__(__printf__,2,3);
4863 #define PERL_ARGS_ASSERT_SV_SETPVF_MG_NOCONTEXT \
4864         assert(sv); assert(pat)
4865
4866 PERL_CALLCONV void      Perl_sv_setpvf_nocontext(SV *const sv, const char *const pat, ...)
4867                         __attribute__format__(__printf__,2,3);
4868 #define PERL_ARGS_ASSERT_SV_SETPVF_NOCONTEXT    \
4869         assert(sv); assert(pat)
4870
4871 PERL_CALLCONV void      Perl_warn_nocontext(const char* pat, ...)
4872                         __attribute__format__(__printf__,1,2);
4873 #define PERL_ARGS_ASSERT_WARN_NOCONTEXT \
4874         assert(pat)
4875
4876 PERL_CALLCONV void      Perl_warner_nocontext(U32 err, const char* pat, ...)
4877                         __attribute__format__(__printf__,2,3);
4878 #define PERL_ARGS_ASSERT_WARNER_NOCONTEXT       \
4879         assert(pat)
4880
4881 #endif
4882 #if defined(PERL_IMPLICIT_SYS)
4883 PERL_CALLCONV PerlInterpreter*  perl_alloc_using(struct IPerlMem *ipM, struct IPerlMem *ipMS, struct IPerlMem *ipMP, struct IPerlEnv *ipE, struct IPerlStdIO *ipStd, struct IPerlLIO *ipLIO, struct IPerlDir *ipD, struct IPerlSock *ipS, struct IPerlProc *ipP);
4884 #define PERL_ARGS_ASSERT_PERL_ALLOC_USING       \
4885         assert(ipM); assert(ipMS); assert(ipMP); assert(ipE); assert(ipStd); assert(ipLIO); assert(ipD); assert(ipS); assert(ipP)
4886 #  if defined(USE_ITHREADS)
4887 PERL_CALLCONV PerlInterpreter*  perl_clone_using(PerlInterpreter *proto_perl, UV flags, struct IPerlMem* ipM, struct IPerlMem* ipMS, struct IPerlMem* ipMP, struct IPerlEnv* ipE, struct IPerlStdIO* ipStd, struct IPerlLIO* ipLIO, struct IPerlDir* ipD, struct IPerlSock* ipS, struct IPerlProc* ipP);
4888 #define PERL_ARGS_ASSERT_PERL_CLONE_USING       \
4889         assert(proto_perl); assert(ipM); assert(ipMS); assert(ipMP); assert(ipE); assert(ipStd); assert(ipLIO); assert(ipD); assert(ipS); assert(ipP)
4890 #  endif
4891 #endif
4892 #if defined(PERL_IN_AV_C)
4893 STATIC MAGIC*   S_get_aux_mg(pTHX_ AV *av);
4894 #define PERL_ARGS_ASSERT_GET_AUX_MG     \
4895         assert(av)
4896 #endif
4897 #if defined(PERL_IN_DEB_C)
4898 STATIC void     S_deb_stack_n(pTHX_ SV** stack_base, I32 stack_min, I32 stack_max, I32 mark_min, I32 mark_max);
4899 #define PERL_ARGS_ASSERT_DEB_STACK_N    \
4900         assert(stack_base)
4901 #endif
4902 #if defined(PERL_IN_DOIO_C)
4903 STATIC bool     S_argvout_final(pTHX_ MAGIC *mg, IO *io, bool not_implicit);
4904 #define PERL_ARGS_ASSERT_ARGVOUT_FINAL  \
4905         assert(mg); assert(io)
4906 STATIC void     S_exec_failed(pTHX_ const char *cmd, int fd, int do_report);
4907 #define PERL_ARGS_ASSERT_EXEC_FAILED    \
4908         assert(cmd)
4909 STATIC bool     S_ingroup(pTHX_ Gid_t testgid, bool effective)
4910                         __attribute__warn_unused_result__;
4911 #define PERL_ARGS_ASSERT_INGROUP
4912
4913 STATIC bool     S_openn_cleanup(pTHX_ GV *gv, IO *io, PerlIO *fp, char *mode, const char *oname, PerlIO *saveifp, PerlIO *saveofp, int savefd, char savetype, int writing, bool was_fdopen, const char *type, Stat_t *statbufp);
4914 #define PERL_ARGS_ASSERT_OPENN_CLEANUP  \
4915         assert(gv); assert(io); assert(mode); assert(oname)
4916 STATIC IO *     S_openn_setup(pTHX_ GV *gv, char *mode, PerlIO **saveifp, PerlIO **saveofp, int *savefd, char *savetype);
4917 #define PERL_ARGS_ASSERT_OPENN_SETUP    \
4918         assert(gv); assert(mode); assert(saveifp); assert(saveofp); assert(savefd); assert(savetype)
4919 #endif
4920 #if defined(PERL_IN_DOOP_C)
4921 STATIC Size_t   S_do_trans_complex(pTHX_ SV * const sv, const OPtrans_map * const tbl)
4922                         __attribute__warn_unused_result__;
4923 #define PERL_ARGS_ASSERT_DO_TRANS_COMPLEX       \
4924         assert(sv); assert(tbl)
4925
4926 STATIC Size_t   S_do_trans_count(pTHX_ SV * const sv, const OPtrans_map * const tbl)
4927                         __attribute__warn_unused_result__;
4928 #define PERL_ARGS_ASSERT_DO_TRANS_COUNT \
4929         assert(sv); assert(tbl)
4930
4931 STATIC Size_t   S_do_trans_count_invmap(pTHX_ SV * const sv, AV * const map)
4932                         __attribute__warn_unused_result__;
4933 #define PERL_ARGS_ASSERT_DO_TRANS_COUNT_INVMAP  \
4934         assert(sv); assert(map)
4935
4936 STATIC Size_t   S_do_trans_invmap(pTHX_ SV * const sv, AV * const map)
4937                         __attribute__warn_unused_result__;
4938 #define PERL_ARGS_ASSERT_DO_TRANS_INVMAP        \
4939         assert(sv); assert(map)
4940
4941 STATIC Size_t   S_do_trans_simple(pTHX_ SV * const sv, const OPtrans_map * const tbl)
4942                         __attribute__warn_unused_result__;
4943 #define PERL_ARGS_ASSERT_DO_TRANS_SIMPLE        \
4944         assert(sv); assert(tbl)
4945
4946 #endif
4947 #if defined(PERL_IN_DUMP_C)
4948 STATIC CV*      S_deb_curcv(pTHX_ I32 ix);
4949 #define PERL_ARGS_ASSERT_DEB_CURCV
4950 STATIC void     S_debprof(pTHX_ const OP *o);
4951 #define PERL_ARGS_ASSERT_DEBPROF        \
4952         assert(o)
4953 STATIC SV*      S_pm_description(pTHX_ const PMOP *pm);
4954 #define PERL_ARGS_ASSERT_PM_DESCRIPTION \
4955         assert(pm)
4956 STATIC UV       S_sequence_num(pTHX_ const OP *o);
4957 #define PERL_ARGS_ASSERT_SEQUENCE_NUM
4958 #endif
4959 #if defined(PERL_IN_DUMP_C) || defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C) || defined(PERL_IN_SCOPE_C)
4960 PERL_CALLCONV void      Perl_hv_kill_backrefs(pTHX_ HV *hv);
4961 #define PERL_ARGS_ASSERT_HV_KILL_BACKREFS       \
4962         assert(hv)
4963 #endif
4964 #if defined(PERL_IN_GV_C)
4965 STATIC bool     S_find_default_stash(pTHX_ HV **stash, const char *name, STRLEN len, const U32 is_utf8, const I32 add, const svtype sv_type);
4966 #define PERL_ARGS_ASSERT_FIND_DEFAULT_STASH     \
4967         assert(stash); assert(name)
4968 #ifndef PERL_NO_INLINE_FUNCTIONS
4969 PERL_STATIC_INLINE GV*  S_gv_fetchmeth_internal(pTHX_ HV* stash, SV* meth, const char* name, STRLEN len, I32 level, U32 flags);
4970 #define PERL_ARGS_ASSERT_GV_FETCHMETH_INTERNAL
4971 #endif
4972 STATIC void     S_gv_init_svtype(pTHX_ GV *gv, const svtype sv_type);
4973 #define PERL_ARGS_ASSERT_GV_INIT_SVTYPE \
4974         assert(gv)
4975 STATIC bool     S_gv_is_in_main(pTHX_ const char *name, STRLEN len, const U32 is_utf8);
4976 #define PERL_ARGS_ASSERT_GV_IS_IN_MAIN  \
4977         assert(name)
4978 STATIC bool     S_gv_magicalize(pTHX_ GV *gv, HV *stash, const char *name, STRLEN len, const svtype sv_type);
4979 #define PERL_ARGS_ASSERT_GV_MAGICALIZE  \
4980         assert(gv); assert(stash); assert(name)
4981 STATIC void     S_gv_magicalize_isa(pTHX_ GV *gv);
4982 #define PERL_ARGS_ASSERT_GV_MAGICALIZE_ISA      \
4983         assert(gv)
4984 #ifndef PERL_NO_INLINE_FUNCTIONS
4985 PERL_STATIC_INLINE HV*  S_gv_stashpvn_internal(pTHX_ const char* name, U32 namelen, I32 flags);
4986 #define PERL_ARGS_ASSERT_GV_STASHPVN_INTERNAL   \
4987         assert(name)
4988 #endif
4989 STATIC void     S_maybe_multimagic_gv(pTHX_ GV *gv, const char *name, const svtype sv_type);
4990 #define PERL_ARGS_ASSERT_MAYBE_MULTIMAGIC_GV    \
4991         assert(gv); assert(name)
4992 STATIC bool     S_parse_gv_stash_name(pTHX_ HV **stash, GV **gv, const char **name, STRLEN *len, const char *nambeg, STRLEN full_len, const U32 is_utf8, const I32 add);
4993 #define PERL_ARGS_ASSERT_PARSE_GV_STASH_NAME    \
4994         assert(stash); assert(gv); assert(name); assert(len); assert(nambeg)
4995 STATIC void     S_require_tie_mod(pTHX_ GV *gv, const char varname, const char * name, STRLEN len, const U32 flags);
4996 #define PERL_ARGS_ASSERT_REQUIRE_TIE_MOD        \
4997         assert(gv); assert(varname); assert(name)
4998 #endif
4999 #if defined(PERL_IN_GV_C) || defined(PERL_IN_SV_C) || defined(PERL_IN_PAD_C) || defined(PERL_IN_OP_C)
5000 PERL_CALLCONV void      Perl_sv_add_backref(pTHX_ SV *const tsv, SV *const sv);
5001 #define PERL_ARGS_ASSERT_SV_ADD_BACKREF \
5002         assert(tsv); assert(sv)
5003 #endif
5004 #if defined(PERL_IN_GV_C) || defined(PERL_IN_UNIVERSAL_C)
5005 PERL_CALLCONV HV*       Perl_gv_stashsvpvn_cached(pTHX_ SV *namesv, const char* name, U32 namelen, I32 flags);
5006 #endif
5007 #if defined(PERL_IN_HV_C)
5008 STATIC void     S_clear_placeholders(pTHX_ HV *hv, U32 items);
5009 #define PERL_ARGS_ASSERT_CLEAR_PLACEHOLDERS     \
5010         assert(hv)
5011 STATIC void     S_hsplit(pTHX_ HV *hv, STRLEN const oldsize, STRLEN newsize);
5012 #define PERL_ARGS_ASSERT_HSPLIT \
5013         assert(hv)
5014 STATIC struct xpvhv_aux*        S_hv_auxinit(pTHX_ HV *hv);
5015 #define PERL_ARGS_ASSERT_HV_AUXINIT     \
5016         assert(hv)
5017 STATIC struct xpvhv_aux*        S_hv_auxinit_internal(struct xpvhv_aux *iter);
5018 #define PERL_ARGS_ASSERT_HV_AUXINIT_INTERNAL    \
5019         assert(iter)
5020 STATIC SV*      S_hv_delete_common(pTHX_ HV *hv, SV *keysv, const char *key, STRLEN klen, int k_flags, I32 d_flags, U32 hash);
5021 #define PERL_ARGS_ASSERT_HV_DELETE_COMMON
5022 STATIC SV*      S_hv_free_ent_ret(pTHX_ HV *hv, HE *entry);
5023 #define PERL_ARGS_ASSERT_HV_FREE_ENT_RET        \
5024         assert(hv); assert(entry)
5025 STATIC void     S_hv_free_entries(pTHX_ HV *hv);
5026 #define PERL_ARGS_ASSERT_HV_FREE_ENTRIES        \
5027         assert(hv)
5028 STATIC void     S_hv_magic_check(HV *hv, bool *needs_copy, bool *needs_store);
5029 #define PERL_ARGS_ASSERT_HV_MAGIC_CHECK \
5030         assert(hv); assert(needs_copy); assert(needs_store)
5031 PERL_STATIC_NO_RET void S_hv_notallowed(pTHX_ int flags, const char *key, I32 klen, const char *msg)
5032                         __attribute__noreturn__;
5033 #define PERL_ARGS_ASSERT_HV_NOTALLOWED  \
5034         assert(key); assert(msg)
5035
5036 STATIC HE*      S_new_he(pTHX)
5037                         __attribute__warn_unused_result__;
5038 #define PERL_ARGS_ASSERT_NEW_HE
5039
5040 #ifndef PERL_NO_INLINE_FUNCTIONS
5041 PERL_STATIC_INLINE U32  S_ptr_hash(PTRV u);
5042 #define PERL_ARGS_ASSERT_PTR_HASH
5043 #endif
5044 STATIC SV *     S_refcounted_he_value(pTHX_ const struct refcounted_he *he);
5045 #define PERL_ARGS_ASSERT_REFCOUNTED_HE_VALUE    \
5046         assert(he)
5047 STATIC HEK*     S_save_hek_flags(const char *str, I32 len, U32 hash, int flags)
5048                         __attribute__malloc__
5049                         __attribute__warn_unused_result__;
5050 #define PERL_ARGS_ASSERT_SAVE_HEK_FLAGS \
5051         assert(str)
5052
5053 STATIC HEK*     S_share_hek_flags(pTHX_ const char *str, STRLEN len, U32 hash, int flags)
5054                         __attribute__warn_unused_result__;
5055 #define PERL_ARGS_ASSERT_SHARE_HEK_FLAGS        \
5056         assert(str)
5057
5058 STATIC void     S_unshare_hek_or_pvn(pTHX_ const HEK* hek, const char* str, I32 len, U32 hash);
5059 #define PERL_ARGS_ASSERT_UNSHARE_HEK_OR_PVN
5060 #endif
5061 #if defined(PERL_IN_HV_C) || defined(PERL_IN_MG_C) || defined(PERL_IN_SV_C)
5062 PERL_CALLCONV void      Perl_sv_kill_backrefs(pTHX_ SV *const sv, AV *const av);
5063 #define PERL_ARGS_ASSERT_SV_KILL_BACKREFS       \
5064         assert(sv)
5065 #endif
5066 #if defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C)
5067 PERL_CALLCONV SV*       Perl_hfree_next_entry(pTHX_ HV *hv, STRLEN *indexp);
5068 #define PERL_ARGS_ASSERT_HFREE_NEXT_ENTRY       \
5069         assert(hv); assert(indexp)
5070 #endif
5071 #if defined(PERL_IN_LOCALE_C)
5072 #ifndef PERL_NO_INLINE_FUNCTIONS
5073 PERL_STATIC_INLINE const char * S_save_to_buffer(const char * string, char **buf, Size_t *buf_size, const Size_t offset)
5074                         __attribute__warn_unused_result__;
5075 #define PERL_ARGS_ASSERT_SAVE_TO_BUFFER \
5076         assert(buf_size)
5077 #endif
5078
5079 #  if defined(USE_LOCALE)
5080 STATIC const char*      S_category_name(const int category);
5081 #define PERL_ARGS_ASSERT_CATEGORY_NAME
5082 STATIC void     S_new_collate(pTHX_ const char* newcoll);
5083 #define PERL_ARGS_ASSERT_NEW_COLLATE
5084 STATIC void     S_new_ctype(pTHX_ const char* newctype);
5085 #define PERL_ARGS_ASSERT_NEW_CTYPE      \
5086         assert(newctype)
5087 STATIC void     S_new_numeric(pTHX_ const char* newnum);
5088 #define PERL_ARGS_ASSERT_NEW_NUMERIC
5089 STATIC void     S_restore_switched_locale(pTHX_ const int category, const char * const original_locale);
5090 #define PERL_ARGS_ASSERT_RESTORE_SWITCHED_LOCALE
5091 STATIC void     S_set_numeric_radix(pTHX_ const bool use_locale);
5092 #define PERL_ARGS_ASSERT_SET_NUMERIC_RADIX
5093 STATIC char*    S_stdize_locale(pTHX_ char* locs);
5094 #define PERL_ARGS_ASSERT_STDIZE_LOCALE  \
5095         assert(locs)
5096 STATIC const char*      S_switch_category_locale_to_template(pTHX_ const int switch_category, const int template_category, const char * template_locale);
5097 #define PERL_ARGS_ASSERT_SWITCH_CATEGORY_LOCALE_TO_TEMPLATE
5098 #    if defined(USE_POSIX_2008_LOCALE)
5099 STATIC const char*      S_emulate_setlocale(const int category, const char* locale, unsigned int index, const bool is_index_valid);
5100 #define PERL_ARGS_ASSERT_EMULATE_SETLOCALE
5101 #    endif
5102 #    if defined(WIN32)
5103 STATIC char*    S_win32_setlocale(pTHX_ int category, const char* locale);
5104 #define PERL_ARGS_ASSERT_WIN32_SETLOCALE
5105 #    endif
5106 #  endif
5107 #endif
5108 #if defined(PERL_IN_LOCALE_C) || defined(PERL_IN_SV_C) || defined(PERL_IN_MATHOMS_C)
5109 #  if defined(USE_LOCALE_COLLATE)
5110 PERL_CALLCONV char*     Perl__mem_collxfrm(pTHX_ const char* input_string, STRLEN len, STRLEN* xlen, bool utf8);
5111 #define PERL_ARGS_ASSERT__MEM_COLLXFRM  \
5112         assert(input_string); assert(xlen)
5113 #  endif
5114 #endif
5115 #if defined(PERL_IN_MALLOC_C)
5116 STATIC int      S_adjust_size_and_find_bucket(size_t *nbytes_p);
5117 #define PERL_ARGS_ASSERT_ADJUST_SIZE_AND_FIND_BUCKET    \
5118         assert(nbytes_p)
5119 #endif
5120 #if defined(PERL_IN_MG_C)
5121 STATIC void     S_fixup_errno_string(pTHX_ SV* sv);
5122 #define PERL_ARGS_ASSERT_FIXUP_ERRNO_STRING     \
5123         assert(sv)
5124 STATIC SV*      S_magic_methcall1(pTHX_ SV *sv, const MAGIC *mg, SV *meth, U32 flags, int n, SV *val);
5125 #define PERL_ARGS_ASSERT_MAGIC_METHCALL1        \
5126         assert(sv); assert(mg); assert(meth)
5127 STATIC int      S_magic_methpack(pTHX_ SV *sv, const MAGIC *mg, SV *meth);
5128 #define PERL_ARGS_ASSERT_MAGIC_METHPACK \
5129         assert(sv); assert(mg); assert(meth)
5130 STATIC void     S_restore_magic(pTHX_ const void *p);
5131 #define PERL_ARGS_ASSERT_RESTORE_MAGIC
5132 STATIC void     S_save_magic_flags(pTHX_ I32 mgs_ix, SV *sv, U32 flags);
5133 #define PERL_ARGS_ASSERT_SAVE_MAGIC_FLAGS       \
5134         assert(sv)
5135 STATIC void     S_unwind_handler_stack(pTHX_ const void *p);
5136 #define PERL_ARGS_ASSERT_UNWIND_HANDLER_STACK
5137 #endif
5138 #if defined(PERL_IN_MG_C) || defined(PERL_IN_PP_C)
5139 PERL_CALLCONV bool      Perl_translate_substr_offsets(STRLEN curlen, IV pos1_iv, bool pos1_is_uv, IV len_iv, bool len_is_uv, STRLEN *posp, STRLEN *lenp);
5140 #define PERL_ARGS_ASSERT_TRANSLATE_SUBSTR_OFFSETS       \
5141         assert(posp); assert(lenp)
5142 #endif
5143 #if defined(PERL_IN_MRO_C)
5144 STATIC void     S_mro_clean_isarev(pTHX_ HV * const isa, const char * const name, const STRLEN len, HV * const exceptions, U32 hash, U32 flags);
5145 #define PERL_ARGS_ASSERT_MRO_CLEAN_ISAREV       \
5146         assert(isa); assert(name)
5147 STATIC void     S_mro_gather_and_rename(pTHX_ HV * const stashes, HV * const seen_stashes, HV *stash, HV *oldstash, SV *namesv);
5148 #define PERL_ARGS_ASSERT_MRO_GATHER_AND_RENAME  \
5149         assert(stashes); assert(seen_stashes); assert(namesv)
5150 STATIC AV*      S_mro_get_linear_isa_dfs(pTHX_ HV* stash, U32 level);
5151 #define PERL_ARGS_ASSERT_MRO_GET_LINEAR_ISA_DFS \
5152         assert(stash)
5153 #endif
5154 #if defined(PERL_IN_NUMERIC_C)
5155 STATIC void     S_output_non_portable(pTHX_ const U8 shift);
5156 #define PERL_ARGS_ASSERT_OUTPUT_NON_PORTABLE
5157 #endif
5158 #if defined(PERL_IN_OP_C)
5159 STATIC void     S_apply_attrs(pTHX_ HV *stash, SV *target, OP *attrs);
5160 #define PERL_ARGS_ASSERT_APPLY_ATTRS    \
5161         assert(stash); assert(target)
5162 STATIC void     S_apply_attrs_my(pTHX_ HV *stash, OP *target, OP *attrs, OP **imopsp);
5163 #define PERL_ARGS_ASSERT_APPLY_ATTRS_MY \
5164         assert(stash); assert(target); assert(imopsp)
5165 STATIC I32      S_assignment_type(pTHX_ const OP *o)
5166                         __attribute__warn_unused_result__;
5167 #define PERL_ARGS_ASSERT_ASSIGNMENT_TYPE
5168
5169 STATIC void     S_bad_type_gv(pTHX_ I32 n, GV *gv, const OP *kid, const char *t);
5170 #define PERL_ARGS_ASSERT_BAD_TYPE_GV    \
5171         assert(gv); assert(kid); assert(t)
5172 STATIC void     S_bad_type_pv(pTHX_ I32 n, const char *t, const OP *o, const OP *kid);
5173 #define PERL_ARGS_ASSERT_BAD_TYPE_PV    \
5174         assert(t); assert(o); assert(kid)
5175 STATIC void     S_clear_special_blocks(pTHX_ const char *const fullname, GV *const gv, CV *const cv);
5176 #define PERL_ARGS_ASSERT_CLEAR_SPECIAL_BLOCKS   \
5177         assert(fullname); assert(gv); assert(cv)
5178 STATIC void     S_cop_free(pTHX_ COP *cop);
5179 #define PERL_ARGS_ASSERT_COP_FREE       \
5180         assert(cop)
5181 STATIC OP *     S_dup_attrlist(pTHX_ OP *o);
5182 #define PERL_ARGS_ASSERT_DUP_ATTRLIST   \
5183         assert(o)
5184 STATIC void     S_finalize_op(pTHX_ OP* o);
5185 #define PERL_ARGS_ASSERT_FINALIZE_OP    \
5186         assert(o)
5187 STATIC void     S_find_and_forget_pmops(pTHX_ OP *o);
5188 #define PERL_ARGS_ASSERT_FIND_AND_FORGET_PMOPS  \
5189         assert(o)
5190 STATIC OP*      S_fold_constants(pTHX_ OP * const o);
5191 #define PERL_ARGS_ASSERT_FOLD_CONSTANTS \
5192         assert(o)
5193 STATIC OP*      S_force_list(pTHX_ OP* arg, bool nullit);
5194 #define PERL_ARGS_ASSERT_FORCE_LIST
5195 STATIC void     S_forget_pmop(pTHX_ PMOP *const o);
5196 #define PERL_ARGS_ASSERT_FORGET_PMOP    \
5197         assert(o)
5198 STATIC void     S_gen_constant_list(pTHX_ OP* o);
5199 #define PERL_ARGS_ASSERT_GEN_CONSTANT_LIST
5200 STATIC void     S_inplace_aassign(pTHX_ OP* o);
5201 #define PERL_ARGS_ASSERT_INPLACE_AASSIGN        \
5202         assert(o)
5203 STATIC bool     S_is_handle_constructor(const OP *o, I32 numargs)
5204                         __attribute__warn_unused_result__;
5205 #define PERL_ARGS_ASSERT_IS_HANDLE_CONSTRUCTOR  \
5206         assert(o)
5207
5208 STATIC OP*      S_listkids(pTHX_ OP* o);
5209 #define PERL_ARGS_ASSERT_LISTKIDS
5210 STATIC bool     S_looks_like_bool(pTHX_ const OP* o);
5211 #define PERL_ARGS_ASSERT_LOOKS_LIKE_BOOL        \
5212         assert(o)
5213 STATIC OP*      S_modkids(pTHX_ OP *o, I32 type);
5214 #define PERL_ARGS_ASSERT_MODKIDS
5215 STATIC void     S_move_proto_attr(pTHX_ OP **proto, OP **attrs, const GV *name, bool curstash);
5216 #define PERL_ARGS_ASSERT_MOVE_PROTO_ATTR        \
5217         assert(proto); assert(attrs); assert(name)
5218 STATIC OP *     S_my_kid(pTHX_ OP *o, OP *attrs, OP **imopsp);
5219 #define PERL_ARGS_ASSERT_MY_KID \
5220         assert(imopsp)
5221 STATIC OP*      S_newGIVWHENOP(pTHX_ OP* cond, OP *block, I32 enter_opcode, I32 leave_opcode, PADOFFSET entertarg);
5222 #define PERL_ARGS_ASSERT_NEWGIVWHENOP   \
5223         assert(block)
5224 #ifndef PERL_NO_INLINE_FUNCTIONS
5225 PERL_STATIC_INLINE OP*  S_newMETHOP_internal(pTHX_ I32 type, I32 flags, OP* dynamic_meth, SV* const_meth);
5226 #define PERL_ARGS_ASSERT_NEWMETHOP_INTERNAL
5227 #endif
5228 STATIC OP*      S_new_logop(pTHX_ I32 type, I32 flags, OP **firstp, OP **otherp)
5229                         __attribute__warn_unused_result__;
5230 #define PERL_ARGS_ASSERT_NEW_LOGOP      \
5231         assert(firstp); assert(otherp)
5232
5233 STATIC void     S_no_bareword_allowed(pTHX_ OP *o);
5234 #define PERL_ARGS_ASSERT_NO_BAREWORD_ALLOWED    \
5235         assert(o)
5236 STATIC OP*      S_no_fh_allowed(pTHX_ OP *o)
5237                         __attribute__warn_unused_result__;
5238 #define PERL_ARGS_ASSERT_NO_FH_ALLOWED  \
5239         assert(o)
5240
5241 #ifndef PERL_NO_INLINE_FUNCTIONS
5242 PERL_STATIC_INLINE OP*  S_op_integerize(pTHX_ OP *o);
5243 #define PERL_ARGS_ASSERT_OP_INTEGERIZE  \
5244         assert(o)
5245 #endif
5246 #ifndef PERL_NO_INLINE_FUNCTIONS
5247 PERL_STATIC_INLINE OP*  S_op_std_init(pTHX_ OP *o);
5248 #define PERL_ARGS_ASSERT_OP_STD_INIT    \
5249         assert(o)
5250 #endif
5251 STATIC void     S_optimize_op(pTHX_ OP* o);
5252 #define PERL_ARGS_ASSERT_OPTIMIZE_OP    \
5253         assert(o)
5254 STATIC OP*      S_pmtrans(pTHX_ OP* o, OP* expr, OP* repl);
5255 #define PERL_ARGS_ASSERT_PMTRANS        \
5256         assert(o); assert(expr); assert(repl)
5257 STATIC bool     S_process_special_blocks(pTHX_ I32 floor, const char *const fullname, GV *const gv, CV *const cv);
5258 #define PERL_ARGS_ASSERT_PROCESS_SPECIAL_BLOCKS \
5259         assert(fullname); assert(gv); assert(cv)
5260 STATIC OP*      S_ref_array_or_hash(pTHX_ OP* cond);
5261 #define PERL_ARGS_ASSERT_REF_ARRAY_OR_HASH
5262 STATIC OP*      S_refkids(pTHX_ OP* o, I32 type);
5263 #define PERL_ARGS_ASSERT_REFKIDS
5264 STATIC bool     S_scalar_mod_type(const OP *o, I32 type)
5265                         __attribute__warn_unused_result__;
5266 #define PERL_ARGS_ASSERT_SCALAR_MOD_TYPE
5267
5268 STATIC OP*      S_scalarboolean(pTHX_ OP *o);
5269 #define PERL_ARGS_ASSERT_SCALARBOOLEAN  \
5270         assert(o)
5271 STATIC OP*      S_scalarkids(pTHX_ OP* o);
5272 #define PERL_ARGS_ASSERT_SCALARKIDS
5273 STATIC OP*      S_scalarseq(pTHX_ OP* o);
5274 #define PERL_ARGS_ASSERT_SCALARSEQ
5275 STATIC OP*      S_search_const(pTHX_ OP *o)
5276                         __attribute__warn_unused_result__;
5277 #define PERL_ARGS_ASSERT_SEARCH_CONST   \
5278         assert(o)
5279
5280 STATIC void     S_simplify_sort(pTHX_ OP *o);
5281 #define PERL_ARGS_ASSERT_SIMPLIFY_SORT  \
5282         assert(o)
5283 STATIC OP*      S_too_few_arguments_pv(pTHX_ OP *o, const char* name, U32 flags)
5284                         __attribute__warn_unused_result__;
5285 #define PERL_ARGS_ASSERT_TOO_FEW_ARGUMENTS_PV   \
5286         assert(o); assert(name)
5287
5288 STATIC OP*      S_too_many_arguments_pv(pTHX_ OP *o, const char* name, U32 flags);
5289 #define PERL_ARGS_ASSERT_TOO_MANY_ARGUMENTS_PV  \
5290         assert(o); assert(name)
5291 STATIC OP*      S_traverse_op_tree(pTHX_ OP* top, OP* o);
5292 #define PERL_ARGS_ASSERT_TRAVERSE_OP_TREE       \
5293         assert(top); assert(o)
5294 #  if defined(USE_ITHREADS)
5295 #ifndef PERL_NO_INLINE_FUNCTIONS
5296 PERL_STATIC_INLINE void S_op_relocate_sv(pTHX_ SV** svp, PADOFFSET* targp);
5297 #define PERL_ARGS_ASSERT_OP_RELOCATE_SV \
5298         assert(svp); assert(targp)
5299 #endif
5300 #  endif
5301 #endif
5302 #if defined(PERL_IN_OP_C) || defined(PERL_IN_SV_C)
5303 PERL_CALLCONV void      Perl_report_redefined_cv(pTHX_ const SV *name, const CV *old_cv, SV * const *new_const_svp);
5304 #define PERL_ARGS_ASSERT_REPORT_REDEFINED_CV    \
5305         assert(name); assert(old_cv)
5306 #endif
5307 #if defined(PERL_IN_PAD_C)
5308 STATIC PADOFFSET        S_pad_alloc_name(pTHX_ PADNAME *name, U32 flags, HV *typestash, HV *ourstash);
5309 #define PERL_ARGS_ASSERT_PAD_ALLOC_NAME \
5310         assert(name)
5311 STATIC void     S_pad_check_dup(pTHX_ PADNAME *name, U32 flags, const HV *ourstash);
5312 #define PERL_ARGS_ASSERT_PAD_CHECK_DUP  \
5313         assert(name)
5314 STATIC PADOFFSET        S_pad_findlex(pTHX_ const char *namepv, STRLEN namelen, U32 flags, const CV* cv, U32 seq, int warn, SV** out_capture, PADNAME** out_name, int *out_flags);
5315 #define PERL_ARGS_ASSERT_PAD_FINDLEX    \
5316         assert(namepv); assert(cv); assert(out_name); assert(out_flags)
5317 STATIC void     S_pad_reset(pTHX);
5318 #define PERL_ARGS_ASSERT_PAD_RESET
5319 #endif
5320 #if defined(PERL_IN_PAD_C) || defined(PERL_IN_OP_C)
5321 #ifndef PERL_NO_INLINE_FUNCTIONS
5322 PERL_STATIC_INLINE bool S_PadnameIN_SCOPE(const PADNAME * const pn, const U32 seq);
5323 #define PERL_ARGS_ASSERT_PADNAMEIN_SCOPE        \
5324         assert(pn)
5325 #endif
5326 #endif
5327 #if defined(PERL_IN_PERLY_C) || defined(PERL_IN_OP_C) || defined(PERL_IN_TOKE_C)
5328 #ifndef NO_MATHOMS
5329 PERL_CALLCONV OP*       Perl_ref(pTHX_ OP* o, I32 type);
5330 #define PERL_ARGS_ASSERT_REF
5331 #endif
5332 #endif
5333 #if defined(PERL_IN_PERL_C)
5334 STATIC void     S_find_beginning(pTHX_ SV* linestr_sv, PerlIO *rsfp);
5335 #define PERL_ARGS_ASSERT_FIND_BEGINNING \
5336         assert(linestr_sv); assert(rsfp)
5337 STATIC void     S_forbid_setid(pTHX_ const char flag, const bool suidscript);
5338 #define PERL_ARGS_ASSERT_FORBID_SETID
5339 STATIC void     S_incpush(pTHX_ const char *const dir, STRLEN len, U32 flags);
5340 #define PERL_ARGS_ASSERT_INCPUSH        \
5341         assert(dir)
5342 STATIC void     S_incpush_use_sep(pTHX_ const char *p, STRLEN len, U32 flags);
5343 #define PERL_ARGS_ASSERT_INCPUSH_USE_SEP        \
5344         assert(p)
5345 STATIC void     S_init_ids(pTHX);
5346 #define PERL_ARGS_ASSERT_INIT_IDS
5347 STATIC void     S_init_interp(pTHX);
5348 #define PERL_ARGS_ASSERT_INIT_INTERP
5349 STATIC void     S_init_main_stash(pTHX);
5350 #define PERL_ARGS_ASSERT_INIT_MAIN_STASH
5351 STATIC void     S_init_perllib(pTHX);
5352 #define PERL_ARGS_ASSERT_INIT_PERLLIB
5353 STATIC void     S_init_postdump_symbols(pTHX_ int argc, char **argv, char **env);
5354 #define PERL_ARGS_ASSERT_INIT_POSTDUMP_SYMBOLS  \
5355         assert(argv)
5356 STATIC void     S_init_predump_symbols(pTHX);
5357 #define PERL_ARGS_ASSERT_INIT_PREDUMP_SYMBOLS
5358 STATIC SV*      S_mayberelocate(pTHX_ const char *const dir, STRLEN len, U32 flags);
5359 #define PERL_ARGS_ASSERT_MAYBERELOCATE  \
5360         assert(dir)
5361 PERL_STATIC_NO_RET void S_minus_v(pTHX)
5362                         __attribute__noreturn__;
5363 #define PERL_ARGS_ASSERT_MINUS_V
5364
5365 PERL_STATIC_NO_RET void S_my_exit_jump(pTHX)
5366                         __attribute__noreturn__;
5367 #define PERL_ARGS_ASSERT_MY_EXIT_JUMP
5368
5369 STATIC void     S_nuke_stacks(pTHX);
5370 #define PERL_ARGS_ASSERT_NUKE_STACKS
5371 STATIC PerlIO * S_open_script(pTHX_ const char *scriptname, bool dosearch, bool *suidscript);
5372 #define PERL_ARGS_ASSERT_OPEN_SCRIPT    \
5373         assert(scriptname); assert(suidscript)
5374 STATIC void*    S_parse_body(pTHX_ char **env, XSINIT_t xsinit);
5375 #define PERL_ARGS_ASSERT_PARSE_BODY
5376 PERL_STATIC_NO_RET void S_run_body(pTHX_ I32 oldscope)
5377                         __attribute__noreturn__;
5378 #define PERL_ARGS_ASSERT_RUN_BODY
5379
5380 PERL_STATIC_NO_RET void S_usage(pTHX)
5381                         __attribute__noreturn__;
5382 #define PERL_ARGS_ASSERT_USAGE
5383
5384 #endif
5385 #if defined(PERL_IN_PP_C)
5386 STATIC size_t   S_do_chomp(pTHX_ SV *retval, SV *sv, bool chomping);
5387 #define PERL_ARGS_ASSERT_DO_CHOMP       \
5388         assert(retval); assert(sv)
5389 STATIC OP*      S_do_delete_local(pTHX);
5390 #define PERL_ARGS_ASSERT_DO_DELETE_LOCAL
5391 STATIC SV*      S_refto(pTHX_ SV* sv)
5392                         __attribute__warn_unused_result__;
5393 #define PERL_ARGS_ASSERT_REFTO  \
5394         assert(sv)
5395
5396 #endif
5397 #if defined(PERL_IN_PP_C) || defined(PERL_IN_PP_HOT_C)
5398 #ifndef PERL_NO_INLINE_FUNCTIONS
5399 PERL_STATIC_INLINE bool S_lossless_NV_to_IV(const NV nv, IV * ivp)
5400                         __attribute__warn_unused_result__;
5401 #define PERL_ARGS_ASSERT_LOSSLESS_NV_TO_IV      \
5402         assert(ivp)
5403 #endif
5404
5405 PERL_CALLCONV GV*       Perl_softref2xv(pTHX_ SV *const sv, const char *const what, const svtype type, SV ***spp)
5406                         __attribute__warn_unused_result__;
5407 #define PERL_ARGS_ASSERT_SOFTREF2XV     \
5408         assert(sv); assert(what); assert(spp)
5409
5410 #endif
5411 #if defined(PERL_IN_PP_CTL_C)
5412 STATIC PerlIO * S_check_type_and_open(pTHX_ SV *name)
5413                         __attribute__warn_unused_result__;
5414 #define PERL_ARGS_ASSERT_CHECK_TYPE_AND_OPEN    \
5415         assert(name)
5416
5417 STATIC void     S_destroy_matcher(pTHX_ PMOP* matcher);
5418 #define PERL_ARGS_ASSERT_DESTROY_MATCHER        \
5419         assert(matcher)
5420 STATIC OP*      S_do_smartmatch(pTHX_ HV* seen_this, HV* seen_other, const bool copied);
5421 #define PERL_ARGS_ASSERT_DO_SMARTMATCH
5422 STATIC OP*      S_docatch(pTHX_ Perl_ppaddr_t firstpp)
5423                         __attribute__warn_unused_result__;
5424 #define PERL_ARGS_ASSERT_DOCATCH
5425
5426 STATIC bool     S_doeval_compile(pTHX_ U8 gimme, CV* outside, U32 seq, HV* hh);
5427 #define PERL_ARGS_ASSERT_DOEVAL_COMPILE
5428 STATIC OP*      S_dofindlabel(pTHX_ OP *o, const char *label, STRLEN len, U32 flags, OP **opstack, OP **oplimit)
5429                         __attribute__warn_unused_result__;
5430 #define PERL_ARGS_ASSERT_DOFINDLABEL    \
5431         assert(o); assert(label); assert(opstack); assert(oplimit)
5432
5433 STATIC MAGIC *  S_doparseform(pTHX_ SV *sv);
5434 #define PERL_ARGS_ASSERT_DOPARSEFORM    \
5435         assert(sv)
5436 STATIC I32      S_dopoptoeval(pTHX_ I32 startingblock)
5437                         __attribute__warn_unused_result__;
5438 #define PERL_ARGS_ASSERT_DOPOPTOEVAL
5439
5440 STATIC I32      S_dopoptogivenfor(pTHX_ I32 startingblock)
5441                         __attribute__warn_unused_result__;
5442 #define PERL_ARGS_ASSERT_DOPOPTOGIVENFOR
5443
5444 STATIC I32      S_dopoptolabel(pTHX_ const char *label, STRLEN len, U32 flags)
5445                         __attribute__warn_unused_result__;
5446 #define PERL_ARGS_ASSERT_DOPOPTOLABEL   \
5447         assert(label)
5448
5449 STATIC I32      S_dopoptoloop(pTHX_ I32 startingblock)
5450                         __attribute__warn_unused_result__;
5451 #define PERL_ARGS_ASSERT_DOPOPTOLOOP
5452
5453 STATIC I32      S_dopoptosub_at(pTHX_ const PERL_CONTEXT* cxstk, I32 startingblock)
5454                         __attribute__warn_unused_result__;
5455 #define PERL_ARGS_ASSERT_DOPOPTOSUB_AT  \
5456         assert(cxstk)
5457
5458 STATIC I32      S_dopoptowhen(pTHX_ I32 startingblock)
5459                         __attribute__warn_unused_result__;
5460 #define PERL_ARGS_ASSERT_DOPOPTOWHEN
5461
5462 STATIC PMOP*    S_make_matcher(pTHX_ REGEXP* re)
5463                         __attribute__warn_unused_result__;
5464 #define PERL_ARGS_ASSERT_MAKE_MATCHER   \
5465         assert(re)
5466
5467 STATIC bool     S_matcher_matches_sv(pTHX_ PMOP* matcher, SV* sv)
5468                         __attribute__warn_unused_result__;
5469 #define PERL_ARGS_ASSERT_MATCHER_MATCHES_SV     \
5470         assert(matcher); assert(sv)
5471
5472 STATIC bool     S_num_overflow(NV value, I32 fldsize, I32 frcsize)
5473                         __attribute__warn_unused_result__;
5474 #define PERL_ARGS_ASSERT_NUM_OVERFLOW
5475
5476 #ifndef PERL_NO_INLINE_FUNCTIONS
5477 PERL_STATIC_INLINE bool S_path_is_searchable(const char *name)
5478                         __attribute__warn_unused_result__;
5479 #define PERL_ARGS_ASSERT_PATH_IS_SEARCHABLE     \
5480         assert(name)
5481 #endif
5482
5483 STATIC I32      S_run_user_filter(pTHX_ int idx, SV *buf_sv, int maxlen)
5484                         __attribute__warn_unused_result__;
5485 #define PERL_ARGS_ASSERT_RUN_USER_FILTER        \
5486         assert(buf_sv)
5487
5488 STATIC void     S_rxres_free(pTHX_ void** rsp);
5489 #define PERL_ARGS_ASSERT_RXRES_FREE     \
5490         assert(rsp)
5491 STATIC void     S_rxres_restore(pTHX_ void **rsp, REGEXP *rx);
5492 #define PERL_ARGS_ASSERT_RXRES_RESTORE  \
5493         assert(rsp); assert(rx)
5494 STATIC void     S_save_lines(pTHX_ AV *array, SV *sv);
5495 #define PERL_ARGS_ASSERT_SAVE_LINES     \
5496         assert(sv)
5497 #endif
5498 #if defined(PERL_IN_PP_HOT_C)
5499 STATIC void     S_do_oddball(pTHX_ SV **oddkey, SV **firstkey);
5500 #define PERL_ARGS_ASSERT_DO_ODDBALL     \
5501         assert(oddkey); assert(firstkey)
5502 #ifndef PERL_NO_INLINE_FUNCTIONS
5503 PERL_STATIC_INLINE HV*  S_opmethod_stash(pTHX_ SV* meth);
5504 #define PERL_ARGS_ASSERT_OPMETHOD_STASH \
5505         assert(meth)
5506 #endif
5507 #ifndef PERL_NO_INLINE_FUNCTIONS
5508 PERL_STATIC_FORCE_INLINE bool   S_should_we_output_Debug_r(pTHX_ regexp * prog)
5509                         __attribute__warn_unused_result__
5510                         __attribute__always_inline__;
5511 #define PERL_ARGS_ASSERT_SHOULD_WE_OUTPUT_DEBUG_R       \
5512         assert(prog)
5513 #endif
5514
5515 #endif
5516 #if defined(PERL_IN_PP_PACK_C)
5517 STATIC int      S_div128(pTHX_ SV *pnum, bool *done);
5518 #define PERL_ARGS_ASSERT_DIV128 \
5519         assert(pnum); assert(done)
5520 STATIC char     S_first_symbol(const char *pat, const char *patend);
5521 #define PERL_ARGS_ASSERT_FIRST_SYMBOL   \
5522         assert(pat); assert(patend)
5523 STATIC const char *     S_get_num(pTHX_ const char *patptr, SSize_t *lenptr)
5524                         __attribute__warn_unused_result__;
5525 #define PERL_ARGS_ASSERT_GET_NUM        \
5526         assert(patptr); assert(lenptr)
5527
5528 STATIC const char *     S_group_end(pTHX_ const char *patptr, const char *patend, char ender);
5529 #define PERL_ARGS_ASSERT_GROUP_END      \
5530         assert(patptr); assert(patend)
5531 STATIC SV*      S_is_an_int(pTHX_ const char *s, STRLEN l)
5532                         __attribute__warn_unused_result__;
5533 #define PERL_ARGS_ASSERT_IS_AN_INT      \
5534         assert(s)
5535
5536 STATIC SSize_t  S_measure_struct(pTHX_ struct tempsym* symptr);
5537 #define PERL_ARGS_ASSERT_MEASURE_STRUCT \
5538         assert(symptr)
5539 STATIC SV*      S_mul128(pTHX_ SV *sv, U8 m);
5540 #define PERL_ARGS_ASSERT_MUL128 \
5541         assert(sv)
5542 STATIC char *   S_my_bytes_to_utf8(const U8 *start, STRLEN len, char *dest, const bool needs_swap)
5543                         __attribute__warn_unused_result__;
5544 #define PERL_ARGS_ASSERT_MY_BYTES_TO_UTF8       \
5545         assert(start); assert(dest)
5546
5547 STATIC bool     S_need_utf8(const char *pat, const char *patend);
5548 #define PERL_ARGS_ASSERT_NEED_UTF8      \
5549         assert(pat); assert(patend)
5550 STATIC bool     S_next_symbol(pTHX_ struct tempsym* symptr);
5551 #define PERL_ARGS_ASSERT_NEXT_SYMBOL    \
5552         assert(symptr)
5553 STATIC SV **    S_pack_rec(pTHX_ SV *cat, struct tempsym* symptr, SV **beglist, SV **endlist);
5554 #define PERL_ARGS_ASSERT_PACK_REC       \
5555         assert(cat); assert(symptr); assert(beglist); assert(endlist)
5556 STATIC char *   S_sv_exp_grow(pTHX_ SV *sv, STRLEN needed)
5557                         __attribute__warn_unused_result__;
5558 #define PERL_ARGS_ASSERT_SV_EXP_GROW    \
5559         assert(sv)
5560
5561 STATIC SSize_t  S_unpack_rec(pTHX_ struct tempsym* symptr, const char *s, const char *strbeg, const char *strend, const char **new_s);
5562 #define PERL_ARGS_ASSERT_UNPACK_REC     \
5563         assert(symptr); assert(s); assert(strbeg); assert(strend)
5564 #endif
5565 #if defined(PERL_IN_PP_SORT_C)
5566 #ifndef PERL_NO_INLINE_FUNCTIONS
5567 PERL_STATIC_FORCE_INLINE I32    S_amagic_cmp(pTHX_ SV *const str1, SV *const str2)
5568                         __attribute__always_inline__;
5569 #define PERL_ARGS_ASSERT_AMAGIC_CMP     \
5570         assert(str1); assert(str2)
5571 #endif
5572
5573 #ifndef PERL_NO_INLINE_FUNCTIONS
5574 PERL_STATIC_FORCE_INLINE I32    S_amagic_cmp_desc(pTHX_ SV *const str1, SV *const str2)
5575                         __attribute__always_inline__;
5576 #define PERL_ARGS_ASSERT_AMAGIC_CMP_DESC        \
5577         assert(str1); assert(str2)
5578 #endif
5579
5580 #ifndef PERL_NO_INLINE_FUNCTIONS
5581 PERL_STATIC_FORCE_INLINE I32    S_amagic_i_ncmp(pTHX_ SV *const a, SV *const b)
5582                         __attribute__always_inline__;
5583 #define PERL_ARGS_ASSERT_AMAGIC_I_NCMP  \
5584         assert(a); assert(b)
5585 #endif
5586
5587 #ifndef PERL_NO_INLINE_FUNCTIONS
5588 PERL_STATIC_FORCE_INLINE I32    S_amagic_i_ncmp_desc(pTHX_ SV *const a, SV *const b)
5589                         __attribute__always_inline__;
5590 #define PERL_ARGS_ASSERT_AMAGIC_I_NCMP_DESC     \
5591         assert(a); assert(b)
5592 #endif
5593
5594 #ifndef PERL_NO_INLINE_FUNCTIONS
5595 PERL_STATIC_FORCE_INLINE I32    S_amagic_ncmp(pTHX_ SV *const a, SV *const b)
5596                         __attribute__always_inline__;
5597 #define PERL_ARGS_ASSERT_AMAGIC_NCMP    \
5598         assert(a); assert(b)
5599 #endif
5600
5601 #ifndef PERL_NO_INLINE_FUNCTIONS
5602 PERL_STATIC_FORCE_INLINE I32    S_amagic_ncmp_desc(pTHX_ SV *const a, SV *const b)
5603                         __attribute__always_inline__;
5604 #define PERL_ARGS_ASSERT_AMAGIC_NCMP_DESC       \
5605         assert(a); assert(b)
5606 #endif
5607
5608 #ifndef PERL_NO_INLINE_FUNCTIONS
5609 PERL_STATIC_FORCE_INLINE I32    S_cmp_desc(pTHX_ SV *const str1, SV *const str2)
5610                         __attribute__always_inline__;
5611 #define PERL_ARGS_ASSERT_CMP_DESC       \
5612         assert(str1); assert(str2)
5613 #endif
5614
5615 STATIC I32      S_sortcv(pTHX_ SV *const a, SV *const b);
5616 #define PERL_ARGS_ASSERT_SORTCV \
5617         assert(a); assert(b)
5618 STATIC I32      S_sortcv_stacked(pTHX_ SV *const a, SV *const b);
5619 #define PERL_ARGS_ASSERT_SORTCV_STACKED \
5620         assert(a); assert(b)
5621 STATIC I32      S_sortcv_xsub(pTHX_ SV *const a, SV *const b);
5622 #define PERL_ARGS_ASSERT_SORTCV_XSUB    \
5623         assert(a); assert(b)
5624 #ifndef PERL_NO_INLINE_FUNCTIONS
5625 PERL_STATIC_FORCE_INLINE void   S_sortsv_flags_impl(pTHX_ SV** array, size_t num_elts, SVCOMPARE_t cmp, U32 flags)
5626                         __attribute__always_inline__;
5627 #define PERL_ARGS_ASSERT_SORTSV_FLAGS_IMPL      \
5628         assert(cmp)
5629 #endif
5630
5631 #ifndef PERL_NO_INLINE_FUNCTIONS
5632 PERL_STATIC_FORCE_INLINE I32    S_sv_i_ncmp(pTHX_ SV *const a, SV *const b)
5633                         __attribute__always_inline__;
5634 #define PERL_ARGS_ASSERT_SV_I_NCMP      \
5635         assert(a); assert(b)
5636 #endif
5637
5638 #ifndef PERL_NO_INLINE_FUNCTIONS
5639 PERL_STATIC_FORCE_INLINE I32    S_sv_i_ncmp_desc(pTHX_ SV *const a, SV *const b)
5640                         __attribute__always_inline__;
5641 #define PERL_ARGS_ASSERT_SV_I_NCMP_DESC \
5642         assert(a); assert(b)
5643 #endif
5644
5645 #ifndef PERL_NO_INLINE_FUNCTIONS
5646 PERL_STATIC_FORCE_INLINE I32    S_sv_ncmp(pTHX_ SV *const a, SV *const b)
5647                         __attribute__always_inline__;
5648 #define PERL_ARGS_ASSERT_SV_NCMP        \
5649         assert(a); assert(b)
5650 #endif
5651
5652 #ifndef PERL_NO_INLINE_FUNCTIONS
5653 PERL_STATIC_FORCE_INLINE I32    S_sv_ncmp_desc(pTHX_ SV *const a, SV *const b)
5654                         __attribute__always_inline__;
5655 #define PERL_ARGS_ASSERT_SV_NCMP_DESC   \
5656         assert(a); assert(b)
5657 #endif
5658
5659 #  if defined(USE_LOCALE_COLLATE)
5660 #ifndef PERL_NO_INLINE_FUNCTIONS
5661 PERL_STATIC_FORCE_INLINE I32    S_amagic_cmp_locale(pTHX_ SV *const str1, SV *const str2)
5662                         __attribute__always_inline__;
5663 #define PERL_ARGS_ASSERT_AMAGIC_CMP_LOCALE      \
5664         assert(str1); assert(str2)
5665 #endif
5666
5667 #ifndef PERL_NO_INLINE_FUNCTIONS
5668 PERL_STATIC_FORCE_INLINE I32    S_amagic_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2)
5669                         __attribute__always_inline__;
5670 #define PERL_ARGS_ASSERT_AMAGIC_CMP_LOCALE_DESC \
5671         assert(str1); assert(str2)
5672 #endif
5673
5674 #ifndef PERL_NO_INLINE_FUNCTIONS
5675 PERL_STATIC_FORCE_INLINE I32    S_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2)
5676                         __attribute__always_inline__;
5677 #define PERL_ARGS_ASSERT_CMP_LOCALE_DESC        \
5678         assert(str1); assert(str2)
5679 #endif
5680
5681 #  endif
5682 #endif
5683 #if defined(PERL_IN_PP_SYS_C)
5684 STATIC OP*      S_doform(pTHX_ CV *cv, GV *gv, OP *retop);
5685 #define PERL_ARGS_ASSERT_DOFORM \
5686         assert(cv); assert(gv)
5687 STATIC SV *     S_space_join_names_mortal(pTHX_ char *const *array);
5688 #define PERL_ARGS_ASSERT_SPACE_JOIN_NAMES_MORTAL
5689 #endif
5690 #if defined(PERL_IN_REGCOMP_C)
5691 STATIC void     S_add_above_Latin1_folds(pTHX_ RExC_state_t *pRExC_state, const U8 cp, SV** invlist);
5692 #define PERL_ARGS_ASSERT_ADD_ABOVE_LATIN1_FOLDS \
5693         assert(pRExC_state); assert(invlist)
5694 STATIC U32      S_add_data(RExC_state_t* const pRExC_state, const char* const s, const U32 n)
5695                         __attribute__warn_unused_result__;
5696 #define PERL_ARGS_ASSERT_ADD_DATA       \
5697         assert(pRExC_state); assert(s)
5698
5699 STATIC AV*      S_add_multi_match(pTHX_ AV* multi_char_matches, SV* multi_string, const STRLEN cp_count);
5700 #define PERL_ARGS_ASSERT_ADD_MULTI_MATCH        \
5701         assert(multi_string)
5702 STATIC void     S_change_engine_size(pTHX_ RExC_state_t *pRExC_state, const Ptrdiff_t size);
5703 #define PERL_ARGS_ASSERT_CHANGE_ENGINE_SIZE     \
5704         assert(pRExC_state)
5705 STATIC REGEXP*  S_compile_wildcard(pTHX_ const char * subpattern, const STRLEN len, const bool ignore_case)
5706                         __attribute__warn_unused_result__;
5707 #define PERL_ARGS_ASSERT_COMPILE_WILDCARD       \
5708         assert(subpattern)
5709
5710 STATIC U8       S_compute_EXACTish(RExC_state_t *pRExC_state);
5711 #define PERL_ARGS_ASSERT_COMPUTE_EXACTISH       \
5712         assert(pRExC_state)
5713 STATIC regnode *        S_construct_ahocorasick_from_trie(pTHX_ RExC_state_t *pRExC_state, regnode *source, U32 depth);
5714 #define PERL_ARGS_ASSERT_CONSTRUCT_AHOCORASICK_FROM_TRIE        \
5715         assert(pRExC_state); assert(source)
5716 STATIC int      S_edit_distance(const UV *src, const UV *tgt, const STRLEN x, const STRLEN y, const SSize_t maxDistance)
5717                         __attribute__warn_unused_result__;
5718 #define PERL_ARGS_ASSERT_EDIT_DISTANCE  \
5719         assert(src); assert(tgt)
5720
5721 STATIC I32      S_execute_wildcard(pTHX_ REGEXP * const prog, char* stringarg, char* strend, char* strbeg, SSize_t minend, SV* screamer, U32 nosave);
5722 #define PERL_ARGS_ASSERT_EXECUTE_WILDCARD       \
5723         assert(prog); assert(stringarg); assert(strend); assert(strbeg); assert(screamer)
5724 #ifndef PERL_NO_INLINE_FUNCTIONS
5725 PERL_STATIC_INLINE Size_t       S_find_first_differing_byte_pos(const U8 * s1, const U8 * s2, const Size_t max);
5726 #define PERL_ARGS_ASSERT_FIND_FIRST_DIFFERING_BYTE_POS  \
5727         assert(s1); assert(s2)
5728 #endif
5729 STATIC SV *     S_get_ANYOFM_contents(pTHX_ const regnode * n)
5730                         __attribute__warn_unused_result__;
5731 #define PERL_ARGS_ASSERT_GET_ANYOFM_CONTENTS    \
5732         assert(n)
5733
5734 STATIC SV*      S_get_ANYOF_cp_list_for_ssc(pTHX_ const RExC_state_t *pRExC_state, const regnode_charclass* const node);
5735 #define PERL_ARGS_ASSERT_GET_ANYOF_CP_LIST_FOR_SSC      \
5736         assert(pRExC_state); assert(node)
5737 STATIC bool     S_grok_bslash_N(pTHX_ RExC_state_t *pRExC_state, regnode_offset* nodep, UV *code_point_p, int* cp_count, I32 *flagp, const bool strict, const U32 depth);
5738 #define PERL_ARGS_ASSERT_GROK_BSLASH_N  \
5739         assert(pRExC_state); assert(flagp)
5740 STATIC regnode_offset   S_handle_named_backref(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, char * parse_start, char ch);
5741 #define PERL_ARGS_ASSERT_HANDLE_NAMED_BACKREF   \
5742         assert(pRExC_state); assert(flagp); assert(parse_start)
5743 STATIC bool     S_handle_names_wildcard(pTHX_ const char * wname, const STRLEN wname_len, SV ** prop_definition, AV ** strings);
5744 #define PERL_ARGS_ASSERT_HANDLE_NAMES_WILDCARD  \
5745         assert(wname); assert(prop_definition); assert(strings)
5746 STATIC int      S_handle_possible_posix(pTHX_ RExC_state_t *pRExC_state, const char* const s, char ** updated_parse_ptr, AV** posix_warnings, const bool check_only);
5747 #define PERL_ARGS_ASSERT_HANDLE_POSSIBLE_POSIX  \
5748         assert(pRExC_state); assert(s)
5749 STATIC regnode_offset   S_handle_regex_sets(pTHX_ RExC_state_t *pRExC_state, SV ** return_invlist, I32 *flagp, U32 depth, char * const oregcomp_parse);
5750 #define PERL_ARGS_ASSERT_HANDLE_REGEX_SETS      \
5751         assert(pRExC_state); assert(flagp); assert(oregcomp_parse)
5752 STATIC SV *     S_handle_user_defined_property(pTHX_ const char * name, const STRLEN name_len, const bool is_utf8, const bool to_fold, const bool runtime, const bool deferrable, SV* contents, bool *user_defined_ptr, SV * msg, const STRLEN level);
5753 #define PERL_ARGS_ASSERT_HANDLE_USER_DEFINED_PROPERTY   \
5754         assert(name); assert(contents); assert(user_defined_ptr); assert(msg)
5755 #ifndef PERL_NO_INLINE_FUNCTIONS
5756 PERL_STATIC_INLINE SV*  S_invlist_contents(pTHX_ SV* const invlist, const bool traditional_style)
5757                         __attribute__warn_unused_result__;
5758 #define PERL_ARGS_ASSERT_INVLIST_CONTENTS       \
5759         assert(invlist)
5760 #endif
5761
5762 #ifndef PERL_NO_INLINE_FUNCTIONS
5763 PERL_STATIC_INLINE bool S_invlist_is_iterating(SV* const invlist)
5764                         __attribute__warn_unused_result__;
5765 #define PERL_ARGS_ASSERT_INVLIST_IS_ITERATING   \
5766         assert(invlist)
5767 #endif
5768
5769 #ifndef PERL_NO_INLINE_FUNCTIONS
5770 PERL_STATIC_INLINE UV   S_invlist_lowest(SV* const invlist)
5771                         __attribute__warn_unused_result__;
5772 #define PERL_ARGS_ASSERT_INVLIST_LOWEST \
5773         assert(invlist)
5774 #endif
5775
5776 STATIC bool     S_is_ssc_worth_it(const RExC_state_t * pRExC_state, const regnode_ssc * ssc);
5777 #define PERL_ARGS_ASSERT_IS_SSC_WORTH_IT        \
5778         assert(pRExC_state); assert(ssc)
5779 STATIC U32      S_join_exact(pTHX_ RExC_state_t *pRExC_state, regnode *scan, UV *min_subtract, bool *unfolded_multi_char, U32 flags, regnode *val, U32 depth);
5780 #define PERL_ARGS_ASSERT_JOIN_EXACT     \
5781         assert(pRExC_state); assert(scan); assert(min_subtract); assert(unfolded_multi_char)
5782 STATIC SV*      S_make_exactf_invlist(pTHX_ RExC_state_t *pRExC_state, regnode *node)
5783                         __attribute__warn_unused_result__;
5784 #define PERL_ARGS_ASSERT_MAKE_EXACTF_INVLIST    \
5785         assert(pRExC_state); assert(node)
5786
5787 STATIC I32      S_make_trie(pTHX_ RExC_state_t *pRExC_state, regnode *startbranch, regnode *first, regnode *last, regnode *tail, U32 word_count, U32 flags, U32 depth);
5788 #define PERL_ARGS_ASSERT_MAKE_TRIE      \
5789         assert(pRExC_state); assert(startbranch); assert(first); assert(last); assert(tail)
5790 STATIC bool     S_new_regcurly(const char *s, const char *e)
5791                         __attribute__warn_unused_result__;
5792 #define PERL_ARGS_ASSERT_NEW_REGCURLY   \
5793         assert(s); assert(e)
5794
5795 STATIC void     S_nextchar(pTHX_ RExC_state_t *pRExC_state);
5796 #define PERL_ARGS_ASSERT_NEXTCHAR       \
5797         assert(pRExC_state)
5798 STATIC void     S_output_posix_warnings(pTHX_ RExC_state_t *pRExC_state, AV* posix_warnings);
5799 #define PERL_ARGS_ASSERT_OUTPUT_POSIX_WARNINGS  \
5800         assert(pRExC_state); assert(posix_warnings)
5801 STATIC void     S_parse_lparen_question_flags(pTHX_ RExC_state_t *pRExC_state);
5802 #define PERL_ARGS_ASSERT_PARSE_LPAREN_QUESTION_FLAGS    \
5803         assert(pRExC_state)
5804 STATIC SV *     S_parse_uniprop_string(pTHX_ const char * const name, Size_t name_len, const bool is_utf8, const bool to_fold, const bool runtime, const bool deferrable, AV ** strings, bool * user_defined_ptr, SV * msg, const STRLEN level);
5805 #define PERL_ARGS_ASSERT_PARSE_UNIPROP_STRING   \
5806         assert(name); assert(user_defined_ptr); assert(msg)
5807 STATIC void     S_populate_ANYOF_from_invlist(pTHX_ regnode *node, SV** invlist_ptr);
5808 #define PERL_ARGS_ASSERT_POPULATE_ANYOF_FROM_INVLIST    \
5809         assert(node); assert(invlist_ptr)
5810 STATIC void     S_rck_elide_nothing(pTHX_ regnode *node);
5811 #define PERL_ARGS_ASSERT_RCK_ELIDE_NOTHING      \
5812         assert(node)
5813 PERL_STATIC_NO_RET void S_re_croak(pTHX_ bool utf8, const char* pat, ...)
5814                         __attribute__noreturn__
5815                         __attribute__format__(__printf__,pTHX_2,pTHX_3);
5816 #define PERL_ARGS_ASSERT_RE_CROAK       \
5817         assert(pat)
5818
5819 STATIC regnode_offset   S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp, U32 depth);
5820 #define PERL_ARGS_ASSERT_REG    \
5821         assert(pRExC_state); assert(flagp)
5822 STATIC regnode_offset   S_reg2Lanode(pTHX_ RExC_state_t *pRExC_state, const U8 op, const U32 arg1, const I32 arg2);
5823 #define PERL_ARGS_ASSERT_REG2LANODE     \
5824         assert(pRExC_state)
5825 STATIC regnode_offset   S_reg_node(pTHX_ RExC_state_t *pRExC_state, U8 op);
5826 #define PERL_ARGS_ASSERT_REG_NODE       \
5827         assert(pRExC_state)
5828 STATIC SV *     S_reg_scan_name(pTHX_ RExC_state_t *pRExC_state, U32 flags);
5829 #define PERL_ARGS_ASSERT_REG_SCAN_NAME  \
5830         assert(pRExC_state)
5831 #ifndef PERL_NO_INLINE_FUNCTIONS
5832 PERL_STATIC_INLINE char *       S_reg_skipcomment(RExC_state_t *pRExC_state, char * p);
5833 #define PERL_ARGS_ASSERT_REG_SKIPCOMMENT        \
5834         assert(pRExC_state); assert(p)
5835 #endif
5836 STATIC regnode_offset   S_reganode(pTHX_ RExC_state_t *pRExC_state, U8 op, U32 arg);
5837 #define PERL_ARGS_ASSERT_REGANODE       \
5838         assert(pRExC_state)
5839 STATIC regnode_offset   S_regatom(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth);
5840 #define PERL_ARGS_ASSERT_REGATOM        \
5841         assert(pRExC_state); assert(flagp)
5842 STATIC regnode_offset   S_regbranch(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, I32 first, U32 depth);
5843 #define PERL_ARGS_ASSERT_REGBRANCH      \
5844         assert(pRExC_state); assert(flagp)
5845 STATIC regnode_offset   S_regclass(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth, const bool stop_at_1, bool allow_multi_fold, const bool silence_non_portable, const bool strict, bool optimizable, SV** ret_invlist);
5846 #define PERL_ARGS_ASSERT_REGCLASS       \
5847         assert(pRExC_state); assert(flagp)
5848 STATIC unsigned int     S_regex_set_precedence(const U8 my_operator)
5849                         __attribute__warn_unused_result__;
5850 #define PERL_ARGS_ASSERT_REGEX_SET_PRECEDENCE
5851
5852 STATIC void     S_reginsert(pTHX_ RExC_state_t *pRExC_state, const U8 op, const regnode_offset operand, const U32 depth);
5853 #define PERL_ARGS_ASSERT_REGINSERT      \
5854         assert(pRExC_state)
5855 STATIC regnode_offset   S_regnode_guts(pTHX_ RExC_state_t *pRExC_state, const U8 op, const STRLEN extra_len, const char* const name);
5856 #define PERL_ARGS_ASSERT_REGNODE_GUTS   \
5857         assert(pRExC_state); assert(name)
5858 STATIC regnode_offset   S_regpiece(pTHX_ RExC_state_t *pRExC_state, I32 *flagp, U32 depth);
5859 #define PERL_ARGS_ASSERT_REGPIECE       \
5860         assert(pRExC_state); assert(flagp)
5861 STATIC regnode_offset   S_regpnode(pTHX_ RExC_state_t *pRExC_state, U8 op, SV * arg);
5862 #define PERL_ARGS_ASSERT_REGPNODE       \
5863         assert(pRExC_state); assert(arg)
5864 STATIC bool     S_regtail(pTHX_ RExC_state_t * pRExC_state, const regnode_offset p, const regnode_offset val, const U32 depth)
5865                         __attribute__warn_unused_result__;
5866 #define PERL_ARGS_ASSERT_REGTAIL        \
5867         assert(pRExC_state); assert(p); assert(val)
5868
5869 STATIC void     S_scan_commit(pTHX_ const RExC_state_t *pRExC_state, struct scan_data_t *data, SSize_t *minlenp, int is_inf);
5870 #define PERL_ARGS_ASSERT_SCAN_COMMIT    \
5871         assert(pRExC_state); assert(data); assert(minlenp)
5872 STATIC void     S_set_ANYOF_arg(pTHX_ RExC_state_t* const pRExC_state, regnode* const node, SV* const cp_list, SV* const runtime_defns, SV* const only_utf8_locale_list);
5873 #define PERL_ARGS_ASSERT_SET_ANYOF_ARG  \
5874         assert(pRExC_state); assert(node)
5875 STATIC void     S_set_regex_pv(pTHX_ RExC_state_t *pRExC_state, REGEXP *Rx);
5876 #define PERL_ARGS_ASSERT_SET_REGEX_PV   \
5877         assert(pRExC_state); assert(Rx)
5878 STATIC void     S_skip_to_be_ignored_text(pTHX_ RExC_state_t *pRExC_state, char ** p, const bool force_to_xmod);
5879 #define PERL_ARGS_ASSERT_SKIP_TO_BE_IGNORED_TEXT        \
5880         assert(pRExC_state); assert(p)
5881 STATIC void     S_ssc_add_range(pTHX_ regnode_ssc *ssc, UV const start, UV const end);
5882 #define PERL_ARGS_ASSERT_SSC_ADD_RANGE  \
5883         assert(ssc)
5884 STATIC void     S_ssc_and(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc, const regnode_charclass *and_with);
5885 #define PERL_ARGS_ASSERT_SSC_AND        \
5886         assert(pRExC_state); assert(ssc); assert(and_with)
5887 STATIC void     S_ssc_anything(pTHX_ regnode_ssc *ssc);
5888 #define PERL_ARGS_ASSERT_SSC_ANYTHING   \
5889         assert(ssc)
5890 STATIC void     S_ssc_clear_locale(regnode_ssc *ssc);
5891 #define PERL_ARGS_ASSERT_SSC_CLEAR_LOCALE       \
5892         assert(ssc)
5893 STATIC void     S_ssc_cp_and(pTHX_ regnode_ssc *ssc, UV const cp);
5894 #define PERL_ARGS_ASSERT_SSC_CP_AND     \
5895         assert(ssc)
5896 STATIC void     S_ssc_finalize(pTHX_ RExC_state_t *pRExC_state, regnode_ssc *ssc);
5897 #define PERL_ARGS_ASSERT_SSC_FINALIZE   \
5898         assert(pRExC_state); assert(ssc)
5899 STATIC void     S_ssc_init(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc);
5900 #define PERL_ARGS_ASSERT_SSC_INIT       \
5901         assert(pRExC_state); assert(ssc)
5902 STATIC void     S_ssc_intersection(pTHX_ regnode_ssc *ssc, SV* const invlist, const bool invert_2nd);
5903 #define PERL_ARGS_ASSERT_SSC_INTERSECTION       \
5904         assert(ssc); assert(invlist)
5905 STATIC int      S_ssc_is_anything(const regnode_ssc *ssc)
5906                         __attribute__warn_unused_result__;
5907 #define PERL_ARGS_ASSERT_SSC_IS_ANYTHING        \
5908         assert(ssc)
5909
5910 STATIC int      S_ssc_is_cp_posixl_init(const RExC_state_t *pRExC_state, const regnode_ssc *ssc)
5911                         __attribute__warn_unused_result__;
5912 #define PERL_ARGS_ASSERT_SSC_IS_CP_POSIXL_INIT  \
5913         assert(pRExC_state); assert(ssc)
5914
5915 STATIC void     S_ssc_or(pTHX_ const RExC_state_t *pRExC_state, regnode_ssc *ssc, const regnode_charclass *or_with);
5916 #define PERL_ARGS_ASSERT_SSC_OR \
5917         assert(pRExC_state); assert(ssc); assert(or_with)
5918 STATIC void     S_ssc_union(pTHX_ regnode_ssc *ssc, SV* const invlist, const bool invert_2nd);
5919 #define PERL_ARGS_ASSERT_SSC_UNION      \
5920         assert(ssc); assert(invlist)
5921 STATIC SSize_t  S_study_chunk(pTHX_ RExC_state_t *pRExC_state, regnode **scanp, SSize_t *minlenp, SSize_t *deltap, regnode *last, struct scan_data_t *data, I32 stopparen, U32 recursed_depth, regnode_ssc *and_withp, U32 flags, U32 depth, bool was_mutate_ok);
5922 #define PERL_ARGS_ASSERT_STUDY_CHUNK    \
5923         assert(pRExC_state); assert(scanp); assert(minlenp); assert(deltap); assert(last)
5924 #endif
5925 #if defined(PERL_IN_REGCOMP_C) || defined (PERL_IN_DUMP_C) || defined(PERL_IN_OP_C)
5926 PERL_CALLCONV void      Perl__invlist_dump(pTHX_ PerlIO *file, I32 level, const char* const indent, SV* const invlist);
5927 #define PERL_ARGS_ASSERT__INVLIST_DUMP  \
5928         assert(file); assert(indent); assert(invlist)
5929 #endif
5930 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_DOOP_C) || defined(PERL_IN_OP_C)
5931 #ifndef PERL_NO_INLINE_FUNCTIONS
5932 PERL_STATIC_INLINE SV*  S_add_cp_to_invlist(pTHX_ SV* invlist, const UV cp)
5933                         __attribute__warn_unused_result__;
5934 #define PERL_ARGS_ASSERT_ADD_CP_TO_INVLIST
5935 #endif
5936
5937 #ifndef PERL_NO_INLINE_FUNCTIONS
5938 PERL_STATIC_INLINE void S_invlist_extend(pTHX_ SV* const invlist, const UV len);
5939 #define PERL_ARGS_ASSERT_INVLIST_EXTEND \
5940         assert(invlist)
5941 #endif
5942 #ifndef PERL_NO_INLINE_FUNCTIONS
5943 PERL_STATIC_INLINE UV   S_invlist_highest(SV* const invlist)
5944                         __attribute__warn_unused_result__;
5945 #define PERL_ARGS_ASSERT_INVLIST_HIGHEST        \
5946         assert(invlist)
5947 #endif
5948
5949 #ifndef PERL_NO_INLINE_FUNCTIONS
5950 PERL_STATIC_INLINE void S_invlist_set_len(pTHX_ SV* const invlist, const UV len, const bool offset);
5951 #define PERL_ARGS_ASSERT_INVLIST_SET_LEN        \
5952         assert(invlist)
5953 #endif
5954 #endif
5955 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_DOOP_C) || defined(PERL_IN_OP_C) || defined(PERL_IN_UTF8_C)
5956 PERL_CALLCONV SV*       Perl__add_range_to_invlist(pTHX_ SV* invlist, UV start, UV end)
5957                         __attribute__warn_unused_result__;
5958 #define PERL_ARGS_ASSERT__ADD_RANGE_TO_INVLIST
5959
5960 /* PERL_CALLCONV void   _invlist_intersection(pTHX_ SV* const a, SV* const b, SV** i); */
5961 #define PERL_ARGS_ASSERT__INVLIST_INTERSECTION
5962 PERL_CALLCONV void      Perl__invlist_intersection_maybe_complement_2nd(pTHX_ SV* const a, SV* const b, const bool complement_b, SV** i);
5963 #define PERL_ARGS_ASSERT__INVLIST_INTERSECTION_MAYBE_COMPLEMENT_2ND     \
5964         assert(b); assert(i)
5965 PERL_CALLCONV void      Perl__invlist_invert(pTHX_ SV* const invlist);
5966 #define PERL_ARGS_ASSERT__INVLIST_INVERT        \
5967         assert(invlist)
5968 /* PERL_CALLCONV void   _invlist_subtract(pTHX_ SV* const a, SV* const b, SV** result); */
5969 #define PERL_ARGS_ASSERT__INVLIST_SUBTRACT
5970 /* PERL_CALLCONV void   _invlist_union(pTHX_ SV* const a, SV* const b, SV** output); */
5971 #define PERL_ARGS_ASSERT__INVLIST_UNION
5972 PERL_CALLCONV void      Perl__invlist_union_maybe_complement_2nd(pTHX_ SV* const a, SV* const b, const bool complement_b, SV** output);
5973 #define PERL_ARGS_ASSERT__INVLIST_UNION_MAYBE_COMPLEMENT_2ND    \
5974         assert(b); assert(output)
5975 PERL_CALLCONV SV*       Perl__new_invlist(pTHX_ IV initial_size)
5976                         __attribute__warn_unused_result__;
5977 #define PERL_ARGS_ASSERT__NEW_INVLIST
5978
5979 PERL_CALLCONV SV*       Perl__setup_canned_invlist(pTHX_ const STRLEN size, const UV element0, UV** other_elements_ptr)
5980                         __attribute__warn_unused_result__;
5981 #define PERL_ARGS_ASSERT__SETUP_CANNED_INVLIST  \
5982         assert(other_elements_ptr)
5983
5984 #endif
5985 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_DQUOTE_C) || defined(PERL_IN_TOKE_C)
5986 PERL_CALLCONV const char *      Perl_form_alien_digit_msg(pTHX_ const U8 which, const STRLEN valids_len, const char * const first_bad, const char * const send, const bool UTF, const bool braced)
5987                         __attribute__warn_unused_result__;
5988 #define PERL_ARGS_ASSERT_FORM_ALIEN_DIGIT_MSG   \
5989         assert(first_bad); assert(send)
5990
5991 PERL_CALLCONV bool      Perl_grok_bslash_c(pTHX_ const char source, U8 * result, const char** message, U32 * packed_warn)
5992                         __attribute__warn_unused_result__;
5993 #define PERL_ARGS_ASSERT_GROK_BSLASH_C  \
5994         assert(result); assert(message)
5995
5996 PERL_CALLCONV bool      Perl_grok_bslash_o(pTHX_ char** s, const char* const send, UV* uv, const char** message, U32 * packed_warn, const bool strict, const bool allow_UV_MAX, const bool utf8)
5997                         __attribute__warn_unused_result__;
5998 #define PERL_ARGS_ASSERT_GROK_BSLASH_O  \
5999         assert(s); assert(send); assert(uv); assert(message)
6000
6001 PERL_CALLCONV bool      Perl_grok_bslash_x(pTHX_ char** s, const char* const send, UV* uv, const char** message, U32 * packed_warn, const bool strict, const bool allow_UV_MAX, const bool utf8)
6002                         __attribute__warn_unused_result__;
6003 #define PERL_ARGS_ASSERT_GROK_BSLASH_X  \
6004         assert(s); assert(send); assert(uv); assert(message)
6005
6006 #endif
6007 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_DQUOTE_C) || defined(PERL_IN_TOKE_C) || defined(PERL_IN_UTF8_C)
6008 PERL_CALLCONV const char *      Perl_form_cp_too_large_msg(pTHX_ const U8 which, const char * string, const Size_t len, const UV cp)
6009                         __attribute__warn_unused_result__;
6010 #define PERL_ARGS_ASSERT_FORM_CP_TOO_LARGE_MSG
6011
6012 #endif
6013 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_OP_C)
6014 #ifndef PERL_NO_INLINE_FUNCTIONS
6015 PERL_STATIC_INLINE STRLEN*      S_get_invlist_iter_addr(SV* invlist)
6016                         __attribute__warn_unused_result__;
6017 #define PERL_ARGS_ASSERT_GET_INVLIST_ITER_ADDR  \
6018         assert(invlist)
6019 #endif
6020
6021 #ifndef PERL_NO_INLINE_FUNCTIONS
6022 PERL_STATIC_INLINE void S_invlist_iterfinish(SV* invlist);
6023 #define PERL_ARGS_ASSERT_INVLIST_ITERFINISH     \
6024         assert(invlist)
6025 #endif
6026 #ifndef PERL_NO_INLINE_FUNCTIONS
6027 PERL_STATIC_INLINE void S_invlist_iterinit(SV* invlist);
6028 #define PERL_ARGS_ASSERT_INVLIST_ITERINIT       \
6029         assert(invlist)
6030 #endif
6031 #ifndef PERL_NO_INLINE_FUNCTIONS
6032 PERL_STATIC_INLINE bool S_invlist_iternext(SV* invlist, UV* start, UV* end)
6033                         __attribute__warn_unused_result__;
6034 #define PERL_ARGS_ASSERT_INVLIST_ITERNEXT       \
6035         assert(invlist); assert(start); assert(end)
6036 #endif
6037
6038 #endif
6039 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_PERL_C) || defined(PERL_IN_UTF8_C)
6040 PERL_CALLCONV bool      Perl__invlistEQ(pTHX_ SV* const a, SV* const b, const bool complement_b);
6041 #define PERL_ARGS_ASSERT__INVLISTEQ     \
6042         assert(a); assert(b)
6043 PERL_CALLCONV SV*       Perl__new_invlist_C_array(pTHX_ const UV* const list)
6044                         __attribute__warn_unused_result__;
6045 #define PERL_ARGS_ASSERT__NEW_INVLIST_C_ARRAY   \
6046         assert(list)
6047
6048 #endif
6049 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_PP_C) || defined(PERL_IN_TOKE_C) || defined(PERL_IN_UNIVERSAL_C)
6050 #ifndef PERL_NO_INLINE_FUNCTIONS
6051 PERL_STATIC_INLINE const char * S_get_regex_charset_name(const U32 flags, STRLEN* const lenp);
6052 #define PERL_ARGS_ASSERT_GET_REGEX_CHARSET_NAME \
6053         assert(lenp)
6054 #endif
6055 #endif
6056 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)
6057 PERL_CALLCONV int       Perl_re_printf(pTHX_ const char *fmt, ...)
6058                         __attribute__format__(__printf__,pTHX_1,pTHX_2);
6059 #define PERL_ARGS_ASSERT_RE_PRINTF      \
6060         assert(fmt)
6061
6062 PERL_CALLCONV void      Perl_regprop(pTHX_ const regexp *prog, SV* sv, const regnode* o, const regmatch_info *reginfo, const RExC_state_t *pRExC_state);
6063 #define PERL_ARGS_ASSERT_REGPROP        \
6064         assert(sv); assert(o)
6065 #endif
6066 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)     || defined(PERL_IN_PP_C) || defined(PERL_IN_OP_C)               || defined(PERL_IN_TOKE_C) || defined(PERL_IN_UTF8_C)           || defined(PERL_IN_DOOP_C)
6067 #ifndef PERL_NO_INLINE_FUNCTIONS
6068 PERL_STATIC_INLINE bool S__invlist_contains_cp(SV* const invlist, const UV cp)
6069                         __attribute__warn_unused_result__;
6070 #define PERL_ARGS_ASSERT__INVLIST_CONTAINS_CP   \
6071         assert(invlist)
6072 #endif
6073
6074 #ifndef PERL_NO_INLINE_FUNCTIONS
6075 PERL_STATIC_INLINE UV   S__invlist_len(SV* const invlist)
6076                         __attribute__warn_unused_result__;
6077 #define PERL_ARGS_ASSERT__INVLIST_LEN   \
6078         assert(invlist)
6079 #endif
6080
6081 PERL_CALLCONV SSize_t   Perl__invlist_search(SV* const invlist, const UV cp)
6082                         __attribute__warn_unused_result__;
6083 #define PERL_ARGS_ASSERT__INVLIST_SEARCH        \
6084         assert(invlist)
6085
6086 #ifndef PERL_NO_INLINE_FUNCTIONS
6087 PERL_STATIC_INLINE bool*        S_get_invlist_offset_addr(SV* invlist)
6088                         __attribute__warn_unused_result__;
6089 #define PERL_ARGS_ASSERT_GET_INVLIST_OFFSET_ADDR        \
6090         assert(invlist)
6091 #endif
6092
6093 #ifndef PERL_NO_INLINE_FUNCTIONS
6094 PERL_STATIC_INLINE UV*  S_invlist_array(SV* const invlist)
6095                         __attribute__warn_unused_result__;
6096 #define PERL_ARGS_ASSERT_INVLIST_ARRAY  \
6097         assert(invlist)
6098 #endif
6099
6100 #ifndef PERL_NO_INLINE_FUNCTIONS
6101 PERL_STATIC_INLINE bool S_is_invlist(SV* const invlist)
6102                         __attribute__warn_unused_result__;
6103 #define PERL_ARGS_ASSERT_IS_INVLIST
6104 #endif
6105
6106 #endif
6107 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_TOKE_C)
6108 PERL_CALLCONV bool      Perl_is_grapheme(pTHX_ const U8 * strbeg, const U8 * s, const U8 *strend, const UV cp)
6109                         __attribute__warn_unused_result__;
6110 #define PERL_ARGS_ASSERT_IS_GRAPHEME    \
6111         assert(strbeg); assert(s); assert(strend)
6112
6113 #endif
6114 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C)
6115 PERL_CALLCONV UV        Perl__to_fold_latin1(const U8 c, U8 *p, STRLEN *lenp, const unsigned int flags);
6116 #define PERL_ARGS_ASSERT__TO_FOLD_LATIN1        \
6117         assert(p); assert(lenp)
6118 #endif
6119 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_SV_C)
6120 PERL_CALLCONV SV*       Perl_invlist_clone(pTHX_ SV* const invlist, SV* newlist);
6121 #define PERL_ARGS_ASSERT_INVLIST_CLONE  \
6122         assert(invlist)
6123 #endif
6124 #if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_TOKE_C)
6125 #ifndef PERL_NO_INLINE_FUNCTIONS
6126 PERL_STATIC_INLINE bool S_regcurly(const char *s)
6127                         __attribute__warn_unused_result__;
6128 #define PERL_ARGS_ASSERT_REGCURLY       \
6129         assert(s)
6130 #endif
6131
6132 #endif
6133 #if defined(PERL_IN_REGEXEC_C)
6134 STATIC LB_enum  S_advance_one_LB(pTHX_ U8 ** curpos, const U8 * const strend, const bool utf8_target)
6135                         __attribute__warn_unused_result__;
6136 #define PERL_ARGS_ASSERT_ADVANCE_ONE_LB \
6137         assert(curpos); assert(strend)
6138
6139 STATIC SB_enum  S_advance_one_SB(pTHX_ U8 ** curpos, const U8 * const strend, const bool utf8_target)
6140                         __attribute__warn_unused_result__;
6141 #define PERL_ARGS_ASSERT_ADVANCE_ONE_SB \
6142         assert(curpos); assert(strend)
6143
6144 STATIC WB_enum  S_advance_one_WB(pTHX_ U8 ** curpos, const U8 * const strend, const bool utf8_target, const bool skip_Extend_Format)
6145                         __attribute__warn_unused_result__;
6146 #define PERL_ARGS_ASSERT_ADVANCE_ONE_WB \
6147         assert(curpos); assert(strend)
6148
6149 STATIC GCB_enum S_backup_one_GCB(pTHX_ const U8 * const strbeg, U8 ** curpos, const bool utf8_target)
6150                         __attribute__warn_unused_result__;
6151 #define PERL_ARGS_ASSERT_BACKUP_ONE_GCB \
6152         assert(strbeg); assert(curpos)
6153
6154 STATIC LB_enum  S_backup_one_LB(pTHX_ const U8 * const strbeg, U8 ** curpos, const bool utf8_target)
6155                         __attribute__warn_unused_result__;
6156 #define PERL_ARGS_ASSERT_BACKUP_ONE_LB  \
6157         assert(strbeg); assert(curpos)
6158
6159 STATIC SB_enum  S_backup_one_SB(pTHX_ const U8 * const strbeg, U8 ** curpos, const bool utf8_target)
6160                         __attribute__warn_unused_result__;
6161 #define PERL_ARGS_ASSERT_BACKUP_ONE_SB  \
6162         assert(strbeg); assert(curpos)
6163
6164 STATIC WB_enum  S_backup_one_WB(pTHX_ WB_enum * previous, const U8 * const strbeg, U8 ** curpos, const bool utf8_target)
6165                         __attribute__warn_unused_result__;
6166 #define PERL_ARGS_ASSERT_BACKUP_ONE_WB  \
6167         assert(previous); assert(strbeg); assert(curpos)
6168
6169 STATIC char*    S_find_byclass(pTHX_ regexp * prog, const regnode *c, char *s, const char *strend, regmatch_info *reginfo)
6170                         __attribute__warn_unused_result__;
6171 #define PERL_ARGS_ASSERT_FIND_BYCLASS   \
6172         assert(prog); assert(c); assert(s); assert(strend)
6173
6174 STATIC U8 *     S_find_next_masked(U8 * s, const U8 * send, const U8 byte, const U8 mask)
6175                         __attribute__warn_unused_result__;
6176 #define PERL_ARGS_ASSERT_FIND_NEXT_MASKED       \
6177         assert(s); assert(send)
6178
6179 STATIC U8 *     S_find_span_end(U8* s, const U8 * send, const U8 span_byte)
6180                         __attribute__warn_unused_result__;
6181 #define PERL_ARGS_ASSERT_FIND_SPAN_END  \
6182         assert(s); assert(send)
6183
6184 STATIC U8 *     S_find_span_end_mask(U8 * s, const U8 * send, const U8 span_byte, const U8 mask)
6185                         __attribute__warn_unused_result__;
6186 #define PERL_ARGS_ASSERT_FIND_SPAN_END_MASK     \
6187         assert(s); assert(send)
6188
6189 #ifndef PERL_NO_INLINE_FUNCTIONS
6190 PERL_STATIC_INLINE I32  S_foldEQ_latin1_s2_folded(const char* a, const char* b, I32 len);
6191 #define PERL_ARGS_ASSERT_FOLDEQ_LATIN1_S2_FOLDED        \
6192         assert(a); assert(b)
6193 #endif
6194 STATIC bool     S_isFOO_utf8_lc(pTHX_ const U8 classnum, const U8* character, const U8* e)
6195                         __attribute__warn_unused_result__;
6196 #define PERL_ARGS_ASSERT_ISFOO_UTF8_LC  \
6197         assert(character); assert(e)
6198
6199 STATIC bool     S_isGCB(pTHX_ const GCB_enum before, const GCB_enum after, const U8 * const strbeg, const U8 * const curpos, const bool utf8_target)
6200                         __attribute__warn_unused_result__;
6201 #define PERL_ARGS_ASSERT_ISGCB  \
6202         assert(strbeg); assert(curpos)
6203
6204 STATIC bool     S_isLB(pTHX_ LB_enum before, LB_enum after, const U8 * const strbeg, const U8 * const curpos, const U8 * const strend, const bool utf8_target)
6205                         __attribute__warn_unused_result__;
6206 #define PERL_ARGS_ASSERT_ISLB   \
6207         assert(strbeg); assert(curpos); assert(strend)
6208
6209 STATIC bool     S_isSB(pTHX_ SB_enum before, SB_enum after, const U8 * const strbeg, const U8 * const curpos, const U8 * const strend, const bool utf8_target)
6210                         __attribute__warn_unused_result__;
6211 #define PERL_ARGS_ASSERT_ISSB   \
6212         assert(strbeg); assert(curpos); assert(strend)
6213
6214 STATIC bool     S_isWB(pTHX_ WB_enum previous, WB_enum before, WB_enum after, const U8 * const strbeg, const U8 * const curpos, const U8 * const strend, const bool utf8_target)
6215                         __attribute__warn_unused_result__;
6216 #define PERL_ARGS_ASSERT_ISWB   \
6217         assert(strbeg); assert(curpos); assert(strend)
6218
6219 STATIC I32      S_reg_check_named_buff_matched(const regexp *rex, const regnode *scan)
6220                         __attribute__warn_unused_result__;
6221 #define PERL_ARGS_ASSERT_REG_CHECK_NAMED_BUFF_MATCHED   \
6222         assert(rex); assert(scan)
6223
6224 STATIC void     S_regcp_restore(pTHX_ regexp *rex, I32 ix, U32 *maxopenparen_p _pDEPTH);
6225 #define PERL_ARGS_ASSERT_REGCP_RESTORE  \
6226         assert(rex); assert(maxopenparen_p)
6227 STATIC void     S_regcppop(pTHX_ regexp *rex, U32 *maxopenparen_p _pDEPTH);
6228 #define PERL_ARGS_ASSERT_REGCPPOP       \
6229         assert(rex); assert(maxopenparen_p)
6230 STATIC CHECKPOINT       S_regcppush(pTHX_ const regexp *rex, I32 parenfloor, U32 maxopenparen _pDEPTH);
6231 #define PERL_ARGS_ASSERT_REGCPPUSH      \
6232         assert(rex)
6233 STATIC U8*      S_reghop3(U8 *s, SSize_t off, const U8 *lim)
6234                         __attribute__warn_unused_result__;
6235 #define PERL_ARGS_ASSERT_REGHOP3        \
6236         assert(s); assert(lim)
6237
6238 STATIC U8*      S_reghop4(U8 *s, SSize_t off, const U8 *llim, const U8 *rlim)
6239                         __attribute__warn_unused_result__;
6240 #define PERL_ARGS_ASSERT_REGHOP4        \
6241         assert(s); assert(llim); assert(rlim)
6242
6243 STATIC U8*      S_reghopmaybe3(U8 *s, SSize_t off, const U8 * const lim)
6244                         __attribute__warn_unused_result__;
6245 #define PERL_ARGS_ASSERT_REGHOPMAYBE3   \
6246         assert(s); assert(lim)
6247
6248 STATIC bool     S_reginclass(pTHX_ regexp * const prog, const regnode * const n, const U8 * const p, const U8 * const p_end, bool const utf8_target)
6249                         __attribute__warn_unused_result__;
6250 #define PERL_ARGS_ASSERT_REGINCLASS     \
6251         assert(n); assert(p); assert(p_end)
6252
6253 STATIC SSize_t  S_regmatch(pTHX_ regmatch_info *reginfo, char *startpos, regnode *prog)
6254                         __attribute__warn_unused_result__;
6255 #define PERL_ARGS_ASSERT_REGMATCH       \
6256         assert(reginfo); assert(startpos); assert(prog)
6257
6258 STATIC I32      S_regrepeat(pTHX_ regexp *prog, char **startposp, const regnode *p, char *loceol, regmatch_info *const reginfo, I32 max _pDEPTH)
6259                         __attribute__warn_unused_result__;
6260 #define PERL_ARGS_ASSERT_REGREPEAT      \
6261         assert(prog); assert(startposp); assert(p); assert(loceol); assert(reginfo)
6262
6263 STATIC bool     S_regtry(pTHX_ regmatch_info *reginfo, char **startposp)
6264                         __attribute__warn_unused_result__;
6265 #define PERL_ARGS_ASSERT_REGTRY \
6266         assert(reginfo); assert(startposp)
6267
6268 STATIC bool     S_to_byte_substr(pTHX_ regexp * prog);
6269 #define PERL_ARGS_ASSERT_TO_BYTE_SUBSTR \
6270         assert(prog)
6271 STATIC void     S_to_utf8_substr(pTHX_ regexp * prog);
6272 #define PERL_ARGS_ASSERT_TO_UTF8_SUBSTR \
6273         assert(prog)
6274 #endif
6275 #if defined(PERL_IN_REGEXEC_C) || defined(PERL_IN_UTF8_C)
6276 PERL_CALLCONV bool      Perl_isFOO_lc(pTHX_ const U8 classnum, const U8 character)
6277                         __attribute__warn_unused_result__;
6278 #define PERL_ARGS_ASSERT_ISFOO_LC
6279
6280 #endif
6281 #if defined(PERL_IN_SCOPE_C)
6282 STATIC void     S_save_pushptri32ptr(pTHX_ void *const ptr1, const I32 i, void *const ptr2, const int type);
6283 #define PERL_ARGS_ASSERT_SAVE_PUSHPTRI32PTR
6284 STATIC SV*      S_save_scalar_at(pTHX_ SV **sptr, const U32 flags);
6285 #define PERL_ARGS_ASSERT_SAVE_SCALAR_AT \
6286         assert(sptr)
6287 #endif
6288 #if defined(PERL_IN_SV_C)
6289 STATIC char *   S_F0convert(NV nv, char *const endbuf, STRLEN *const len);
6290 #define PERL_ARGS_ASSERT_F0CONVERT      \
6291         assert(endbuf); assert(len)
6292 STATIC void     S_anonymise_cv_maybe(pTHX_ GV *gv, CV *cv);
6293 #define PERL_ARGS_ASSERT_ANONYMISE_CV_MAYBE     \
6294         assert(gv); assert(cv)
6295 STATIC void     S_assert_uft8_cache_coherent(pTHX_ const char *const func, STRLEN from_cache, STRLEN real, SV *const sv);
6296 #define PERL_ARGS_ASSERT_ASSERT_UFT8_CACHE_COHERENT     \
6297         assert(func); assert(sv)
6298 STATIC bool     S_curse(pTHX_ SV * const sv, const bool check_refcnt);
6299 #define PERL_ARGS_ASSERT_CURSE  \
6300         assert(sv)
6301 STATIC STRLEN   S_expect_number(pTHX_ const char **const pattern)
6302                         __attribute__warn_unused_result__;
6303 #define PERL_ARGS_ASSERT_EXPECT_NUMBER  \
6304         assert(pattern)
6305
6306 STATIC SSize_t  S_find_array_subscript(pTHX_ const AV *const av, const SV *const val);
6307 #define PERL_ARGS_ASSERT_FIND_ARRAY_SUBSCRIPT   \
6308         assert(val)
6309 STATIC SV *     S_find_hash_subscript(pTHX_ const HV *const hv, const SV *const val);
6310 #define PERL_ARGS_ASSERT_FIND_HASH_SUBSCRIPT    \
6311         assert(val)
6312 STATIC SV*      S_find_uninit_var(pTHX_ const OP *const obase, const SV *const uninit_sv, bool match, const char **desc_p);
6313 #define PERL_ARGS_ASSERT_FIND_UNINIT_VAR        \
6314         assert(desc_p)
6315 STATIC bool     S_glob_2number(pTHX_ GV* const gv);
6316 #define PERL_ARGS_ASSERT_GLOB_2NUMBER   \
6317         assert(gv)
6318 STATIC void     S_glob_assign_glob(pTHX_ SV *const dstr, SV *const sstr, const int dtype);
6319 #define PERL_ARGS_ASSERT_GLOB_ASSIGN_GLOB       \
6320         assert(dstr); assert(sstr)
6321 STATIC SV *     S_more_sv(pTHX);
6322 #define PERL_ARGS_ASSERT_MORE_SV
6323 STATIC void     S_not_a_number(pTHX_ SV *const sv);
6324 #define PERL_ARGS_ASSERT_NOT_A_NUMBER   \
6325         assert(sv)
6326 STATIC void     S_not_incrementable(pTHX_ SV *const sv);
6327 #define PERL_ARGS_ASSERT_NOT_INCREMENTABLE      \
6328         assert(sv)
6329 STATIC PTR_TBL_ENT_t *  S_ptr_table_find(PTR_TBL_t *const tbl, const void *const sv)
6330                         __attribute__warn_unused_result__;
6331 #define PERL_ARGS_ASSERT_PTR_TABLE_FIND \
6332         assert(tbl)
6333
6334 STATIC bool     S_sv_2iuv_common(pTHX_ SV *const sv);
6335 #define PERL_ARGS_ASSERT_SV_2IUV_COMMON \
6336         assert(sv)
6337 STATIC void     S_sv_add_arena(pTHX_ char *const ptr, const U32 size, const U32 flags);
6338 #define PERL_ARGS_ASSERT_SV_ADD_ARENA   \
6339         assert(ptr)
6340 STATIC const char *     S_sv_display(pTHX_ SV *const sv, char *tmpbuf, STRLEN tmpbuf_size);
6341 #define PERL_ARGS_ASSERT_SV_DISPLAY     \
6342         assert(sv); assert(tmpbuf)
6343 STATIC STRLEN   S_sv_pos_b2u_midway(pTHX_ const U8 *const s, const U8 *const target, const U8 *end, STRLEN endu);
6344 #define PERL_ARGS_ASSERT_SV_POS_B2U_MIDWAY      \
6345         assert(s); assert(target); assert(end)
6346 STATIC STRLEN   S_sv_pos_u2b_cached(pTHX_ SV *const sv, MAGIC **const mgp, const U8 *const start, const U8 *const send, STRLEN uoffset, STRLEN uoffset0, STRLEN boffset0);
6347 #define PERL_ARGS_ASSERT_SV_POS_U2B_CACHED      \
6348         assert(sv); assert(mgp); assert(start); assert(send)
6349 STATIC STRLEN   S_sv_pos_u2b_forwards(const U8 *const start, const U8 *const send, STRLEN *const uoffset, bool *const at_end);
6350 #define PERL_ARGS_ASSERT_SV_POS_U2B_FORWARDS    \
6351         assert(start); assert(send); assert(uoffset); assert(at_end)
6352 STATIC STRLEN   S_sv_pos_u2b_midway(const U8 *const start, const U8 *send, STRLEN uoffset, const STRLEN uend);
6353 #define PERL_ARGS_ASSERT_SV_POS_U2B_MIDWAY      \
6354         assert(start); assert(send)
6355 #ifndef PERL_NO_INLINE_FUNCTIONS
6356 PERL_STATIC_INLINE void S_sv_unglob(pTHX_ SV *const sv, U32 flags);
6357 #define PERL_ARGS_ASSERT_SV_UNGLOB      \
6358         assert(sv)
6359 #endif
6360 #ifndef PERL_NO_INLINE_FUNCTIONS
6361 PERL_STATIC_INLINE char *       S_uiv_2buf(char *const buf, const IV iv, UV uv, const int is_uv, char **const peob)
6362                         __attribute__warn_unused_result__;
6363 #define PERL_ARGS_ASSERT_UIV_2BUF       \
6364         assert(buf); assert(peob)
6365 #endif
6366
6367 STATIC void     S_utf8_mg_len_cache_update(pTHX_ SV *const sv, MAGIC **const mgp, const STRLEN ulen);
6368 #define PERL_ARGS_ASSERT_UTF8_MG_LEN_CACHE_UPDATE       \
6369         assert(sv); assert(mgp)
6370 STATIC void     S_utf8_mg_pos_cache_update(pTHX_ SV *const sv, MAGIC **const mgp, const STRLEN byte, const STRLEN utf8, const STRLEN blen);
6371 #define PERL_ARGS_ASSERT_UTF8_MG_POS_CACHE_UPDATE       \
6372         assert(sv); assert(mgp)
6373 STATIC I32      S_visit(pTHX_ SVFUNC_t f, const U32 flags, const U32 mask);
6374 #define PERL_ARGS_ASSERT_VISIT  \
6375         assert(f)
6376 #  if defined(USE_ITHREADS)
6377 STATIC SV*      S_sv_dup_common(pTHX_ const SV *const sstr, CLONE_PARAMS *const param)
6378                         __attribute__warn_unused_result__;
6379 #define PERL_ARGS_ASSERT_SV_DUP_COMMON  \
6380         assert(sstr); assert(param)
6381
6382 STATIC SV **    S_sv_dup_inc_multiple(pTHX_ SV *const *source, SV **dest, SSize_t items, CLONE_PARAMS *const param);
6383 #define PERL_ARGS_ASSERT_SV_DUP_INC_MULTIPLE    \
6384         assert(source); assert(dest); assert(param)
6385 STATIC void     S_unreferenced_to_tmp_stack(pTHX_ AV *const unreferenced);
6386 #define PERL_ARGS_ASSERT_UNREFERENCED_TO_TMP_STACK      \
6387         assert(unreferenced)
6388 #  endif
6389 #endif
6390 #if defined(PERL_IN_SV_C) || defined (PERL_IN_OP_C)
6391 PERL_CALLCONV SV *      Perl_varname(pTHX_ const GV *const gv, const char gvtype, PADOFFSET targ, const SV *const keyname, SSize_t aindex, int subscript_type)
6392                         __attribute__warn_unused_result__;
6393 #define PERL_ARGS_ASSERT_VARNAME
6394
6395 #endif
6396 #if defined(PERL_IN_TOKE_C)
6397 STATIC int      S_ao(pTHX_ int toketype);
6398 #define PERL_ARGS_ASSERT_AO
6399 STATIC void     S_check_uni(pTHX);
6400 #define PERL_ARGS_ASSERT_CHECK_UNI
6401 STATIC void     S_checkcomma(pTHX_ const char *s, const char *name, const char *what);
6402 #define PERL_ARGS_ASSERT_CHECKCOMMA     \
6403         assert(s); assert(name); assert(what)
6404 STATIC char *   S_filter_gets(pTHX_ SV *sv, STRLEN append)
6405                         __attribute__warn_unused_result__;
6406 #define PERL_ARGS_ASSERT_FILTER_GETS    \
6407         assert(sv)
6408
6409 STATIC HV *     S_find_in_my_stash(pTHX_ const char *pkgname, STRLEN len)
6410                         __attribute__warn_unused_result__;
6411 #define PERL_ARGS_ASSERT_FIND_IN_MY_STASH       \
6412         assert(pkgname)
6413
6414 STATIC void     S_force_ident(pTHX_ const char *s, int kind);
6415 #define PERL_ARGS_ASSERT_FORCE_IDENT    \
6416         assert(s)
6417 STATIC void     S_force_ident_maybe_lex(pTHX_ char pit);
6418 #define PERL_ARGS_ASSERT_FORCE_IDENT_MAYBE_LEX
6419 STATIC void     S_force_next(pTHX_ I32 type);
6420 #define PERL_ARGS_ASSERT_FORCE_NEXT
6421 STATIC char*    S_force_strict_version(pTHX_ char *s);
6422 #define PERL_ARGS_ASSERT_FORCE_STRICT_VERSION   \
6423         assert(s)
6424 STATIC char*    S_force_version(pTHX_ char *s, int guessing);
6425 #define PERL_ARGS_ASSERT_FORCE_VERSION  \
6426         assert(s)
6427 STATIC char*    S_force_word(pTHX_ char *start, int token, int check_keyword, int allow_pack);
6428 #define PERL_ARGS_ASSERT_FORCE_WORD     \
6429         assert(start)
6430 STATIC SV*      S_get_and_check_backslash_N_name_wrapper(pTHX_ const char* s, const char* const e)
6431                         __attribute__warn_unused_result__;
6432 #define PERL_ARGS_ASSERT_GET_AND_CHECK_BACKSLASH_N_NAME_WRAPPER \
6433         assert(s); assert(e)
6434
6435 STATIC void     S_incline(pTHX_ const char *s, const char *end);
6436 #define PERL_ARGS_ASSERT_INCLINE        \
6437         assert(s); assert(end)
6438 STATIC int      S_intuit_method(pTHX_ char *s, SV *ioname, CV *cv);
6439 #define PERL_ARGS_ASSERT_INTUIT_METHOD  \
6440         assert(s)
6441 STATIC int      S_intuit_more(pTHX_ char *s, char *e);
6442 #define PERL_ARGS_ASSERT_INTUIT_MORE    \
6443         assert(s); assert(e)
6444 STATIC I32      S_lop(pTHX_ I32 f, U8 x, char *s);
6445 #define PERL_ARGS_ASSERT_LOP    \
6446         assert(s)
6447 PERL_STATIC_NO_RET void S_missingterm(pTHX_ char *s, STRLEN len)
6448                         __attribute__noreturn__;
6449 #define PERL_ARGS_ASSERT_MISSINGTERM
6450
6451 STATIC SV*      S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, STRLEN keylen, SV *sv, SV *pv, const char *type, STRLEN typelen, const char ** error_msg);
6452 #define PERL_ARGS_ASSERT_NEW_CONSTANT   \
6453         assert(key); assert(sv)
6454 STATIC void     S_no_op(pTHX_ const char *const what, char *s);
6455 #define PERL_ARGS_ASSERT_NO_OP  \
6456         assert(what)
6457 STATIC void     S_parse_ident(pTHX_ char **s, char **d, char * const e, int allow_package, bool is_utf8, bool check_dollar, bool tick_warn);
6458 #define PERL_ARGS_ASSERT_PARSE_IDENT    \
6459         assert(s); assert(d); assert(e)
6460 STATIC int      S_pending_ident(pTHX);
6461 #define PERL_ARGS_ASSERT_PENDING_IDENT
6462 STATIC char*    S_scan_const(pTHX_ char *start)
6463                         __attribute__warn_unused_result__;
6464 #define PERL_ARGS_ASSERT_SCAN_CONST     \
6465         assert(start)
6466
6467 STATIC char*    S_scan_formline(pTHX_ char *s)
6468                         __attribute__warn_unused_result__;
6469 #define PERL_ARGS_ASSERT_SCAN_FORMLINE  \
6470         assert(s)
6471
6472 STATIC char*    S_scan_heredoc(pTHX_ char *s)
6473                         __attribute__warn_unused_result__;
6474 #define PERL_ARGS_ASSERT_SCAN_HEREDOC   \
6475         assert(s)
6476
6477 STATIC char*    S_scan_ident(pTHX_ char *s, char *dest, STRLEN destlen, I32 ck_uni);
6478 #define PERL_ARGS_ASSERT_SCAN_IDENT     \
6479         assert(s); assert(dest)
6480 STATIC char*    S_scan_inputsymbol(pTHX_ char *start)
6481                         __attribute__warn_unused_result__;
6482 #define PERL_ARGS_ASSERT_SCAN_INPUTSYMBOL       \
6483         assert(start)
6484
6485 STATIC char*    S_scan_pat(pTHX_ char *start, I32 type)
6486                         __attribute__warn_unused_result__;
6487 #define PERL_ARGS_ASSERT_SCAN_PAT       \
6488         assert(start)
6489
6490 STATIC char*    S_scan_subst(pTHX_ char *start)
6491                         __attribute__warn_unused_result__;
6492 #define PERL_ARGS_ASSERT_SCAN_SUBST     \
6493         assert(start)
6494
6495 STATIC char*    S_scan_trans(pTHX_ char *start)
6496                         __attribute__warn_unused_result__;
6497 #define PERL_ARGS_ASSERT_SCAN_TRANS     \
6498         assert(start)
6499
6500 STATIC I32      S_sublex_done(pTHX)
6501                         __attribute__warn_unused_result__;
6502 #define PERL_ARGS_ASSERT_SUBLEX_DONE
6503
6504 STATIC I32      S_sublex_push(pTHX)
6505                         __attribute__warn_unused_result__;
6506 #define PERL_ARGS_ASSERT_SUBLEX_PUSH
6507
6508 STATIC I32      S_sublex_start(pTHX)
6509                         __attribute__warn_unused_result__;
6510 #define PERL_ARGS_ASSERT_SUBLEX_START
6511
6512 STATIC char*    S_swallow_bom(pTHX_ U8 *s)
6513                         __attribute__warn_unused_result__;
6514 #define PERL_ARGS_ASSERT_SWALLOW_BOM    \
6515         assert(s)
6516
6517 STATIC char *   S_tokenize_use(pTHX_ int is_use, char *s)
6518                         __attribute__warn_unused_result__;
6519 #define PERL_ARGS_ASSERT_TOKENIZE_USE   \
6520         assert(s)
6521
6522 STATIC SV*      S_tokeq(pTHX_ SV *sv);
6523 #define PERL_ARGS_ASSERT_TOKEQ  \
6524         assert(sv)
6525 STATIC void     S_update_debugger_info(pTHX_ SV *orig_sv, const char *const buf, STRLEN len);
6526 #define PERL_ARGS_ASSERT_UPDATE_DEBUGGER_INFO
6527 STATIC int      S_yywarn(pTHX_ const char *const s, U32 flags);
6528 #define PERL_ARGS_ASSERT_YYWARN \
6529         assert(s)
6530 #endif
6531 #if defined(PERL_IN_UNIVERSAL_C)
6532 STATIC bool     S_isa_lookup(pTHX_ HV *stash, SV *namesv, const char * name, STRLEN len, U32 flags);
6533 STATIC bool     S_sv_derived_from_svpvn(pTHX_ SV *sv, SV *namesv, const char * name, const STRLEN len, U32 flags);
6534 #endif
6535 #if defined(PERL_IN_UTF8_C)
6536 STATIC UV       S__to_utf8_case(pTHX_ const UV uv1, const U8 *p, U8* ustrp, STRLEN *lenp, SV *invlist, const I32 * const invmap, const U32 * const * const aux_tables, const U8 * const aux_table_lengths, const char * const normal);
6537 #define PERL_ARGS_ASSERT__TO_UTF8_CASE  \
6538         assert(ustrp); assert(lenp); assert(invlist); assert(invmap); assert(normal)
6539 STATIC UV       S_check_locale_boundary_crossing(pTHX_ const U8* const p, const UV result, U8* const ustrp, STRLEN *lenp)
6540                         __attribute__warn_unused_result__;
6541 #define PERL_ARGS_ASSERT_CHECK_LOCALE_BOUNDARY_CROSSING \
6542         assert(p); assert(ustrp); assert(lenp)
6543
6544 #ifndef PERL_NO_INLINE_FUNCTIONS
6545 PERL_STATIC_INLINE int  S_does_utf8_overflow(const U8 * const s, const U8 * e, const bool consider_overlongs)
6546                         __attribute__warn_unused_result__;
6547 #define PERL_ARGS_ASSERT_DOES_UTF8_OVERFLOW     \
6548         assert(s); assert(e)
6549 #endif
6550
6551 #ifndef PERL_NO_INLINE_FUNCTIONS
6552 PERL_STATIC_INLINE int  S_isFF_OVERLONG(const U8 * const s, const STRLEN len)
6553                         __attribute__warn_unused_result__;
6554 #define PERL_ARGS_ASSERT_ISFF_OVERLONG  \
6555         assert(s)
6556 #endif
6557
6558 #ifndef PERL_NO_INLINE_FUNCTIONS
6559 PERL_STATIC_INLINE bool S_is_utf8_common(pTHX_ const U8 *const p, const U8 *const e, SV* const invlist)
6560                         __attribute__warn_unused_result__;
6561 #define PERL_ARGS_ASSERT_IS_UTF8_COMMON \
6562         assert(p); assert(e)
6563 #endif
6564
6565 #ifndef PERL_NO_INLINE_FUNCTIONS
6566 PERL_STATIC_INLINE int  S_is_utf8_overlong_given_start_byte_ok(const U8 * const s, const STRLEN len)
6567                         __attribute__warn_unused_result__;
6568 #define PERL_ARGS_ASSERT_IS_UTF8_OVERLONG_GIVEN_START_BYTE_OK   \
6569         assert(s)
6570 #endif
6571
6572 STATIC HV *     S_new_msg_hv(pTHX_ const char * const message, U32 categories, U32 flag)
6573                         __attribute__warn_unused_result__;
6574 #define PERL_ARGS_ASSERT_NEW_MSG_HV     \
6575         assert(message)
6576
6577 STATIC U8       S_to_lower_latin1(const U8 c, U8 *p, STRLEN *lenp, const char dummy)
6578                         __attribute__warn_unused_result__;
6579 #define PERL_ARGS_ASSERT_TO_LOWER_LATIN1
6580
6581 STATIC UV       S_turkic_fc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
6582 #define PERL_ARGS_ASSERT_TURKIC_FC      \
6583         assert(p); assert(e); assert(ustrp); assert(lenp)
6584 STATIC UV       S_turkic_lc(pTHX_ const U8 * const p0, const U8 * const e, U8* ustrp, STRLEN *lenp);
6585 #define PERL_ARGS_ASSERT_TURKIC_LC      \
6586         assert(p0); assert(e); assert(ustrp); assert(lenp)
6587 STATIC UV       S_turkic_uc(pTHX_ const U8 * const p, const U8 * const e, U8* ustrp, STRLEN *lenp);
6588 #define PERL_ARGS_ASSERT_TURKIC_UC      \
6589         assert(p); assert(e); assert(ustrp); assert(lenp)
6590 STATIC char *   S_unexpected_non_continuation_text(pTHX_ const U8 * const s, STRLEN print_len, const STRLEN non_cont_byte_pos, const STRLEN expect_len)
6591                         __attribute__warn_unused_result__;
6592 #define PERL_ARGS_ASSERT_UNEXPECTED_NON_CONTINUATION_TEXT       \
6593         assert(s)
6594
6595 #endif
6596 #if defined(PERL_IN_UTF8_C) || defined(PERL_IN_PP_C)
6597 PERL_CALLCONV UV        Perl__to_upper_title_latin1(pTHX_ const U8 c, U8 *p, STRLEN *lenp, const char S_or_s);
6598 #define PERL_ARGS_ASSERT__TO_UPPER_TITLE_LATIN1 \
6599         assert(p); assert(lenp)
6600 #endif
6601 #if defined(PERL_IN_UTIL_C)
6602 STATIC bool     S_ckwarn_common(pTHX_ U32 w);
6603 #define PERL_ARGS_ASSERT_CKWARN_COMMON
6604 STATIC bool     S_invoke_exception_hook(pTHX_ SV *ex, bool warn);
6605 #define PERL_ARGS_ASSERT_INVOKE_EXCEPTION_HOOK
6606 STATIC SV*      S_mess_alloc(pTHX);
6607 #define PERL_ARGS_ASSERT_MESS_ALLOC
6608 STATIC SV *     S_with_queued_errors(pTHX_ SV *ex);
6609 #define PERL_ARGS_ASSERT_WITH_QUEUED_ERRORS     \
6610         assert(ex)
6611 STATIC void     S_xs_version_bootcheck(pTHX_ U32 items, U32 ax, const char *xs_p, STRLEN xs_len);
6612 #define PERL_ARGS_ASSERT_XS_VERSION_BOOTCHECK   \
6613         assert(xs_p)
6614 #  if defined(PERL_MEM_LOG) && !defined(PERL_MEM_LOG_NOIMPL)
6615 STATIC void     S_mem_log_common(enum mem_log_type mlt, const UV n, const UV typesize, const char *type_name, const SV *sv, Malloc_t oldalloc, Malloc_t newalloc, const char *filename, const int linenumber, const char *funcname);
6616 #define PERL_ARGS_ASSERT_MEM_LOG_COMMON \
6617         assert(type_name); assert(filename); assert(funcname)
6618 #  endif
6619 #endif
6620 #if defined(PERL_MEM_LOG)
6621 PERL_CALLCONV Malloc_t  Perl_mem_log_alloc(const UV nconst, UV typesize, const char *type_name, Malloc_t newalloc, const char *filename, const int linenumber, const char *funcname);
6622 #define PERL_ARGS_ASSERT_MEM_LOG_ALLOC  \
6623         assert(type_name); assert(filename); assert(funcname)
6624 PERL_CALLCONV Malloc_t  Perl_mem_log_free(Malloc_t oldalloc, const char *filename, const int linenumber, const char *funcname);
6625 #define PERL_ARGS_ASSERT_MEM_LOG_FREE   \
6626         assert(filename); assert(funcname)
6627 PERL_CALLCONV Malloc_t  Perl_mem_log_realloc(const UV n, const UV typesize, const char *type_name, Malloc_t oldalloc, Malloc_t newalloc, const char *filename, const int linenumber, const char *funcname);
6628 #define PERL_ARGS_ASSERT_MEM_LOG_REALLOC        \
6629         assert(type_name); assert(filename); assert(funcname)
6630 #endif
6631 #if defined(PERL_USES_PL_PIDSTATUS) && defined(PERL_IN_UTIL_C)
6632 STATIC void     S_pidgone(pTHX_ Pid_t pid, int status);
6633 #define PERL_ARGS_ASSERT_PIDGONE
6634 #endif
6635 #if defined(PERL_USE_3ARG_SIGHANDLER)
6636 PERL_CALLCONV Signal_t  Perl_csighandler(int sig, Siginfo_t *info, void *uap);
6637 #define PERL_ARGS_ASSERT_CSIGHANDLER
6638 PERL_CALLCONV Signal_t  Perl_sighandler(int sig, Siginfo_t *info, void *uap);
6639 #define PERL_ARGS_ASSERT_SIGHANDLER
6640 #endif
6641 #if defined(UNLINK_ALL_VERSIONS)
6642 PERL_CALLCONV I32       Perl_unlnk(pTHX_ const char* f);
6643 #define PERL_ARGS_ASSERT_UNLNK  \
6644         assert(f)
6645 #endif
6646 #if defined(USE_C_BACKTRACE)
6647 PERL_CALLCONV bool      Perl_dump_c_backtrace(pTHX_ PerlIO* fp, int max_depth, int skip);
6648 #define PERL_ARGS_ASSERT_DUMP_C_BACKTRACE       \
6649         assert(fp)
6650 /* PERL_CALLCONV void   free_c_backtrace(pTHX_ Perl_c_backtrace* bt); */
6651 #define PERL_ARGS_ASSERT_FREE_C_BACKTRACE
6652 PERL_CALLCONV Perl_c_backtrace* Perl_get_c_backtrace(pTHX_ int max_depth, int skip);
6653 #define PERL_ARGS_ASSERT_GET_C_BACKTRACE
6654 PERL_CALLCONV SV*       Perl_get_c_backtrace_dump(pTHX_ int max_depth, int skip);
6655 #define PERL_ARGS_ASSERT_GET_C_BACKTRACE_DUMP
6656 #endif
6657 #if defined(USE_DTRACE)
6658 PERL_CALLCONV void      Perl_dtrace_probe_call(pTHX_ CV *cv, bool is_call);
6659 #define PERL_ARGS_ASSERT_DTRACE_PROBE_CALL      \
6660         assert(cv)
6661 PERL_CALLCONV void      Perl_dtrace_probe_load(pTHX_ const char *name, bool is_loading);
6662 #define PERL_ARGS_ASSERT_DTRACE_PROBE_LOAD      \
6663         assert(name)
6664 PERL_CALLCONV void      Perl_dtrace_probe_op(pTHX_ const OP *op);
6665 #define PERL_ARGS_ASSERT_DTRACE_PROBE_OP        \
6666         assert(op)
6667 PERL_CALLCONV void      Perl_dtrace_probe_phase(pTHX_ enum perl_phase phase);
6668 #define PERL_ARGS_ASSERT_DTRACE_PROBE_PHASE
6669 #endif
6670 #if defined(USE_ITHREADS)
6671 PERL_CALLCONV PADOFFSET Perl_alloccopstash(pTHX_ HV *hv);
6672 #define PERL_ARGS_ASSERT_ALLOCCOPSTASH  \
6673         assert(hv)
6674 PERL_CALLCONV void*     Perl_any_dup(pTHX_ void* v, const PerlInterpreter* proto_perl)
6675                         __attribute__warn_unused_result__;
6676 #define PERL_ARGS_ASSERT_ANY_DUP        \
6677         assert(proto_perl)
6678
6679 PERL_CALLCONV void      Perl_clone_params_del(CLONE_PARAMS *param);
6680 #define PERL_ARGS_ASSERT_CLONE_PARAMS_DEL       \
6681         assert(param)
6682 PERL_CALLCONV CLONE_PARAMS *    Perl_clone_params_new(PerlInterpreter *const from, PerlInterpreter *const to)
6683                         __attribute__warn_unused_result__;
6684 #define PERL_ARGS_ASSERT_CLONE_PARAMS_NEW       \
6685         assert(from); assert(to)
6686
6687 PERL_CALLCONV PERL_CONTEXT*     Perl_cx_dup(pTHX_ PERL_CONTEXT* cx, I32 ix, I32 max, CLONE_PARAMS* param)
6688                         __attribute__warn_unused_result__;
6689 #define PERL_ARGS_ASSERT_CX_DUP \
6690         assert(param)
6691
6692 PERL_CALLCONV DIR*      Perl_dirp_dup(pTHX_ DIR *const dp, CLONE_PARAMS *const param)
6693                         __attribute__warn_unused_result__;
6694 #define PERL_ARGS_ASSERT_DIRP_DUP       \
6695         assert(param)
6696
6697 PERL_CALLCONV PerlIO*   Perl_fp_dup(pTHX_ PerlIO *const fp, const char type, CLONE_PARAMS *const param);
6698 #define PERL_ARGS_ASSERT_FP_DUP \
6699         assert(param)
6700 PERL_CALLCONV GP*       Perl_gp_dup(pTHX_ GP *const gp, CLONE_PARAMS *const param)
6701                         __attribute__warn_unused_result__;
6702 #define PERL_ARGS_ASSERT_GP_DUP \
6703         assert(param)
6704
6705 PERL_CALLCONV HE*       Perl_he_dup(pTHX_ const HE* e, bool shared, CLONE_PARAMS* param)
6706                         __attribute__warn_unused_result__;
6707 #define PERL_ARGS_ASSERT_HE_DUP \
6708         assert(param)
6709
6710 PERL_CALLCONV HEK*      Perl_hek_dup(pTHX_ HEK* e, CLONE_PARAMS* param)
6711                         __attribute__warn_unused_result__;
6712 #define PERL_ARGS_ASSERT_HEK_DUP        \
6713         assert(param)
6714
6715 PERL_CALLCONV MAGIC*    Perl_mg_dup(pTHX_ MAGIC *mg, CLONE_PARAMS *const param)
6716                         __attribute__warn_unused_result__;
6717 #define PERL_ARGS_ASSERT_MG_DUP \
6718         assert(param)
6719
6720 PERL_CALLCONV struct mro_meta*  Perl_mro_meta_dup(pTHX_ struct mro_meta* smeta, CLONE_PARAMS* param);
6721 #define PERL_ARGS_ASSERT_MRO_META_DUP   \
6722         assert(smeta); assert(param)
6723 PERL_CALLCONV OP*       Perl_newPADOP(pTHX_ I32 type, I32 flags, SV* sv)
6724                         __attribute__warn_unused_result__;
6725 #define PERL_ARGS_ASSERT_NEWPADOP       \
6726         assert(sv)
6727
6728 PERL_CALLCONV PADLIST * Perl_padlist_dup(pTHX_ PADLIST *srcpad, CLONE_PARAMS *param)
6729                         __attribute__warn_unused_result__;
6730 #define PERL_ARGS_ASSERT_PADLIST_DUP    \
6731         assert(srcpad); assert(param)
6732
6733 PERL_CALLCONV PADNAME * Perl_padname_dup(pTHX_ PADNAME *src, CLONE_PARAMS *param)
6734                         __attribute__warn_unused_result__;
6735 #define PERL_ARGS_ASSERT_PADNAME_DUP    \
6736         assert(src); assert(param)
6737
6738 PERL_CALLCONV PADNAMELIST *     Perl_padnamelist_dup(pTHX_ PADNAMELIST *srcpad, CLONE_PARAMS *param)
6739                         __attribute__warn_unused_result__;
6740 #define PERL_ARGS_ASSERT_PADNAMELIST_DUP        \
6741         assert(srcpad); assert(param)
6742
6743 PERL_CALLCONV yy_parser*        Perl_parser_dup(pTHX_ const yy_parser *const proto, CLONE_PARAMS *const param);
6744 #define PERL_ARGS_ASSERT_PARSER_DUP     \
6745         assert(param)
6746 PERL_CALLCONV PerlInterpreter*  perl_clone(PerlInterpreter *proto_perl, UV flags);
6747 #define PERL_ARGS_ASSERT_PERL_CLONE     \
6748         assert(proto_perl)
6749 PERL_CALLCONV void      Perl_re_dup_guts(pTHX_ const REGEXP *sstr, REGEXP *dstr, CLONE_PARAMS* param);
6750 #define PERL_ARGS_ASSERT_RE_DUP_GUTS    \
6751         assert(sstr); assert(dstr); assert(param)
6752 PERL_CALLCONV void*     Perl_regdupe_internal(pTHX_ REGEXP * const r, CLONE_PARAMS* param);
6753 #define PERL_ARGS_ASSERT_REGDUPE_INTERNAL       \
6754         assert(r); assert(param)
6755 PERL_CALLCONV void      Perl_rvpv_dup(pTHX_ SV *const dstr, const SV *const sstr, CLONE_PARAMS *const param);
6756 #define PERL_ARGS_ASSERT_RVPV_DUP       \
6757         assert(dstr); assert(sstr); assert(param)
6758 PERL_CALLCONV PERL_SI*  Perl_si_dup(pTHX_ PERL_SI* si, CLONE_PARAMS* param)
6759                         __attribute__warn_unused_result__;
6760 #define PERL_ARGS_ASSERT_SI_DUP \
6761         assert(param)
6762
6763 PERL_CALLCONV ANY*      Perl_ss_dup(pTHX_ PerlInterpreter* proto_perl, CLONE_PARAMS* param)
6764                         __attribute__warn_unused_result__;
6765 #define PERL_ARGS_ASSERT_SS_DUP \
6766         assert(proto_perl); assert(param)
6767
6768 PERL_CALLCONV SV*       Perl_sv_dup(pTHX_ const SV *const sstr, CLONE_PARAMS *const param)
6769                         __attribute__warn_unused_result__;
6770 #define PERL_ARGS_ASSERT_SV_DUP \
6771         assert(param)
6772
6773 PERL_CALLCONV SV*       Perl_sv_dup_inc(pTHX_ const SV *const sstr, CLONE_PARAMS *const param)
6774                         __attribute__warn_unused_result__;
6775 #define PERL_ARGS_ASSERT_SV_DUP_INC     \
6776         assert(param)
6777
6778 #endif
6779 #if defined(USE_LOCALE)             && (   defined(PERL_IN_LOCALE_C)            || defined(PERL_IN_MG_C)                || defined (PERL_EXT_POSIX)             || defined (PERL_EXT_LANGINFO))
6780 PERL_CALLCONV bool      Perl__is_cur_LC_category_utf8(pTHX_ int category);
6781 #define PERL_ARGS_ASSERT__IS_CUR_LC_CATEGORY_UTF8
6782 #endif
6783 #if defined(USE_LOCALE_COLLATE)
6784 PERL_CALLCONV int       Perl_magic_setcollxfrm(pTHX_ SV* sv, MAGIC* mg);
6785 #define PERL_ARGS_ASSERT_MAGIC_SETCOLLXFRM      \
6786         assert(sv); assert(mg)
6787 #ifndef NO_MATHOMS
6788 PERL_CALLCONV char*     Perl_mem_collxfrm(pTHX_ const char* input_string, STRLEN len, STRLEN* xlen)
6789                         __attribute__deprecated__;
6790 #define PERL_ARGS_ASSERT_MEM_COLLXFRM   \
6791         assert(input_string); assert(xlen)
6792 #endif
6793
6794 #ifndef NO_MATHOMS
6795 PERL_CALLCONV char*     Perl_sv_collxfrm(pTHX_ SV *const sv, STRLEN *const nxp);
6796 #define PERL_ARGS_ASSERT_SV_COLLXFRM    \
6797         assert(sv); assert(nxp)
6798 #endif
6799 PERL_CALLCONV char*     Perl_sv_collxfrm_flags(pTHX_ SV *const sv, STRLEN *const nxp, I32 const flags);
6800 #define PERL_ARGS_ASSERT_SV_COLLXFRM_FLAGS      \
6801         assert(sv); assert(nxp)
6802 #endif
6803 #if defined(USE_PERLIO)
6804 PERL_CALLCONV void      Perl_PerlIO_clearerr(pTHX_ PerlIO *f);
6805 #define PERL_ARGS_ASSERT_PERLIO_CLEARERR
6806 PERL_CALLCONV int       Perl_PerlIO_close(pTHX_ PerlIO *f);
6807 #define PERL_ARGS_ASSERT_PERLIO_CLOSE
6808 PERL_CALLCONV int       Perl_PerlIO_eof(pTHX_ PerlIO *f);
6809 #define PERL_ARGS_ASSERT_PERLIO_EOF
6810 PERL_CALLCONV int       Perl_PerlIO_error(pTHX_ PerlIO *f);
6811 #define PERL_ARGS_ASSERT_PERLIO_ERROR
6812 PERL_CALLCONV int       Perl_PerlIO_fileno(pTHX_ PerlIO *f);
6813 #define PERL_ARGS_ASSERT_PERLIO_FILENO
6814 PERL_CALLCONV int       Perl_PerlIO_fill(pTHX_ PerlIO *f);
6815 #define PERL_ARGS_ASSERT_PERLIO_FILL
6816 PERL_CALLCONV int       Perl_PerlIO_flush(pTHX_ PerlIO *f);
6817 #define PERL_ARGS_ASSERT_PERLIO_FLUSH
6818 PERL_CALLCONV STDCHAR * Perl_PerlIO_get_base(pTHX_ PerlIO *f);
6819 #define PERL_ARGS_ASSERT_PERLIO_GET_BASE
6820 PERL_CALLCONV SSize_t   Perl_PerlIO_get_bufsiz(pTHX_ PerlIO *f)
6821                         __attribute__warn_unused_result__;
6822 #define PERL_ARGS_ASSERT_PERLIO_GET_BUFSIZ
6823
6824 PERL_CALLCONV SSize_t   Perl_PerlIO_get_cnt(pTHX_ PerlIO *f)
6825                         __attribute__warn_unused_result__;
6826 #define PERL_ARGS_ASSERT_PERLIO_GET_CNT
6827
6828 PERL_CALLCONV STDCHAR * Perl_PerlIO_get_ptr(pTHX_ PerlIO *f);
6829 #define PERL_ARGS_ASSERT_PERLIO_GET_PTR
6830 PERL_CALLCONV SSize_t   Perl_PerlIO_read(pTHX_ PerlIO *f, void *vbuf, Size_t count);
6831 #define PERL_ARGS_ASSERT_PERLIO_READ    \
6832         assert(vbuf)
6833 PERL_CALLCONV void      Perl_PerlIO_restore_errno(pTHX_ PerlIO *f);
6834 #define PERL_ARGS_ASSERT_PERLIO_RESTORE_ERRNO
6835 PERL_CALLCONV void      Perl_PerlIO_save_errno(pTHX_ PerlIO *f);
6836 #define PERL_ARGS_ASSERT_PERLIO_SAVE_ERRNO
6837 PERL_CALLCONV int       Perl_PerlIO_seek(pTHX_ PerlIO *f, Off_t offset, int whence);
6838 #define PERL_ARGS_ASSERT_PERLIO_SEEK
6839 PERL_CALLCONV void      Perl_PerlIO_set_cnt(pTHX_ PerlIO *f, SSize_t cnt);
6840 #define PERL_ARGS_ASSERT_PERLIO_SET_CNT
6841 PERL_CALLCONV void      Perl_PerlIO_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR *ptr, SSize_t cnt);
6842 #define PERL_ARGS_ASSERT_PERLIO_SET_PTRCNT
6843 PERL_CALLCONV void      Perl_PerlIO_setlinebuf(pTHX_ PerlIO *f);
6844 #define PERL_ARGS_ASSERT_PERLIO_SETLINEBUF
6845 PERL_CALLCONV PerlIO *  Perl_PerlIO_stderr(pTHX)
6846                         __attribute__warn_unused_result__;
6847 #define PERL_ARGS_ASSERT_PERLIO_STDERR
6848
6849 PERL_CALLCONV PerlIO *  Perl_PerlIO_stdin(pTHX)
6850                         __attribute__warn_unused_result__;
6851 #define PERL_ARGS_ASSERT_PERLIO_STDIN
6852
6853 PERL_CALLCONV PerlIO *  Perl_PerlIO_stdout(pTHX)
6854                         __attribute__warn_unused_result__;
6855 #define PERL_ARGS_ASSERT_PERLIO_STDOUT
6856
6857 PERL_CALLCONV Off_t     Perl_PerlIO_tell(pTHX_ PerlIO *f);
6858 #define PERL_ARGS_ASSERT_PERLIO_TELL
6859 PERL_CALLCONV SSize_t   Perl_PerlIO_unread(pTHX_ PerlIO *f, const void *vbuf, Size_t count);
6860 #define PERL_ARGS_ASSERT_PERLIO_UNREAD  \
6861         assert(vbuf)
6862 PERL_CALLCONV SSize_t   Perl_PerlIO_write(pTHX_ PerlIO *f, const void *vbuf, Size_t count);
6863 #define PERL_ARGS_ASSERT_PERLIO_WRITE   \
6864         assert(vbuf)
6865 #endif
6866 #if defined(USE_QUADMATH)
6867 PERL_CALLCONV bool      Perl_quadmath_format_needed(const char* format);
6868 #define PERL_ARGS_ASSERT_QUADMATH_FORMAT_NEEDED \
6869         assert(format)
6870 PERL_CALLCONV bool      Perl_quadmath_format_valid(const char* format);
6871 #define PERL_ARGS_ASSERT_QUADMATH_FORMAT_VALID  \
6872         assert(format)
6873 #endif
6874 #if defined(WIN32)
6875 PERL_CALLCONV_NO_RET void       win32_croak_not_implemented(const char * fname)
6876                         __attribute__noreturn__;
6877 #define PERL_ARGS_ASSERT_WIN32_CROAK_NOT_IMPLEMENTED    \
6878         assert(fname)
6879
6880 #endif
6881 #if defined(WIN32) || defined(VMS)
6882 PERL_CALLCONV int       Perl_do_aspawn(pTHX_ SV* really, SV** mark, SV** sp);
6883 #define PERL_ARGS_ASSERT_DO_ASPAWN      \
6884         assert(mark); assert(sp)
6885 PERL_CALLCONV int       Perl_do_spawn(pTHX_ char* cmd);
6886 #define PERL_ARGS_ASSERT_DO_SPAWN       \
6887         assert(cmd)
6888 PERL_CALLCONV int       Perl_do_spawn_nowait(pTHX_ char* cmd);
6889 #define PERL_ARGS_ASSERT_DO_SPAWN_NOWAIT        \
6890         assert(cmd)
6891 #endif
6892 #if defined(_MSC_VER)
6893 PERL_CALLCONV int       Perl_magic_regdatum_set(pTHX_ SV* sv, MAGIC* mg);
6894 #define PERL_ARGS_ASSERT_MAGIC_REGDATUM_SET     \
6895         assert(sv); assert(mg)
6896 #endif
6897 #ifdef PERL_CORE
6898 #  include "pp_proto.h"
6899 #endif
6900 END_EXTERN_C
6901
6902 /* ex: set ro: */