Home
last modified time | relevance | path

Searched defs:FatalConditionHandler (Results 1 – 5 of 5) 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/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;
/external/catch2/single_include/catch2/
Dcatch.hpp7963 struct FatalConditionHandler { struct
7971 static bool isSet;
7972 static ULONG guaranteeSize;
7973 static PVOID exceptionHandlerHandle;
7984 struct FatalConditionHandler { struct
7986 static bool isSet;
7987 static struct sigaction oldSigActions[];
7988 static stack_t oldSigStack;
7989 static char altStackMem[];
8003 struct FatalConditionHandler { struct
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp8018 struct FatalConditionHandler { struct
8026 static bool isSet;
8027 static ULONG guaranteeSize;
8028 static PVOID exceptionHandlerHandle;
8039 struct FatalConditionHandler { struct
8041 static bool isSet;
8042 static struct sigaction oldSigActions[];
8043 static stack_t oldSigStack;
8044 static char altStackMem[];
8058 struct FatalConditionHandler { struct
[all …]