Home
last modified time | relevance | path

Searched refs:num_errors (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp79 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 DClangUtilityFunction.cpp127 unsigned num_errors = parser.Parse(diagnostic_manager); in Install() local
129 if (num_errors) { in Install()
H A DClangExpressionParser.cpp1176 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 DClangUserExpression.cpp580 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 Dbsd.py486 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 DUtilityFunction.cpp90 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 DChecker.pm512 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 Dpodchklink.t173 is($checker->num_errors, 0, "There were no errors found");
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i533 %apply int& INOUT { int& num_errors };
540 int &num_errors,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h403 int &num_errors, bool &quit_requested,
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1244 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 Dpodcheck.t1866 if ($checker->num_errors() < 0) { # Returns negative if not a pod
/openbsd-src/sys/dev/ic/
H A Daic7xxx.c97 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 Daic79xx.c109 static const u_int num_errors = NUM_ELEMENTS(ahd_hard_errors); variable
920 for (i = 0; i < num_errors; i++) { in ahd_handle_hwerrint()