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

12

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl49 %exceptions = ();
184 %exceptions = ();
192 $exceptions{trim($line)} = 1;
203 if (scalar(keys(%exceptions)) == 0) {
212 return $exceptions{$file};
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dbasic_ios.h148 // exceptions().
155 if (this->exceptions() & __state)
201 * @brief Throwing exceptions on errors.
202 * @return The current exceptions mask.
205 * of exceptions(iostate) for the meaning of the return value.
208 exceptions() const function in class:basic_ios
212 * @brief Throwing exceptions on errors.
213 * @param except The new exceptions mask.
216 * exceptions mask for each stream; if a bit in the mask becomes set
220 * If the error flage is already set when the exceptions mas
243 exceptions(iostate __except) function in class:basic_ios
[all...]
/freebsd-10-stable/lib/atf/libatf-c++/
H A DMakefile55 exceptions.cpp \
/freebsd-10-stable/contrib/wpa/src/utils/
H A Deloop.c68 struct eloop_sock_table exceptions; member in struct:eloop_data
239 struct eloop_sock_table *exceptions,
290 if (exceptions && exceptions->table) {
291 for (i = 0; i < exceptions->count; i++) {
296 fd = exceptions->table[i].sock;
348 struct eloop_sock_table *exceptions,
361 eloop_sock_table_dispatch_table(exceptions, pollfds_map,
449 return &eloop.exceptions;
702 eloop.writers.count > 0 || eloop.exceptions
237 eloop_sock_table_set_fds(struct eloop_sock_table *readers, struct eloop_sock_table *writers, struct eloop_sock_table *exceptions, struct pollfd *pollfds, struct pollfd **pollfds_map, int max_pollfd_map) argument
346 eloop_sock_table_dispatch(struct eloop_sock_table *readers, struct eloop_sock_table *writers, struct eloop_sock_table *exceptions, struct pollfd **pollfds_map, int max_pollfd_map) argument
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dgenmultilib57 # the compiler similar to exceptions. The difference being that exclusions
120 exceptions=$4
173 # If there exceptions, weed them out now
174 if [ -n "${exceptions}" ]; then
185 for except in ${exceptions}; do
H A Dmklibgcc.in351 -fexceptions -fnon-call-exceptions -c '$(srcdir)/libgcc2.c' -o $outS
355 -fexceptions -fnon-call-exceptions -c '$(srcdir)/libgcc2.c' -o $out
366 -fexceptions -fnon-call-exceptions -c '$(srcdir)/libgcc2.c' -o $out
/freebsd-10-stable/gnu/usr.bin/groff/
H A DMakefile.inc75 CXXFLAGS+= -fno-rtti -fno-exceptions
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp40 #include <atf-c++/detail/exceptions.hpp>
/freebsd-10-stable/gnu/lib/csu/
H A DMakefile19 CFLAGS+= -fno-inline-functions -fno-exceptions \
/freebsd-10-stable/contrib/bmake/mk/
H A Dsys.vars.mk51 # but sadly there are exceptions!
H A Ddirdeps.mk640 # Discouraged, but there are always exceptions.
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c165 const char *exceptions;
207 "http-proxy-exceptions" is not set to exclude this host. */
208 svn_config_get(config, &exceptions, SVN_CONFIG_SECTION_GLOBAL,
211 svn_cstring_split(exceptions, ",",
278 settings. We intentionally ignore 'http-proxy-exceptions'
163 const char *exceptions; local
/freebsd-10-stable/sys/mips/mips/
H A Dfp.S1084 ctc1 a1, MIPS_FPU_CSR # save exceptions
1158 ctc1 a1, MIPS_FPU_CSR # Save exceptions
1542 ctc1 a1, MIPS_FPU_CSR # save exceptions
1670 * normalized position. After that, round and handle exceptions.
1776 ctc1 a1, MIPS_FPU_CSR # save exceptions
1891 ctc1 a1, MIPS_FPU_CSR # save exceptions
1896 * normalized position. After that, round and handle exceptions.
2026 ctc1 a1, MIPS_FPU_CSR # save exceptions
2163 ctc1 a1, MIPS_FPU_CSR # save exceptions
2174 ctc1 a1, MIPS_FPU_CSR # save exceptions
[all...]
H A Dexception.S1164 ctc1 zero, MIPS_FPU_CSR # Clear exceptions
/freebsd-10-stable/lib/clang/
H A Dclang.build.mk42 CXXFLAGS+= -fno-exceptions -fno-rtti
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Denv.cpp3373 dictionary exceptions; member in struct:hyphenation_language
3375 hyphenation_language(symbol nm) : name(nm), exceptions(501) {}
3396 // hyphenation exceptions
3436 tem = (unsigned char *)current_language->exceptions.lookup(symbol(buf),
3615 exceptions.
3823 = (unsigned char *)current_language->exceptions.lookup(buf);
3861 &current_language->exceptions);
/freebsd-10-stable/gnu/lib/libgcc/
H A DMakefile70 # Additional sources to handle exceptions; overridden by targets as needed.
196 DIV_CFLAGS = -fexceptions -fnon-call-exceptions
/freebsd-10-stable/contrib/gcc/cp/
H A Dclass.c3807 tree exceptions;
3809 exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone));
3826 if (exceptions)
3828 exceptions);
3992 tree exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone));
4008 if (exceptions)
4009 type = build_exception_variant (type, exceptions);
4719 make any exceptions for unnamed bitfields when the
3803 tree exceptions; local
3988 tree exceptions = TYPE_RAISES_EXCEPTIONS (TREE_TYPE (clone)); local
/freebsd-10-stable/contrib/gdb/
H A Dltconfig881 # Check to see if options -fno-rtti -fno-exceptions are supported by compiler
882 echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions ... $ac_c" 1>&6
886 CFLAGS="$CFLAGS -fno-rtti -fno-exceptions -c conftest.$ac_ext"
887 echo "$progname:887: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
909 no_builtin_flag=' -fno-builtin -fno-rtti -fno-exceptions'
/freebsd-10-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex75 buses\footnote{Well, mostly. There are a few special exceptions.}.
/freebsd-10-stable/contrib/libyaml/
H A Dconfigure7309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7310 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7317 lt_compiler_flag="-fno-rtti -fno-exceptions"
7348 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
/freebsd-10-stable/contrib/openbsm/
H A Dconfigure7606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7607 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7614 lt_compiler_flag="-fno-rtti -fno-exceptions"
7645 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
/freebsd-10-stable/contrib/sqlite3/
H A Dconfigure9155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9156 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9163 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
9194 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dconfigure8947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8948 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8955 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
8986 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
/freebsd-10-stable/contrib/ntp/sntp/
H A Dconfigure19087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
19088 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
19095 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
19126 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"

Completed in 413 milliseconds

12