Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DFPExceptMatcher.h57 #define ASSERT_RAISES_FP_EXCEPT(func) \ macro
65 #define ASSERT_RAISES_FP_EXCEPT(func) ASSERT_DEATH(func, WITH_SIGNAL(SIGFPE)) macro