Searched refs:exceptions (Results 1 - 25 of 520) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dfpu.c37 set_fpe (int exceptions) argument
39 options.fpe = exceptions;
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dfpu.c37 set_fpe (int exceptions) argument
39 options.fpe = exceptions;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dgdb2495.cc68 SimpleException exceptions; variable
75 exceptions.raise_signal (-1);
76 exceptions.no_throw_function ();
77 exceptions.throw_function_with_handler ();
78 exceptions.call_throw_function_handler ();
81 exceptions.throw_function ();
82 exceptions.call_throw_function_no_handler ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dgdb2495.cc68 SimpleException exceptions; variable
75 exceptions.raise_signal (-1);
76 exceptions.no_throw_function ();
77 exceptions.throw_function_with_handler ();
78 exceptions.call_throw_function_handler ();
81 exceptions.throw_function ();
82 exceptions.call_throw_function_no_handler ();
/netbsd-current/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-current/external/bsd/kyua-cli/lib/store/
H A DMakefile15 exceptions.cpp \
/netbsd-current/sys/arch/i386/stand/
H A DMakefile.inc13 -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-info.c25 /* Implement the "-info-ada-exceptions" GDB/MI command. */
43 error (_("Usage: -info-ada-exceptions [REGEXP]"));
47 std::vector<ada_exc_info> exceptions = ada_exceptions_list (regexp); local
50 exceptions.size (),
51 "ada-exceptions");
56 for (const ada_exc_info &info : exceptions)
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-info.c25 /* Implement the "-info-ada-exceptions" GDB/MI command. */
43 error (_("Usage: -info-ada-exceptions [REGEXP]"));
47 std::vector<ada_exc_info> exceptions = ada_exceptions_list (regexp); local
50 exceptions.size (),
51 "ada-exceptions");
56 for (const ada_exc_info &info : exceptions)
/netbsd-current/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()):
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][revisio
[all...]
/netbsd-current/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()):
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][revisio
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aarch64.h77 unsigned int fpcr, exceptions; local
81 exceptions = (fpcr >> FE_EXCEPT_SHIFT) & FE_ALL_EXCEPT;
83 if (exceptions & FE_INVALID) res |= GFC_FPE_INVALID;
84 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO;
85 if (exceptions & FE_OVERFLOW) res |= GFC_FPE_OVERFLOW;
86 if (exceptions & FE_UNDERFLOW) res |= GFC_FPE_UNDERFLOW;
87 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT;
H A Dfpu-glibc.h27 feenableexcept function in fenv.h to set individual exceptions
98 int exceptions = fegetexcept (); local
102 if (exceptions & FE_INVALID) res |= GFC_FPE_INVALID;
106 if (exceptions & FE_DENORMAL) res |= GFC_FPE_DENORMAL;
110 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO;
114 if (exceptions & FE_OVERFLOW) res |= GFC_FPE_OVERFLOW;
118 if (exceptions & FE_UNDERFLOW) res |= GFC_FPE_UNDERFLOW;
122 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT;
/netbsd-current/external/bsd/kyua-cli/lib/engine/
H A DMakefile17 exceptions.cpp \
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/
H A DMakefile12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/
H A DMakefile12 CXXFLAGS+= -fno-builtin -fno-exceptions -fno-stack-protector -fno-rtti
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/
H A DMakefile12 CXXFLAGS+= -fno-builtin -fno-exceptions -fno-stack-protector -fno-rtti
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/
H A DMakefile12 CXXFLAGS+= -fno-builtin -fno-exceptions -fno-stack-protector -fno-rtti
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/
H A DMakefile16 CXXFLAGS+= -fno-exceptions -fno-builtin -fno-stack-protector # RTTI needed
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/
H A DMakefile12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/
H A DMakefile13 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/
H A DMakefile12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/
H A DMakefile12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
/netbsd-current/external/bsd/lutok/lib/liblutok/
H A DMakefile25 exceptions.cpp \
32 exceptions.hpp \
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-glibc.h27 feenableexcept function in fenv.h to set individual exceptions
98 int exceptions = fegetexcept (); local
102 if (exceptions & FE_INVALID) res |= GFC_FPE_INVALID;
106 if (exceptions & FE_DENORMAL) res |= GFC_FPE_DENORMAL;
110 if (exceptions & FE_DIVBYZERO) res |= GFC_FPE_ZERO;
114 if (exceptions & FE_OVERFLOW) res |= GFC_FPE_OVERFLOW;
118 if (exceptions & FE_UNDERFLOW) res |= GFC_FPE_UNDERFLOW;
122 if (exceptions & FE_INEXACT) res |= GFC_FPE_INEXACT;

Completed in 316 milliseconds

1234567891011>>