Searched refs:what (Results 1 - 25 of 567) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/libcxx/src/
H A Dvariant.cpp13 const char* bad_variant_access::what() const noexcept {
H A Dany.cpp12 const char* bad_any_cast::what() const noexcept {
27 virtual const char* what() const noexcept;
30 const char* bad_any_cast::what() const noexcept {
H A Dfunctional.cpp21 bad_function_call::what() const noexcept
H A Dlegacy_debug_handler.cpp21 _LIBCPP_EXPORTED_FROM_ABI string what() const;
29 std::string __libcpp_debug_info::what() const { function in class:__libcpp_debug_info
39 std::fprintf(stderr, "%s\n", info.what().c_str());
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_exception.cc41 std::exception::what() const throw() function in class:std::exception
44 // and not overriding what() in bad_exception, bad_alloc, etc. In
50 std::bad_exception::what() const throw() function in class:std::bad_exception
/openbsd-current/usr.bin/what/
H A DMakefile3 PROG= what
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dstdlib_exception.cpp21 const char* exception::what() const noexcept
32 const char* bad_exception::what() const noexcept
49 bad_alloc::what() const noexcept
65 bad_array_new_length::what() const noexcept
H A Dstdlib_typeinfo.cpp31 bad_cast::what() const noexcept
47 bad_typeid::what() const noexcept
H A Dstdlib_stdexcept.cpp25 logic_error::what() const noexcept
33 runtime_error::what() const noexcept
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_exception.cc41 std::exception::what() const throw() function in class:std::exception
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Dreftype.t36 my($type,$what, $n) = @$test;
38 is( reftype($what), $type, $n);
39 next unless ref($what);
41 bless $what, "ABC";
42 is( reftype($what), $type, $n);
44 bless $what, "0";
45 is( reftype($what), $type, $n);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dproc-why.c108 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, argument
130 proc_prettyfprint_signal (file, what, verbose);
135 proc_prettyfprint_fault (file, what, verbose);
141 proc_prettyfprint_syscall (file, what, verbose);
147 proc_prettyfprint_syscall (file, what, verbose);
152 proc_prettyfprint_signal (file, what, verbose);
157 fprintf (file, "Exit status: %ld\n", what);
161 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
172 proc_prettyprint_why (unsigned long why, unsigned long what, in argument
[all...]
/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Dcrypt.t30 my ($salt, $what) = @$bad_salt;
32 is(crypt("abc", $salt), undef, "bad salt ($what)");
33 is(0+$!, &Errno::EINVAL, "check errno ($what)");
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A D517-t-targetable.t137 T_UV => { type => 'u', with_size => undef, what => '(UV)$var', what_size => undef },
138 T_IV => { type => 'i', with_size => undef, what => '(IV)$var', what_size => undef },
139 T_NV => { type => 'n', with_size => undef, what => '(NV)$var', what_size => undef },
140 T_FLOAT => { type => 'n', with_size => undef, what => '(double)$var', what_size => undef },
141 T_PTR => { type => 'i', with_size => undef, what => 'PTR2IV($var)', what_size => undef },
142 T_PV => { type => 'p', with_size => undef, what => '$var', what_size => undef },
143 T_OPAQUE => { type => 'p', with_size => 'n', what => '(char *)&$var', what_size => ', sizeof($var)' },
144 T_OPAQUEPTR => { type => 'p', with_size => 'n', what => '(char *)$var', what_size => ', sizeof(*$var)' },
145 T_CHAR => { type => 'p', with_size => 'n', what => '(char *)&$var', what_size => ', 1' },
146 T_CALLBACK => { type => 'p', with_size => 'n', what
[all...]
/openbsd-current/regress/usr.sbin/pkg_add/
H A Dminitar25 my ($what, $verbose);
62 $what = \&create;
64 $what = \&test;
66 $what = \&extract;
79 if (!defined $what) {
83 &$what($arcname, @ARGV);
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dios_failure.cc46 ios_base::failure::what() const throw() function in class:ios_base::failure
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dpmf9.C31 int iterate(region *region_p, region::region_func what,
33 int iterate(region *region_p, region::region_func what,
39 region_impl::iterate (region *region_p, region::region_func what, argument
45 if (!(region_p->*what)()) return 0;
50 region_impl::iterate (region *region_p, region::region_func what, argument
55 if (!clip_rgn.iterate(region_p, what, p->content)) return 0;
/openbsd-current/gnu/lib/libreadline/
H A Dundo.c72 rl_add_undo (what, start, end, text)
73 enum undo_code what;
78 temp->what = what;
95 if (release->what == UNDO_DELETE)
124 if (rl_undo_list->what == UNDO_DELETE || rl_undo_list->what == UNDO_INSERT)
130 switch (rl_undo_list->what)
180 if (rl->what == type)
/openbsd-current/regress/usr.bin/ssh/
H A Dmodpipe.c39 enum { MOD_XOR, MOD_AND_OR } what; member in struct:modification
47 char what[16+1]; local
52 what, &m->offset, &m1, &m2)) < 3)
54 if (strcasecmp(what, "xor") == 0) {
59 m->what = MOD_XOR;
61 } else if (strcasecmp(what, "andor") == 0) {
68 m->what = MOD_AND_OR;
72 errx(1, "Invalid modification type \"%s\"", what);
113 switch (mods[i].what) {
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/19_diagnostics/
H A Dstdexceptions.cc39 VERIFY( std::strcmp(obj.what(), s.data()) == 0 );
48 VERIFY( std::strcmp(x.what(), s.data()) == 0 );
64 { VERIFY( std::strcmp("whoa", obj.what()) == 0 ); }
94 VERIFY( std::strcmp(strlit1, obj1.what()) == 0 );
103 VERIFY( std::strcmp(strlit2, obj1.what()) == 0 );
/openbsd-current/usr.sbin/tokenadm/
H A Dtokenadm.c75 what_t what; local
79 what = LIST;
112 if (what != LIST)
117 if (what != LIST)
122 if (what != LIST)
127 if (what != LIST)
132 if (what != LIST)
137 if (what != LIST)
142 if (what != LIST || how)
144 what
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/include/
H A Dvector.h74 const void *what,
88 const void *what,
115 type_t what, \
118 return dal_vector_insert_at(vector, what, position); \
144 type_t what, \
147 dal_vector_set_at_index(vector, what, index); \
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-ecoff.h67 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
68 ecoff_stab ((seg), (what), (string), (type), (other), (desc))
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dreg_nocapture.t54 is(qr/(what)/n, '(?^n:(what))',
57 is(qr/(?n:what)/, '(?^:(?n:what))',
60 is(qr/(?-n:what)/, '(?^:(?-n:what))',
63 is(qr/(?-n:what)/n, '(?^n:(?-n:what))',
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dweak.t40 my ($contents, $sub, $testersub, $what) = @_;
43 is ($@, "", "There should be no error extracting for $what");
44 &$testersub ($clone, $what);
76 my ($clone, $what) = @_;
88 my ($clone, $what) = @_;
98 my ($clone, $what) = @_;
100 if ($what eq 'nothing') {
111 my ($clone, $what) = @_;

Completed in 179 milliseconds

1234567891011>>