HomeSort by: relevance | last modified time | path
    Searched refs:exceptions (Results 1 - 25 of 436) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
fpu.c 37 set_fpe (int exceptions)
39 options.fpe = exceptions;
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
fpu.c 37 set_fpe (int exceptions)
39 options.fpe = exceptions;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
gdb2495.cc 68 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 ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
gdb2495.cc 68 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 ();
  /src/sys/arch/i386/stand/
Makefile.inc 13 -fno-asynchronous-unwind-tables -fno-exceptions -mno-sse \
  /src/external/bsd/kyua-cli/lib/utils/
Makefile 20 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 \
  /src/external/bsd/kyua-cli/lib/store/
Makefile 15 exceptions.cpp \
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-info.c 24 /* 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)
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-info.c 24 /* 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)
  /src/external/gpl3/gcc/dist/libgfortran/config/
fpu-aarch64.h 36 /* Exceptions */
77 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;
fpu-glibc.h 27 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;
  /src/external/gpl3/gcc.old/dist/libgfortran/config/
fpu-aarch64.h 36 /* Exceptions */
77 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;
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m32/
Makefile 12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-preinit-m64/
Makefile 12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/
Makefile 16 CXXFLAGS+= -fno-exceptions -fno-builtin -fno-stack-protector # RTTI needed
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer-m64/
Makefile 13 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/fuzzer_no_main-m64/
Makefile 12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m32/
Makefile 12 CXXFLAGS+= -fno-builtin -fno-exceptions -fno-stack-protector -fno-rtti
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-dynamic-m64/
Makefile 12 CXXFLAGS+= -fno-builtin -fno-exceptions -fno-stack-protector -fno-rtti
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m32/
Makefile 12 CXXFLAGS+= -fno-builtin -fno-exceptions -fno-stack-protector -fno-rtti
  /src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m32/
Makefile 12 CXXFLAGS+= -fno-rtti -fno-exceptions -fno-builtin -fno-stack-protector
  /src/external/bsd/kyua-cli/lib/engine/
Makefile 17 exceptions.cpp \
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
mingw.py 81 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][revision
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/
mingw.py 81 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][revision
    [all...]
  /src/external/bsd/lutok/lib/liblutok/
Makefile 25 exceptions.cpp \
32 exceptions.hpp \

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>