Home
last modified time | relevance | path

Searched refs:exceptionRaised (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/utils/UnitTest/
H A DFPExceptMatcher.h23 bool exceptionRaised; variable
45 bool match(bool unused) { return exceptionRaised; } in match()
H A DFPExceptMatcher.cpp47 exceptionRaised = caughtExcept; in FPExceptMatcher()