Home
last modified time | relevance | path

Searched refs:_LIBCPP_DEBUG_USE_EXCEPTIONS (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/test/support/
Ddebug_mode_helper.h16 #ifndef _LIBCPP_DEBUG_USE_EXCEPTIONS
17 #error _LIBCPP_DEBUG_USE_EXCEPTIONS must be defined before including this header
/external/libcxx/test/libcxx/debug/
Ddebug_throw_register.pass.cpp22 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
/external/libcxx/test/libcxx/thread/futures/futures.promise/
Dset_exception.pass.cpp28 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
Dset_exception_at_thread_exit.pass.cpp28 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
/external/libcxx/test/libcxx/containers/sequences/array/array.zero/
Ddb_back.pass.cpp20 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
Ddb_front.pass.cpp20 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
Ddb_indexing.pass.cpp20 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
/external/libcxx/test/libcxx/input.output/filesystems/class.path/path.itr/
Diterator_db.pass.cpp21 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
/external/libcxx/test/libcxx/debug/containers/
Ddb_associative_container_tests.pass.cpp21 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
Ddb_unord_container_tests.pass.cpp21 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
Ddb_string.pass.cpp21 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
Ddb_sequence_container_iterators.pass.cpp21 #define _LIBCPP_DEBUG_USE_EXCEPTIONS macro
/external/libcxx/include/
D__debug94 #if _LIBCPP_DEBUG_LEVEL >= 1 && defined(_LIBCPP_DEBUG_USE_EXCEPTIONS)
96 # error _LIBCPP_DEBUG_USE_EXCEPTIONS cannot be used when exceptions are disabled.
D__config834 #if defined(_LIBCPP_DEBUG_USE_EXCEPTIONS)
836 # error cannot use _LIBCPP_DEBUG_USE_EXCEPTIONS unless _LIBCPP_DEBUG is defined
/external/libcxx/docs/DesignDocs/
DDebugMode.rst33 **_LIBCPP_DEBUG_USE_EXCEPTIONS**: