Searched refs:diagnostics (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dbundle-bad.d1 #name: .bundle_align_mode diagnostics
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_diagnostics.py18 self.assertEqual(len(tu.diagnostics), 1)
19 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning)
20 self.assertEqual(tu.diagnostics[0].location.line, 1)
21 self.assertEqual(tu.diagnostics[0].location.column, 11)
22 self.assertEqual(tu.diagnostics[0].spelling,
28 self.assertEqual(len(tu.diagnostics), 1)
29 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning)
30 self.assertEqual(tu.diagnostics[0].location.line, 2)
31 self.assertEqual(tu.diagnostics[0].location.column, 7)
32 self.assertIn('incompatible', tu.diagnostics[
[all...]
H A Dtest_code_completion.py16 self.assertEqual(len(cr.diagnostics), 0)
H A Dtest_translation_unit.py196 self.assertEqual(len(tu.diagnostics), 0)
202 self.assertEqual(len(tu2.diagnostics), 0)
215 self.assertEqual(len(tu.diagnostics), 0)
218 self.assertEqual(len(tu2.diagnostics), 0)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dbreak-error.s1 # Source code used to test error diagnostics with the BREAK instruction.
H A Daddiu-error.s1 # Source code used to test error diagnostics with the ADDIU instruction.
H A Dlui-1.s1 # Source code used to test error diagnostics with the LUI instruction.
H A Dlui-2.s1 # Source code used to test error diagnostics with the LUI instruction.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Derr-sizeof.s1 ;# .sizeof. and .startof. operator diagnostics
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Ddglib.pm73 # diagnostics:
74 # If set to 0, diagnostics will not be returned. This can save a lot
80 # diagnostics: List of (type, value) for any errors detected. Type can be ERROR, WARNING, or NOTE.
101 my $return_diags = exists($options->{diagnostics}) ? $options->{diagnostics} : 1;
106 my %ret = (incomplete => 1, diagnostics => [], testgroup => []);
226 # has some diagnostics associated with it but no actual results,
371 $currtest->{diagnostics} ||= [];
372 $dobj = $currtest->{diagnostics};
374 $currgroup->{diagnostics} ||
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Ddglib.pm73 # diagnostics:
74 # If set to 0, diagnostics will not be returned. This can save a lot
80 # diagnostics: List of (type, value) for any errors detected. Type can be ERROR, WARNING, or NOTE.
101 my $return_diags = exists($options->{diagnostics}) ? $options->{diagnostics} : 1;
106 my %ret = (incomplete => 1, diagnostics => [], testgroup => []);
226 # has some diagnostics associated with it but no actual results,
371 $currtest->{diagnostics} ||= [];
372 $dobj = $currtest->{diagnostics};
374 $currgroup->{diagnostics} ||
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DCmpRuns.py23 # Generate a relation from diagnostics in run A to diagnostics in run B
183 # We consider two diagnostics similar only if at least one
184 # of the key fields is the same in both diagnostics.
213 # Cumulative list of all diagnostics from all the reports.
214 self.diagnostics: List[AnalysisDiagnostic] = []
245 if 'HTMLDiagnostics_files' in data['diagnostics'][0]:
247 for d in data['diagnostics']:
253 htmlFiles = [None] * len(data['diagnostics'])
256 diagnostics
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp40 if (!Group.diagnostics().empty())
51 for (const DiagnosticRecord &DR : Group.diagnostics()) {
82 for (const DiagnosticRecord &DR : Group.diagnostics()) {
H A DDiagnosticNames.h1 //===- DiagnosticNames.h - Defines a table of all builtin diagnostics ------==//
96 llvm::iterator_range<diagnostics_iterator> diagnostics() const;
H A DDiagnosticNames.cpp1 //===- DiagnosticNames.cpp - Defines a table of all builtin diagnostics ----==//
100 GroupRecord::diagnostics() const { function in class:GroupRecord
/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py81 pprint(('diags', [get_diag_info(d) for d in tu.diagnostics]))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
H A DMakefile94 AMD_DAL_GPIO_DIAG_FPGA = $(addprefix $(AMDDALPATH)/dc/gpio/diagnostics/,$(GPIO_DIAG_FPGA))
/netbsd-current/external/gpl3/binutils/dist/config/
H A Ddepstand.m4106 _AS_ECHO([$as_me:$LINENO: failure, diagnostics are:], AS_MESSAGE_LOG_FD)
/netbsd-current/usr.sbin/makemandb/
H A Dmakemandb.c74 secbuff diagnostics; // DIAGNOSTICS member in struct:roff_mandb_rec
1140 append(&rec->diagnostics, string);
1434 pman_parse_node(n, &rec->diagnostics);
1491 rec->diagnostics.data[rec->diagnostics.offset] = 0;
1521 " :diagnostics, :errors, :md5_hash, :machine)";
1596 idx = sqlite3_bind_parameter_index(stmt, ":diagnostics");
1597 rc = sqlite3_bind_text(stmt, idx, rec->diagnostics.data,
1598 rec->diagnostics.offset + 1, NULL);
1889 rec->diagnostics
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_mod.c185 int ret = 0, diagnostics = 0; local
215 diagnostics = conf_diagnostics(conf);
222 if ((flags & CONF_MFLAGS_IGNORE_RETURN_CODES) != 0 && !diagnostics)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-kvx.h118 /* Enable multiline diagnostics */
119 int diagnostics; member in struct:kvx_as_options
H A Dkvx-parse.c974 if (env.opts.diagnostics)
990 if (env.opts.diagnostics)
H A Dtc-kvx.c73 .diagnostics = 1,
269 { "diagnostics", no_argument, NULL, OPTION_DIAGNOSTICS },
270 { "no-diagnostics", no_argument, NULL, OPTION_NO_DIAGNOSTICS },
334 env.opts.diagnostics = 1;
337 env.opts.diagnostics = 0;
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannelDefs.pm44 output diagnostics and other messages (via C<msg()>). It also defines
/netbsd-current/tools/gcc/
H A DMakefile47 --with-diagnostics-color=auto-if-env

Completed in 235 milliseconds

12