Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/openbsd-src/regress/misc/exceptions/threads/
H A DMakefile3 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 Dleakfinder.pl23 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 Dios_members.cc109 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 Dios_ctor.cc64 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 D2001-09-18-OptimizeExceptions.txt7 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 Dtest_bootstrap.t19 my %exceptions = (
48 if ($file =~ m!comp/(.*)\.t! && $exceptions{$1}) {
49 my $allowed = $exceptions{$1};
/openbsd-src/regress/misc/exceptions/simple/
H A DMakefile3 PROG= exceptions
4 SRCS= exceptions.cc
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Ddef-fns1.C20 dictionary exceptions; member
21 hyphenation_language(symbol nm) : name(nm), exceptions(501) {} in hyphenation_language()
H A Dgroff1.C26 dictionary exceptions; in main() local
29 exceptions.lookup (symbol (buf), tem); in main()
/openbsd-src/usr.bin/lndir/
H A Dlndir.c80 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 DPlatformMacOSXProperties.td10 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 Dbasic_ios.h155 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 Dbasic_ios.tcc51 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 Dbasic_ios.h157 if (this->exceptions() & __state) in _M_setstate()
210 exceptions() const in exceptions() function
245 exceptions(iostate __except) in exceptions() function
H A Dbasic_ios.tcc45 if ((this->rdstate() & this->exceptions())) in clear()
111 this->exceptions(__rhs.exceptions()); in copyfmt()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenmultilib115 exceptions=$4
167 if [ -n "${exceptions}" ]; then
179 for except in ${exceptions}; do
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlmodlib.PL36 my %exceptions = (
87 $name = $exceptions{$name} || $name;
/openbsd-src/gnu/gcc/gcc/
H A Dgenmultilib120 exceptions=$4
174 if [ -n "${exceptions}" ]; then
185 for except in ${exceptions}; do
/openbsd-src/gnu/llvm/libcxx/include/
H A Distream376 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 Dios131 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 DCMakeLists.txt10 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 Dtime64.c230 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 DCMakeLists.txt36 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 Dalpha.opt44 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 DMakefile3 SUBDIR = c++abi exceptions os-test posixtestsuite sse2

12345678910>>...17