| /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
| test_diagnostics.py | 18 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[0].spelling [all...] |
| test_code_completion.py | 16 self.assertEqual(len(cr.diagnostics), 0)
|
| test_translation_unit.py | 196 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)
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| CmpRuns.py | 23 # 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 = [AnalysisDiagnostic(d, report, h [all...] |
| /src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| TreeView.cpp | 40 if (!Group.diagnostics().empty()) 51 for (const DiagnosticRecord &DR : Group.diagnostics()) { 82 for (const DiagnosticRecord &DR : Group.diagnostics()) {
|
| DiagnosticNames.cpp | 1 //===- DiagnosticNames.cpp - Defines a table of all builtin diagnostics ----==// 100 GroupRecord::diagnostics() const { function in class:GroupRecord
|
| DiagnosticNames.h | 1 //===- DiagnosticNames.h - Defines a table of all builtin diagnostics ------==// 96 llvm::iterator_range<diagnostics_iterator> diagnostics() const;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/ |
| Makefile | 90 # Diagnostics on FPGA 94 AMD_DAL_GPIO_DIAG_FPGA = $(addprefix $(AMDDALPATH)/dc/gpio/diagnostics/,$(GPIO_DIAG_FPGA))
|
| /src/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/ |
| cindex-dump.py | 81 pprint(('diags', [get_diag_info(d) for d in tu.diagnostics]))
|
| /src/external/gpl3/gcc/dist/contrib/ |
| dglib.pm | 73 # 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...] |
| /src/external/gpl3/gcc.old/dist/contrib/ |
| dglib.pm | 73 # 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...] |
| /src/external/gpl3/binutils/dist/config/ |
| depstand.m4 | 106 _AS_ECHO([$as_me:$LINENO: failure, diagnostics are:], AS_MESSAGE_LOG_FD)
|
| /src/external/gpl3/binutils.old/dist/config/ |
| depstand.m4 | 106 _AS_ECHO([$as_me:$LINENO: failure, diagnostics are:], AS_MESSAGE_LOG_FD)
|
| /src/external/gpl3/gcc/dist/config/ |
| depstand.m4 | 106 _AS_ECHO([$as_me:$LINENO: failure, diagnostics are:], AS_MESSAGE_LOG_FD)
|
| /src/external/gpl3/gcc.old/dist/config/ |
| depstand.m4 | 106 _AS_ECHO([$as_me:$LINENO: failure, diagnostics are:], AS_MESSAGE_LOG_FD)
|
| /src/external/gpl3/gdb/dist/config/ |
| depstand.m4 | 106 _AS_ECHO([$as_me:$LINENO: failure, diagnostics are:], AS_MESSAGE_LOG_FD)
|
| /src/external/gpl3/gdb.old/dist/config/ |
| depstand.m4 | 106 _AS_ECHO([$as_me:$LINENO: failure, diagnostics are:], AS_MESSAGE_LOG_FD)
|
| /src/usr.sbin/makemandb/ |
| makemandb.c | 74 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) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_mod.c | 185 int ret = 0, diagnostics = 0; local 215 diagnostics = conf_diagnostics(conf); 222 if ((flags & CONF_MFLAGS_IGNORE_RETURN_CODES) != 0 && !diagnostics)
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-kvx.h | 118 /* Enable multiline diagnostics */ 119 int diagnostics; member in struct:kvx_as_options
|
| kvx-parse.c | 992 if (env.opts.diagnostics) 1008 if (env.opts.diagnostics)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-kvx.h | 118 /* Enable multiline diagnostics */ 119 int diagnostics; member in struct:kvx_as_options
|
| /src/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_mod.c | 195 int ret = 0, diagnostics = OSSL_LIB_CTX_get_conf_diagnostics(libctx); local 224 /* CONF_modules_load() might change the diagnostics setting, reread it. */ 225 diagnostics = OSSL_LIB_CTX_get_conf_diagnostics(libctx); 232 if ((flags & CONF_MFLAGS_IGNORE_RETURN_CODES) != 0 && !diagnostics)
|
| /src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| ChannelDefs.pm | 44 output diagnostics and other messages (via C<msg()>). It also defines
|
| /src/tools/gcc/ |
| Makefile | 46 --with-diagnostics-color=auto-if-env
|