Lines Matching defs:warnings
1846 /* This ensures that warnings are reported at the first line
2462 /* mortalise it, in case warnings are fatal. */
2729 lexname = NULL; /* just to silence compiler warnings */
2730 fields = NULL; /* just to silence compiler warnings */
8037 * without any warnings or errors */
8915 /* This ensures that warnings are reported at the first line
10163 /* protect against fatal warnings leaking compcv */
10184 /* This ensures that warnings are reported at the first
10187 /* protect against fatal warnings leaking compcv */
10879 /* All the other code for sub redefinition warnings expects the
10885 /* This ensures that warnings are reported at the first
10888 /* protect against fatal warnings leaking compcv */
11493 /* Protect sv against leakage caused by fatal warnings. */
12658 * warnings. But if we didn't add it in the lexer, we must at
12660 * or we get possible typo warnings. OPpCONST_ENTERED says
15838 Perl_dup_warnings(pTHX_ char* warnings)
15840 if (warnings == NULL || specialWARN(warnings))
15841 return warnings;
15843 return rcpv_copy(warnings);