Home
last modified time | relevance | path

Searched refs:_LIBCPP_HAS_NO_EXCEPTIONS (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h156 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in ~sentry()
161 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in ~sentry()
185 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
191 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
207 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
215 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
225 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
235 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
245 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
262 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
[all …]
H A Dprint.h52 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __vprint_nonunicode()
66 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __vprint_nonunicode()
115 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __vprint_unicode()
129 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __vprint_unicode()
/freebsd/contrib/llvm-project/libcxx/include/
H A Distream356 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
358 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
362 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
437 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
439 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
453 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
461 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
483 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
504 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
571 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
[all …]
H A Diomanip234 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
236 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
246 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
250 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
283 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
285 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
294 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
298 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
331 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
333 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
[all …]
H A Dstdexcept215 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
223 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
231 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
239 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
247 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
255 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
263 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
271 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
H A Dfuture497 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
776 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
778 # endif // _LIBCPP_HAS_NO_EXCEPTIONS
780 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
784 # endif // _LIBCPP_HAS_NO_EXCEPTIONS
806 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
808 # endif // _LIBCPP_HAS_NO_EXCEPTIONS
811 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
815 # endif // _LIBCPP_HAS_NO_EXCEPTIONS
837 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
[all …]
H A Dsyncstream270 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
272 # endif // _LIBCPP_HAS_NO_EXCEPTIONS
274 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
277 # endif // _LIBCPP_HAS_NO_EXCEPTIONS
334 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
345 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
477 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
483 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS
H A Dvalarray1987 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
1989 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
1992 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
1997 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
2010 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
2012 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
2015 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
2020 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
2028 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
2030 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h62 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_copy()
67 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_copy()
92 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_copy_n()
97 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_copy_n()
122 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_fill()
127 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_fill()
150 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_fill_n()
155 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_fill_n()
180 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_default_construct()
185 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __uninitialized_default_construct()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_fallback.ipp37 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
39 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
44 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
50 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
H A Dexception_msvc.ipp46 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
48 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
53 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
59 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmutex.cpp
H A Dnew.cpp54 # ifdef _LIBCPP_HAS_NO_EXCEPTIONS in operator new()
82 # ifdef _LIBCPP_HAS_NO_EXCEPTIONS in operator new[]()
148 # ifdef _LIBCPP_HAS_NO_EXCEPTIONS in operator new()
177 # ifdef _LIBCPP_HAS_NO_EXCEPTIONS in operator new[]()
H A Dnew_helpers.cpp21 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __throw_bad_alloc()
H A Dprint.cpp
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Derror.h189 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
191 #endif // _LIBCPP_HAS_NO_EXCEPTIONS in report()
193 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in report()
198 #endif // _LIBCPP_HAS_NO_EXCEPTIONS in report()
209 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in report()
211 #endif // _LIBCPP_HAS_NO_EXCEPTIONS
213 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in report()
218 #endif // _LIBCPP_HAS_NO_EXCEPTIONS in report()
H A Dformat_string.h59 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in format_string()
61 #endif // _LIBCPP_HAS_NO_EXCEPTIONS in format_string()
63 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS in format_string()
68 #endif // _LIBCPP_HAS_NO_EXCEPTIONS in format_string()
/freebsd/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h50 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
69 #ifndef _LIBCPP_HAS_NO_EXCEPTIONS
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dexception.h76 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __throw_nonexistent_local_time()
120 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __throw_ambiguous_local_time()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dutils.h
/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Dlanguage.h43 # define _LIBCPP_HAS_NO_EXCEPTIONS macro
H A Davailability.h381 #if defined(_LIBCPP_HAS_NO_EXCEPTIONS)
393 #if defined(_LIBCPP_HAS_NO_EXCEPTIONS) || defined(_LIBCPP_HAS_NO_RTTI)
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dterminate_on_exception.h
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_error.h39 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS in __throw_format_error()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h70 # ifndef _LIBCPP_HAS_NO_EXCEPTIONS

123