Searched refs:warning (Results 101 - 125 of 772) sorted by relevance

1234567891011>>

/openbsd-current/gnu/gcc/gcc/
H A Dattribs.c176 warning (OPT_Wattributes, "%qs attribute directive ignored",
201 warning (OPT_Wattributes, "%qs attribute does not apply to types",
247 warning (OPT_Wattributes,
258 warning (OPT_Wattributes, "type attributes ignored after type is already defined");
H A Dc-bounded.c180 warning (OPT_Wbounded,
195 warning (OPT_Wbounded, "`string' bound type only takes 2 parameters");
200 warning (OPT_Wbounded, "`buffer' bound type only takes 2 parameters");
205 warning (OPT_Wbounded, "`minbytes' bound type only takes 2 parameters");
219 warning (
331 /* This function replaces `warning' inside the bounds checking
333 dereferenced and set to 1 whenever a warning is caught. Otherwise
334 it warns as usual by replicating the innards of the warning
348 /* This duplicates the warning function behavior. */
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Ddjgpp.h181 warning (0, "-mbnu210 is ignored (option is obsolete)"); \
/openbsd-current/gnu/gcc/gcc/config/pa/
H A Dpa-hpux11.h85 warning (0, "-munix=98 option required for C89 " \
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsomsolib.c445 linked executable. If not, then return without an error or warning.
479 /* __dld_list may not be valid. If not, then we punt, warning the user if
491 warning ("The shared libraries were not privately mapped; setting a\nbreakpoint in a shared library will not work until you rerun the program.\n");
599 /* See if the file exists. If not, give a warning, but don't
604 warning ("Can't find file %s referenced in dld_list.", name);
779 a warning message (which explains how to load symbols manually,
803 warning ("Symbols for some libraries have not been loaded, because\ndoing so would exceed the size threshold specified by auto-solib-limit.\nTo manually load symbols, use the 'sharedlibrary' command.\nTo raise the threshold, set auto-solib-limit to a larger value and rerun\nthe program.\n");
890 We used to warn when this failed, but that warning is only useful
903 warning ("Unable to write __d_pid");
904 warning ("Sugges
[all...]
H A Dinfttrace.c70 /* #error "Hackery to remove warning didn't work right" */
1591 warning ("No thread records for ttrace call");
1921 warning ("Internal error: fake-step failed to complete.");
1933 warning ("Internal error in call of ttrace_wait.");
1938 warning ("Internal error: no unhandled thread event to select");
1968 warning ("No internal thread data for thread %d.", tid);
1974 warning ("Inconsistent internal thread data for thread %d.", tid);
1979 warning ("Thread %d is not terminated, internal error.", tid);
1997 warning ("Internal thread data for thread %d is wrong.", tid);
2088 warning ("Inconsisten
[all...]
H A Dsolib-irix.c423 warning ("shared library handler failed to enable breakpoint");
449 warning ("shared library handler failed to disable breakpoint");
455 and will put out an annoying warning.
457 suppresses the warning. */
534 warning
543 warning ("current_sos: Can't read pathname for load map: %s\n",
624 warning ("failed to read exec filename from attached file: %s",
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Ddbx.exp87 warning "Couldn't set the height to 0."
97 warning "Couldn't set the width to 0."
139 # warning (isn't that special?).
/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dutils.c88 warning (const char *string,...) function
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dfriend.c159 warning ("`%D' is already a friend of class `%T'",
276 warning ("`%T' is already a friend of `%T'",
431 warning ("friend declaration `%#D' declares a non-template function", decl);
434 warning ("(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning");
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Derrors.c21 /* warning, error, and fatal. These definitions are suitable for use
37 /* Print a warning message - output produced, but there may be problems. */
40 warning VPARAMS ((const char *format, ...)) function
45 fprintf (stderr, "%s: warning: ", progname);
H A Dc-bounded.c177 warning ("`%s' is an unrecognized bounded function type", p);
191 warning ("`string' bound type only takes 2 parameters");
196 warning ("`buffer' bound type only takes 2 parameters");
201 warning("`minbytes' bound type only takes 2 parameters");
215 warning ("`wcstring' bound type only takes 2 parameters");
326 /* This function replaces `warning' inside the bounds checking
328 dereferenced and set to 1 whenever a warning is caught. Otherwise
329 it warns as usual by replicating the innards of the warning
344 /* This duplicates the warning function behavior. */
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/
H A DTestBridge.pm262 # two blocks: yaml, warning
264 # Tests that a YAML string results in warning when loaded
266 # The warning must be a key in the %WARN hash in this file
271 my ($yaml, $warning, $label) =
272 _testml_has_points($block, qw(yaml warning)) or return;
274 chomp $warning;
275 my $expected = $WARN{$warning};
285 is(scalar(@warnings), 1, 'got exactly one warning');
289 'Got expected warning',
290 ) or diag "YAML:\n$yaml\n", 'warning
[all...]
/openbsd-current/lib/libc/arch/i386/string/
H A Dstrcpy.S11 .section .gnu.warning.strcpy
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dkvaslice.t148 is (scalar @warn, 1, 'warning in scalar context');
151 "correct warning text";
158 is (scalar @warn, 0, 'no warning in list context');
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A Ddiscovery.py132 litConfig.warning('unable to find test suite for %r' % path)
191 litConfig.warning(
247 litConfig.warning('test suite %r contained no tests' % sub_ts.name)
281 lit_config.warning('input %r contained no tests' % input)
H A DTestTimes.py40 lit_config.warning('Could not save test time: ' + path)
/openbsd-current/gnu/usr.bin/perl/cpan/version/t/
H A D02derived.t45 my $warning;
46 local $SIG{__WARN__} = sub { $warning = $_[0] };
60 undef &qv; undef *::qv; # avoid 'used once' warning
61 undef &declare; undef *::declare; # avoid 'used once' warning
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-scalar/
H A Dscalar.pm36 warnings are enabled, produce a warning.
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DLinkUtils.h104 WithColor::warning() << Warning + "\n";
/openbsd-current/gnu/llvm/llvm/tools/llvm-profgen/
H A DErrorHandling.h52 WithColor::warning() << format("%.2f", static_cast<double>(Num) * 100 / Total)
/openbsd-current/gnu/gcc/gcc/cp/
H A Dfriend.c127 If COMPLAIN is true, warning about duplicate friend is issued.
157 warning (0, "%qD is already a friend of class %qT",
197 If COMPLAIN is true, warning about duplicate friend is issued.
369 warning (0, "%qD is already a friend of %qT", probe, type);
378 warning (0, "%qT is already a friend of %qT", probe, type);
551 warning (0, "friend declaration %q#D declares a non-template "
555 warning (0, "(if this is not what you intended, make sure "
558 "-Wno-non-template-friend disables this warning");
/openbsd-current/gnu/llvm/llvm/utils/Misc/
H A Dzkill20 warning = lambda message: _write_message('warning', message) variable
103 warning('unable to process row: %r' % ln)
114 warning('unable to process %r in row: %r' % (field[0], ln))
261 warning('no processes selected')
273 warning('unable to kill PID: %r' % p.pid)
/openbsd-current/gnu/llvm/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp101 WithColor::warning() << ArchiveFilename << "(" << ChildName
187 WithColor::warning() << O->getFileName()
212 // Issue a generic warning.
232 WithColor::warning() << StringRef(Filepath) << ": not found\n";
250 WithColor::warning() << StringRef(Filepath)
255 WithColor::warning() << StringRef(Filepath) << ": no symbols found\n";
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/lib/
H A Dmi-support.exp179 warning "Couldn't set the height to 0"
189 warning "Couldn't set the width to 0."
224 -re "103-break-list\r\n103\\\^doneNo breakpoints or watchpoints.\r\n\r\n$mi_gdb_prompt$" {warning "Unexpected console text received"}
227 warning "Unexpected prompt for breakpoints deletion";
252 warning "Got confirmation prompt for dir reinitialization."
621 warning "Can`t communicate to remote target."
751 warning "Using CLI jump command, expect run-to-main FAIL"

Completed in 283 milliseconds

1234567891011>>