Home
last modified time | relevance | path

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

/external/llvm-libc/test/UnitTest/
DFPExceptMatcher.h56 #define ASSERT_RAISES_FP_EXCEPT(func) \ macro
64 #define ASSERT_RAISES_FP_EXCEPT(func) ASSERT_DEATH(func, WITH_SIGNAL(SIGFPE)) macro