Home
last modified time | relevance | path

Searched defs:FatalConditionHandler (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_fatal_condition.h21 struct FatalConditionHandler { struct
42 struct FatalConditionHandler { argument
51 FatalConditionHandler(); argument
62 struct FatalConditionHandler { struct
Dcatch_fatal_condition.cpp57 FatalConditionHandler::FatalConditionHandler() { in FatalConditionHandler() function in Catch::FatalConditionHandler
125 FatalConditionHandler::FatalConditionHandler() { in FatalConditionHandler() function in Catch::FatalConditionHandler
/external/catch2/single_include/catch2/
Dcatch.hpp6079 struct FatalConditionHandler { struct
6087 static bool isSet;
6088 static ULONG guaranteeSize;
6089 static PVOID exceptionHandlerHandle;
6100 struct FatalConditionHandler { struct
6102 static bool isSet;
6103 static struct sigaction oldSigActions[];
6104 static stack_t oldSigStack;
6105 static char altStackMem[];
6119 struct FatalConditionHandler { struct
[all …]
/external/bcc/tests/cc/
Dcatch.hpp5773 struct FatalConditionHandler { struct
5774 void reset() {} in reset()
5796 struct FatalConditionHandler { struct
5798 static void handleSignal( int sig ) { in handleSignal()
5805 FatalConditionHandler() : m_isSet( true ) { in FatalConditionHandler() function
5809 ~FatalConditionHandler() { in ~FatalConditionHandler()
5812 void reset() { in reset()
5820 bool m_isSet;