Searched refs:num_errors (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 79 unsigned num_errors = 0; in CompileFunction() local 194 num_errors = clang_parser->Parse(diagnostic_manager); in CompileFunction() 199 num_errors = 1; in CompileFunction() 202 m_compiled = (num_errors == 0); in CompileFunction() 205 return num_errors; in CompileFunction() 207 return num_errors; in CompileFunction()
|
| H A D | ClangUtilityFunction.cpp | 127 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local 129 if (num_errors) { in Install()
|
| H A D | ClangExpressionParser.cpp | 1176 unsigned num_errors = adapter->getNumErrors(); in ParseInternal() local 1179 num_errors++; in ParseInternal() 1186 if (!num_errors) { in ParseInternal() 1192 return num_errors; in ParseInternal()
|
| H A D | ClangUserExpression.cpp | 580 unsigned num_errors = m_parser->Parse(diagnostic_manager); in TryParse() local 584 if (num_errors) { in TryParse()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | bsd.py | 486 num_errors = 0 503 num_errors += 1 511 num_errors += 1 517 num_errors += 1 533 num_errors += 1 538 num_errors += 1 544 num_errors += 1 550 if num_errors > 0: 551 print("%u errors found" % (num_errors), file=result)
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 90 unsigned num_errors = in MakeFunctionCaller() local 92 if (num_errors) { in MakeFunctionCaller()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/ |
| H A D | Checker.pm | 512 return $checker->num_errors(); 642 =item C<$checker-E<gt>num_errors()> 648 sub num_errors { subroutine 984 $self->num_errors(-1) && return unless $self->content_seen;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| H A D | podchklink.t | 173 is($checker->num_errors, 0, "There were no errors found");
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 533 %apply int& INOUT { int& num_errors }; 540 int &num_errors,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 403 int &num_errors, bool &quit_requested,
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1244 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument 1249 num_errors, quit_requested, stopped_for_crash); in RunCommandInterpreter() 1257 num_errors = result.GetNumErrors(); in RunCommandInterpreter()
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | podcheck.t | 1866 if ($checker->num_errors() < 0) { # Returns negative if not a pod
|
| /openbsd-src/sys/dev/ic/ |
| H A D | aic7xxx.c | 97 static const u_int num_errors = NUM_ELEMENTS(ahc_hard_errors); variable 411 for (i = 0; error != 1 && i < num_errors; i++) in ahc_handle_brkadrint() 413 if (i >= num_errors) in ahc_handle_brkadrint()
|
| H A D | aic79xx.c | 109 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable 920 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()
|