Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 287) sorted by relevance

12345678910>>...12

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py241 raise Exception("response_packet cannot be None")
260 raise Exception("response_packet cannot be None")
279 raise Exception("endian cannot be None")
281 raise Exception("value_string cannot be None or empty")
299 raise Exception("unsupported endian:{}".format(endian))
305 raise Exception("endian cannot be None")
307 raise Exception("value_string cannot be None or empty")
321 raise Exception("unsupported endian:{}".format(endian))
327 raise Exception("endian cannot be None")
352 raise Exception("unsupported endian:{}".format(endian))
[all …]
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dobject.py116 raise Exception('No input found.')
199 raise Exception('Section instance has expired.')
207 raise Exception('Section instance has expired.')
214 raise Exception('Section instance has expired.')
227 raise Exception('Section instance has expired.')
234 raise Exception('Section instance has expired.')
248 raise Exception('Section instance has expired.')
308 raise Exception('Symbol instance has expired.')
316 raise Exception('Symbol instance has expired.')
324 raise Exception('Symbol instance has expired.')
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DException.t4 use Test2::Event::Exception;
6 my $exception = Test2::Event::Exception->new(
11 ok($exception->causes_fail, "Exception events always cause failure");
13 is($exception->summary, "Exception: evil at lake_of_fire.t line 6", "Got summary");
15 ok($exception->diagnostics, "Exception events are counted as diagnostics");
33 $exception = Test2::Event::Exception->new(
38 ok($exception->causes_fail, "Exception events always cause failure");
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dexcept6.C10 struct Exception struct
13 Exception(int i) { v = i; }; in Exception() argument
20 throw Exception(i); in inc()
24 catch (Exception v) { in inc()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Deh1.C8 struct Exception struct
11 Exception(int i) { v = i; }; in Exception() function
18 throw Exception(i); in inc()
22 catch (Exception v) { in inc()
/openbsd-src/gnu/llvm/libcxxabi/
H A DCREDITS.TXT17 D: ARM EHABI Unwind & Exception Handling
38 D: ARM EHABI Unwind & Exception Handling
45 D: ARM EHABI Unwind & Exception Handling
62 D: ARM EHABI Unwind & Exception Handling, Bare-metal
66 D: ARM EHABI Unwind & Exception Handling
70 D: ARM EHABI Unwind & Exception Handling
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp72 case StreamType::Exception: in getKind()
73 return StreamKind::Exception; in getKind()
100 case StreamKind::Exception: in create()
380 void yaml::MappingTraits<minidump::Exception>::mapping( in mapping()
381 yaml::IO &IO, minidump::Exception &Exception) { in mapping() argument
382 mapRequiredHex(IO, "Exception Code", Exception.ExceptionCode); in mapping()
383 mapOptionalHex(IO, "Exception Flags", Exception.ExceptionFlags, 0); in mapping()
384 mapOptionalHex(IO, "Exception Record", Exception.ExceptionRecord, 0); in mapping()
385 mapOptionalHex(IO, "Exception Address", Exception.ExceptionAddress, 0); in mapping()
386 mapOptional(IO, "Number of Parameters", Exception.NumberParameters, 0); in mapping()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp500 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
501 if (Exception.dwFirstChance > 0) { in main()
505 << Exception.ExceptionRecord.ExceptionAddress in main()
508 Exception.ExceptionRecord.ExceptionCode) in main()
509 << " (" << Exception.ExceptionRecord.ExceptionCode << ")\n"; in main()
516 errs() << Exception.ExceptionRecord.ExceptionAddress in main()
519 Exception.ExceptionRecord.ExceptionCode) in main()
520 << " (" << Exception.ExceptionRecord.ExceptionCode in main()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Ddump_ast_matchers.py16 except Exception as e:
17 raise Exception('Unable to get %s: %s' % (CLASS_INDEX_PAGE_URL, e))
217 raise Exception('Inconsistent documentation for: %s' % name)
240 raise Exception('Inconsistent documentation for: %s' % name)
242 raise Exception('Cannot parse "%s"' % declaration)
260 raise Exception('Inconsistent documentation for: %s' % name)
284 raise Exception('Cannot parse "%s"' % declaration)
304 raise Exception('Did not find allowed result types for: %s' % name)
309 raise Exception('Cannot parse "%s"' % declaration)
326 raise Exception('Did not find allowed result types for: %s' % name)
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h29 Exception, enumerator
113 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream()
118 : Stream(StreamKind::Exception, minidump::StreamType::Exception), in ExceptionStream()
122 return S->Kind == StreamKind::Exception; in classof()
262 LLVM_YAML_DECLARE_MAPPING_TRAITS(llvm::minidump::Exception)
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py29 raise Exception("Wrong bitness: %d" % bits)
61 raise Exception('Bad magic word in %s' % path)
70 raise Exception('File %s is short (< 8 bytes)' % path)
130 raise Exception('Error reading file %s' % path)
143 raise Exception('Wrong bits size in the map')
187 raise Exception('Unexpected raw file name %s' % f)
207 raise Exception('File not found: %s' % binary)
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/test_runner/
H A Dprocess_control.py41 except Exception as exception: # pylint: disable=broad-except
86 raise Exception("unexpected units value '{}'".format(units))
88 raise Exception("could not parse TIMEOUT spec '{}'".format(
137 raise Exception("derived class must implement")
222 raise Exception("platform needs to implement")
237 raise Exception("platform needs to implement")
276 raise Exception("exception_exit_details() called on unsupported class")
529 raise Exception(
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/Exception/
H A DRecursiveDependency.pm3 package CPAN::Exception::RecursiveDependency;
13 package CPAN::Exception::RecursiveDependency::na;
19 my $NA = CPAN::Exception::RecursiveDependency::na->new;
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Drun.py10 class MaxFailuresError(Exception):
12 class TimeoutError(Exception):
128 except Exception as ex:
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py14 class MyException(Exception):
99 exc1 = Exception('foo')
100 exc2 = Exception('bar')
115 self.assertEqual((test1, Type1, instance1), (test, Exception, exc1))
116 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
127 raise Exception('foo')
1172 class ExceptionMock(Exception):
1185 self.assertRaisesRegexp, Exception, re.compile('x'),
1189 self.assertRaisesRegexp, Exception, 'x',
1193 self.assertRaisesRegexp, Exception, u'x',
[all …]
H A Dtest_setups.py558 raise Exception('setUpModule')
563 raise Exception('tearDownModule')
570 raise Exception('setUpClass')
575 raise Exception('tearDownClass')
579 raise Exception('test_something')
596 self.assertRaisesRegexp(Exception, msg, suite.debug)
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Dlui.py63 raise Exception(
69 raise Exception("Specified target '%s' does not exist" % args[1])
73 raise Exception("Specified target '%s' does not exist" % args[1])
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt1 Meeting notes: Implementation idea: Exception Handling in C++/Java
73 throw; // Exception is propogated
116 Exception *E = getThreadLocalException()
139 that actually determines the type of exception, based on the Exception object
152 Exception *E = getThreadLocalException();
162 goto TryCleanup // Exception not caught, rethrow
165 // Exception was consumed
175 function throw(Exception *E) {
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsuite.py141 except Exception as e:
173 except Exception as e:
204 except Exception as e:
226 except Exception as e:
H A Dcase.py25 class SkipTest(Exception):
34 class _ExpectedFailure(Exception):
43 Exception.__init__(self)
48 class _UnexpectedSuccess(Exception):
55 Exception.__init__(self)
110 except Exception:
120 except Exception:
375 except Exception:
382 except Exception:
432 except Exception:
[all …]
H A Dutil.py12 except Exception:
22 except Exception:
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbbench.py68 raise Exception(
82 raise Exception("stop() called without first start()?")
/openbsd-src/sys/arch/hppa/spmath/
H A Dsfcmp.c46 && (Exception(cond) || Sgl_isone_signaling(left)))
50 && (Exception(cond) || Sgl_isone_signaling(right)) ) )
H A Ddfcmp.c46 && (Exception(cond) || Dbl_isone_signaling(leftp1)))
50 && (Exception(cond) || Dbl_isone_signaling(rightp1))) )
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs346 catch (Exception e) in RunClangFormatAndApplyReplacements()
410 catch (Exception e) in RunClangFormat()
412 throw new Exception( in RunClangFormat()
433 throw new Exception(process.StandardError.ReadToEnd()); in RunClangFormat()

12345678910>>...12