Searched refs:exceptions (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-11.0-release/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-11.0-release/contrib/subversion/
H A Dconfigure11313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
11314 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
11321 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
11352 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure10803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
10804 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
10811 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
10842 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure19049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
19050 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
19057 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
19088 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1663 for (const auto &E : T->exceptions()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp170 // If this function can throw any exceptions, make a note of that.
210 "Shouldn't collect exceptions when throw-all is guaranteed.");
212 // Record the exceptions in this function's exception specification.
213 for (const auto &E : Proto->exceptions())
227 // invoked by f's implicit definition; f shall allow all exceptions if any
228 // function it directly invokes allows all exceptions, and f shall allow no
229 // exceptions if every function it directly invokes allows no exceptions.
239 // specification should be the set of exceptions which can be thrown by the
673 // Shortcut if exceptions ar
[all...]
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure856 --enable-sjlj-exceptions
857 force use of builtin_setjmp for exceptions
5339 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
5345 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable sjlj-exceptions" >&5
5346 echo "$as_me: error: Unknown argument to enable/disable sjlj-exceptions" >&2;}
30226 CXXFLAGS="$CXXFLAGS -fno-exceptions"
31592 CXXFLAGS="$CXXFLAGS -fno-exceptions"
[all...]

Completed in 615 milliseconds

123