Home
last modified time | relevance | path

Searched refs:CATCH_CONFIG_DISABLE_EXCEPTIONS (Results 1 – 19 of 19) sorted by relevance

/external/catch2/projects/ExtraTests/
DCMakeLists.txt65 add_test(NAME CATCH_CONFIG_DISABLE_EXCEPTIONS-1 COMMAND DisabledExceptions-DefaultHandler "Tests th…
67 CATCH_CONFIG_DISABLE_EXCEPTIONS-1
73 add_test(NAME CATCH_CONFIG_DISABLE_EXCEPTIONS-2 COMMAND DisabledExceptions-DefaultHandler "Tests th…
75 CATCH_CONFIG_DISABLE_EXCEPTIONS-2
80 add_test(NAME CATCH_CONFIG_DISABLE_EXCEPTIONS-3 COMMAND DisabledExceptions-CustomHandler "Tests tha…
82 CATCH_CONFIG_DISABLE_EXCEPTIONS-3
88 add_test(NAME CATCH_CONFIG_DISABLE_EXCEPTIONS-4 COMMAND DisabledExceptions-CustomHandler "Tests tha…
90 CATCH_CONFIG_DISABLE_EXCEPTIONS-4
/external/catch2/include/internal/
Dcatch_compiler_capabilities.h257 #if !defined(CATCH_INTERNAL_CONFIG_EXCEPTIONS_ENABLED) && !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
258 # define CATCH_CONFIG_DISABLE_EXCEPTIONS macro
278 #if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
Dcatch_capture.hpp24 #if defined(CATCH_CONFIG_FAST_COMPILE) || defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
64 #if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
Dcatch_enforce.cpp11 #if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) && !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS_CUSTOM_HAN…
Dcatch_enforce.h18 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
Dcatch_exception_translator_registry.cpp27 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
Dcatch_session.cpp134 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in Session()
280 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in runInternal()
Dcatch_interfaces_exception.h55 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in translate()
Dcatch_assertionhandler.cpp86 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in complete()
/external/catch2/projects/SelfTest/UsageTests/
DTricky.tests.cpp367 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
377 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
DException.tests.cpp24 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
DToStringVariant.tests.cpp4 #if defined(CATCH_CONFIG_CPP17_VARIANT) && !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
DCompilation.tests.cpp71 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in throws_int()
DMatchers.tests.cpp55 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
323 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
/external/catch2/projects/SelfTest/IntrospectiveTests/
DTag.tests.cpp13 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
/external/Reactive-Extensions/RxCpp/Rx/v2/test/
DCMakeLists.txt96 list(APPEND TEST_COMPILE_DEFINITIONS CATCH_CONFIG_DISABLE_EXCEPTIONS)
/external/catch2/docs/
Dcontributing.md92 `CATCH_CONFIG_DISABLE_EXCEPTIONS` macro.
Dconfiguration.md219 CATCH_CONFIG_DISABLE_EXCEPTIONS
/external/catch2/single_include/catch2/
Dcatch.hpp347 #if !defined(CATCH_INTERNAL_CONFIG_EXCEPTIONS_ENABLED) && !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
348 # define CATCH_CONFIG_DISABLE_EXCEPTIONS macro
368 #if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
2310 #if defined(CATCH_CONFIG_FAST_COMPILE) || defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
3474 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
6337 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in complete()
8545 #if defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) && !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS_CUSTOM_HAN…
8600 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS)
10988 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in Session()
11134 #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) in runInternal()