/openbsd-src/regress/misc/exceptions/threads/ |
H A D | Makefile | 3 PROG= exceptions 4 SRCS= exceptions.cc 10 runs: exceptions 11 for i in $$(jot 100); do ./exceptions; done
|
/openbsd-src/gnu/usr.bin/perl/Porting/ |
H A D | leakfinder.pl | 23 next if exists $exceptions{s/^\s+//r}; 54 @exceptions = split /^/, <<'end'; 165 @exceptions{@exceptions} = ();
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ios_members.cc | 109 VERIFY( ios_01.exceptions() == std::ios_base::goodbit ); in test02() 113 ios_01.exceptions(std::ios_base::eofbit); in test02() 117 iostate02 = ios_01.exceptions(); in test02() 126 ios_02.exceptions(std::ios_base::eofbit); in test02() 127 VERIFY( static_cast<bool>(ios_02.exceptions() & std::ios_base::eofbit) ); in test02()
|
H A D | ios_ctor.cc | 64 VERIFY( ios_00.exceptions() == std::ios_base::goodbit ); in test01() 75 VERIFY( ios_01.exceptions() == std::ios_base::goodbit ); in test01()
|
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-09-18-OptimizeExceptions.txt | 7 In C++ programs, exceptions suck, and here's why: 13 exceptions, so this code is dead [with all the bad effects of dead 25 6. Most large C++ programs throw few exceptions. Most well designed 26 programs only throw exceptions in specific planned portions of the 29 Given our _planned_ model of handling exceptions, all of this would be 50 exceptions, so there numbers are pretty worthless... also our results
|
/openbsd-src/gnu/usr.bin/perl/t/porting/ |
H A D | test_bootstrap.t | 19 my %exceptions = ( 48 if ($file =~ m!comp/(.*)\.t! && $exceptions{$1}) { 49 my $allowed = $exceptions{$1};
|
/openbsd-src/regress/misc/exceptions/simple/ |
H A D | Makefile | 3 PROG= exceptions 4 SRCS= exceptions.cc
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | def-fns1.C | 20 dictionary exceptions; member 21 hyphenation_language(symbol nm) : name(nm), exceptions(501) {} in hyphenation_language()
|
H A D | groff1.C | 26 dictionary exceptions; in main() local 29 exceptions.lookup (symbol (buf), tem); in main()
|
/openbsd-src/usr.bin/lndir/ |
H A D | lndir.c | 80 struct except *exceptions; variable 167 new->next = exceptions; in addexcept() 168 exceptions = new; in addexcept() 217 for (cur = exceptions; cur != NULL; cur = cur->next) { in dodir()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformMacOSXProperties.td | 10 def IgnoredExceptions: Property<"ignored-exceptions", "String">, 12 Desc<"List the mach exceptions to ignore, separated by '|' "
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | basic_ios.h | 155 if (this->exceptions() & __state) in _GLIBCXX_BEGIN_NAMESPACE() 208 exceptions() const in _GLIBCXX_BEGIN_NAMESPACE() 243 exceptions(iostate __except) in _GLIBCXX_BEGIN_NAMESPACE()
|
H A D | basic_ios.tcc | 51 if (this->exceptions() & this->rdstate()) in _GLIBCXX_BEGIN_NAMESPACE() 110 this->exceptions(__rhs.exceptions()); in copyfmt()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | basic_ios.h | 157 if (this->exceptions() & __state) in _M_setstate() 210 exceptions() const in exceptions() function 245 exceptions(iostate __except) in exceptions() function
|
H A D | basic_ios.tcc | 45 if ((this->rdstate() & this->exceptions())) in clear() 111 this->exceptions(__rhs.exceptions()); in copyfmt()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | genmultilib | 115 exceptions=$4 167 if [ -n "${exceptions}" ]; then 179 for except in ${exceptions}; do
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlmodlib.PL | 36 my %exceptions = ( 87 $name = $exceptions{$name} || $name;
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | genmultilib | 120 exceptions=$4 174 if [ -n "${exceptions}" ]; then 185 for except in ${exceptions}; do
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | istream | 376 if (__is.exceptions() & ios_base::badbit) 500 if (__is.exceptions() & ios_base::badbit) 564 if (__is.exceptions() & ios_base::badbit) 658 if (__is.exceptions() & ios_base::badbit) 726 if (this->exceptions() & ios_base::failbit || this->exceptions() & ios_base::badbit) 766 if (this->exceptions() & ios_base::badbit) 815 if (this->exceptions() & ios_base::badbit) 873 // according to the spec, exceptions here are caught but not rethrown 926 if (this->exceptions() & ios_base::badbit) 994 if (this->exceptions() & ios_base::badbit) [all …]
|
H A D | ios | 131 iostate exceptions() const; 132 void exceptions(iostate except); 338 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const; 339 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate); 592 ios_base::exceptions() const 599 ios_base::exceptions(iostate __iostate) 640 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const {return ios_base::exceptions();} 641 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate) {ios_base::exceptions(__iostate);} 813 exceptions(__rhs.exceptions());
|
/openbsd-src/gnu/llvm/libcxx/lib/abi/ |
H A D | CMakeLists.txt | 10 function(cxx_abi_list_identifier result triple abi_library abi_version unstable exceptions new_dele… 28 if (${exceptions}) 29 list(APPEND abi_properties "exceptions")
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | time64.c | 230 Year exceptions; in S_cycle_offset() local 235 exceptions = year_diff / 100; in S_cycle_offset() 236 exceptions -= year_diff / 400; in S_cycle_offset() 239 year, exceptions, year_diff); in S_cycle_offset() 241 return exceptions * 16; in S_cycle_offset()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
H A D | CMakeLists.txt | 36 list(APPEND LIBFUZZER_UNITTEST_CFLAGS -nostdinc++ -fno-exceptions) 37 list(APPEND LIBFUZZER_UNITTEST_LINK_FLAGS -nostdlib++ -fno-exceptions)
|
/openbsd-src/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.opt | 44 Emit IEEE-conformant code, without inexact exceptions 52 Emit IEEE-conformant code, with inexact exceptions 132 Control the precision given to fp exceptions
|
/openbsd-src/regress/misc/ |
H A D | Makefile | 3 SUBDIR = c++abi exceptions os-test posixtestsuite sse2
|