Home
last modified time | relevance | path

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

12345678910>>...47

/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_masq.ref2 exceptions:
8 exceptions:
14 exceptions:
20 exceptions: xxx
26 exceptions: yyy
32 exceptions:
38 exceptions:
44 exceptions:
50 exceptions:
56 exceptions:
[all …]
/netbsd-src/external/bsd/kyua-cli/lib/utils/
H A DMakefile20 cmdline/exceptions.cpp \
27 SRCS+= config/exceptions.cpp \
34 SRCS+= format/exceptions.cpp \
38 fs/exceptions.cpp \
46 process/exceptions.cpp \
52 SRCS+= signals/exceptions.cpp \
59 sqlite/exceptions.cpp \
63 SRCS+= text/exceptions.cpp \
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A Dmingw.py81 exceptions = threading.setdefault(value[3].strip(), {})
82 revision = exceptions.setdefault(int(value[4].strip()[3:]),
173 exceptions = None, revision = None, log = EmptyLogger()): argument
180 if not (arch and version and threading and exceptions and revision):
199 if not exceptions:
202 exceptions = 'seh'
204 exceptions = 'sjlj'
206 exceptions = keys[0]
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A Dmingw.py81 exceptions = threading.setdefault(value[3].strip(), {})
82 revision = exceptions.setdefault(int(value[4].strip()[3:]),
173 exceptions = None, revision = None, log = EmptyLogger()): argument
180 if not (arch and version and threading and exceptions and revision):
199 if not exceptions:
202 exceptions = 'seh'
204 exceptions = 'sjlj'
206 exceptions = keys[0]
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aarch64.h77 unsigned int fpcr, exceptions; in get_fpu_trap_exceptions() local
81 exceptions = (fpcr >> FE_EXCEPT_SHIFT) & FE_ALL_EXCEPT; in get_fpu_trap_exceptions()
83 if (exceptions & FE_INVALID) res |= GFC_FPE_INVALID; in get_fpu_trap_exceptions()
84 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO; in get_fpu_trap_exceptions()
85 if (exceptions & FE_OVERFLOW) res |= GFC_FPE_OVERFLOW; in get_fpu_trap_exceptions()
86 if (exceptions & FE_UNDERFLOW) res |= GFC_FPE_UNDERFLOW; in get_fpu_trap_exceptions()
87 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT; in get_fpu_trap_exceptions()
H A Dfpu-glibc.h98 int exceptions = fegetexcept (); in get_fpu_trap_exceptions() local
102 if (exceptions & FE_INVALID) res |= GFC_FPE_INVALID; in get_fpu_trap_exceptions()
106 if (exceptions & FE_DENORMAL) res |= GFC_FPE_DENORMAL; in get_fpu_trap_exceptions()
110 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO; in get_fpu_trap_exceptions()
114 if (exceptions & FE_OVERFLOW) res |= GFC_FPE_OVERFLOW; in get_fpu_trap_exceptions()
118 if (exceptions & FE_UNDERFLOW) res |= GFC_FPE_UNDERFLOW; in get_fpu_trap_exceptions()
122 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT; in get_fpu_trap_exceptions()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-glibc.h98 int exceptions = fegetexcept (); in get_fpu_trap_exceptions() local
102 if (exceptions & FE_INVALID) res |= GFC_FPE_INVALID; in get_fpu_trap_exceptions()
106 if (exceptions & FE_DENORMAL) res |= GFC_FPE_DENORMAL; in get_fpu_trap_exceptions()
110 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO; in get_fpu_trap_exceptions()
114 if (exceptions & FE_OVERFLOW) res |= GFC_FPE_OVERFLOW; in get_fpu_trap_exceptions()
118 if (exceptions & FE_UNDERFLOW) res |= GFC_FPE_UNDERFLOW; in get_fpu_trap_exceptions()
122 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT; in get_fpu_trap_exceptions()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dt-msp43031 MULTILIB_OPTIONS = mcpu=msp430 mlarge mdata-region=none fno-exceptions
32 MULTILIB_DIRNAMES = 430 large full-memory-range no-exceptions
45 MULTILIB_REQUIRED += fno-exceptions mcpu=msp430/fno-exceptions mlarge/fno-exceptions
47 MULTILIB_REQUIRED += mlarge/mdata-region=none/fno-exceptions
/netbsd-src/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dt-msp43031 MULTILIB_OPTIONS = mcpu=msp430 mlarge mdata-region=none fno-exceptions
32 MULTILIB_DIRNAMES = 430 large full-memory-range no-exceptions
45 MULTILIB_REQUIRED += fno-exceptions mcpu=msp430/fno-exceptions mlarge/fno-exceptions
47 MULTILIB_REQUIRED += mlarge/mdata-region=none/fno-exceptions
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc/dist/libcody/
H A Dconfig.m462 [AC_ARG_ENABLE([exceptions], optenable
63 AS_HELP_STRING([--enable-exceptions],
64 [enable exceptions & rtti]),,
69 [AC_MSG_ERROR([unknown exceptions $enable_exceptions])])
70 AC_MSG_CHECKING([exceptions])
/netbsd-src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A DCMakeLists.txt53 set(excptnExceptions_OFF "-fno-exceptions")
56 set(excptnEHRTTIRegEx "-f(exceptions|no-exceptions)")
86 # Invoke with exceptions & rtti
/netbsd-src/external/mit/isl/dist/cpp/
H A Dcpp.h.top26 /* ISL_USE_EXCEPTIONS should be defined to 1 if exceptions are available.
29 * If exceptions are not available, any error condition will result
63 * If exceptions are not available, then no exceptions will be thrown and
80 * do not throw any exceptions.
101 * In the case exceptions are available, isl should continue
227 * In the case exceptions are not available, isl should abort.
231 * In the case exceptions are not available, print an error and abort.
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dfpu.c37 set_fpe (int exceptions) in set_fpe() argument
39 options.fpe = exceptions; in set_fpe()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dfpu.c37 set_fpe (int exceptions) in set_fpe() argument
39 options.fpe = exceptions; in set_fpe()
/netbsd-src/sys/external/bsd/acpica/dist/generate/lint/
H A Doptions.lnt27 /* Macro exceptions */
51 /* Symbol exceptions */
63 /* Symbol exceptions for generation of iASL compiler */
70 /* Global exceptions */
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Distream382 if (__is.exceptions() & ios_base::badbit)
506 if (__is.exceptions() & ios_base::badbit)
570 if (__is.exceptions() & ios_base::badbit)
664 if (__is.exceptions() & ios_base::badbit)
732 if (this->exceptions() & ios_base::failbit || this->exceptions() & ios_base::badbit)
772 if (this->exceptions() & ios_base::badbit)
821 if (this->exceptions() & ios_base::badbit)
879 // according to the spec, exceptions here are caught but not rethrown
932 if (this->exceptions() & ios_base::badbit)
1000 if (this->exceptions() & ios_base::badbit)
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dsjlj.m41 dnl Check if the compiler is configured for setjmp/longjmp exceptions.
3 [AC_CACHE_CHECK([whether the compiler is configured for setjmp/longjmp exceptions],
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dsjlj.m41 dnl Check if the compiler is configured for setjmp/longjmp exceptions.
3 [AC_CACHE_CHECK([whether the compiler is configured for setjmp/longjmp exceptions],
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dsjlj.m41 dnl Check if the compiler is configured for setjmp/longjmp exceptions.
3 [AC_CACHE_CHECK([whether the compiler is configured for setjmp/longjmp exceptions],
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dsjlj.m41 dnl Check if the compiler is configured for setjmp/longjmp exceptions.
3 [AC_CACHE_CHECK([whether the compiler is configured for setjmp/longjmp exceptions],
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dsjlj.m41 dnl Check if the compiler is configured for setjmp/longjmp exceptions.
3 [AC_CACHE_CHECK([whether the compiler is configured for setjmp/longjmp exceptions],
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dsjlj.m41 dnl Check if the compiler is configured for setjmp/longjmp exceptions.
3 [AC_CACHE_CHECK([whether the compiler is configured for setjmp/longjmp exceptions],
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_ios.tcc47 if (this->exceptions() & this->rdstate()) in clear()
106 this->exceptions(__rhs.exceptions()); in copyfmt()

12345678910>>...47