Home
last modified time | relevance | path

Searched defs:CATCH_TRAP (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/internal/
Dcatch_debugger.h20 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro
26 #define CATCH_TRAP() __asm__("int $3") macro
28 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro
30 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro
32 #define CATCH_TRAP() __asm__(".inst 0xde01") macro
40 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro
44 #define CATCH_TRAP() raise(SIGTRAP) macro
47 #define CATCH_TRAP() __debugbreak() macro
50 #define CATCH_TRAP() DebugBreak() macro
/external/libabigail/tests/lib/
Dcatch.hpp7935 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro
7937 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro
7944 #define CATCH_TRAP() __asm__("int $3") macro
7946 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro
7948 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro
7950 #define CATCH_TRAP() __asm__(".inst 0xde01") macro
7958 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro
7962 #define CATCH_TRAP() raise(SIGTRAP) macro
7965 #define CATCH_TRAP() __debugbreak() macro
7968 #define CATCH_TRAP() DebugBreak() macro
/external/catch2/single_include/catch2/
Dcatch.hpp7883 #define CATCH_TRAP() __asm__("int $3\n" : : ) /* NOLINT */ macro
7889 #define CATCH_TRAP() __asm__("int $3") macro
7891 #define CATCH_TRAP() __asm__(".inst 0xd4200000") macro
7893 #define CATCH_TRAP() __asm__(".inst 0xe7f001f0") macro
7895 #define CATCH_TRAP() __asm__(".inst 0xde01") macro
7903 #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */ macro
7907 #define CATCH_TRAP() raise(SIGTRAP) macro
7910 #define CATCH_TRAP() __debugbreak() macro
7913 #define CATCH_TRAP() DebugBreak() macro