Searched refs:unhandled (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Bencode-1.4/lib/
H A DBencode.pm136 croak 'unhandled data type';
177 Croaks on unhandled data types.
239 =item C<unhandled data type>
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_exception.rb298 assert_in_out_err([], <<-INPUT, [], /^foo: unhandled exception$/)
307 assert_in_out_err([], <<-INPUT, [], /^foo: unhandled exception\s+from bar\s+from baz$/)
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoffcode.h1019 char * unhandled = NULL;
1030 unhandled = "STYP_DSECT";
1033 unhandled = "STYP_GROUP";
1036 unhandled = "STYP_COPY";
1039 unhandled = "STYP_OVER";
1053 unhandled = "IMAGE_SCN_LNK_OTHER";
1056 unhandled = "IMAGE_SCN_MEM_NOT_CACHED";
1059 /* Generate a warning message rather using the 'unhandled'
1114 if (unhandled != NULL)
1118 abfd, name, unhandled, fla
1018 char * unhandled = NULL; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc385 // Return a special value to indicate that the process received an unhandled
/macosx-10.10/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm40 my ($package, $referent, @unhandled) = @_;
42 next if !@unhandled;
43 @unhandled = $handler->($package, $referent, @unhandled);
45 return @unhandled;
/macosx-10.10/ruby-106/ruby/test/minitest/
H A Dtest_minitest_unit.rb290 raise "unhandled exception"
301 RuntimeError: unhandled exception
317 raise "unhandled exception"
328 RuntimeError: unhandled exception

Completed in 204 milliseconds