Lines Matching full:exception
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
26 // This test enables an exception and verifies that raising that exception
35 // exception and reading back to see if the exception got enabled. If the in TEST_F()
36 // exception did not get enabled, then it means that the HW does not support in TEST_F()
42 #endif // Architectures where exception trapping is not supported in TEST_F()
44 // TODO: Install a floating point exception handler and verify that the in TEST_F()
45 // the expected exception was raised. One will have to longjmp back from in TEST_F()
46 // that exception handler, so such a testing can be done after we have in TEST_F()
54 // SIGFPE handler. They should set the exception flag though, in TEST_F()
57 // exception flags when FE_INEXACT is enabled. in TEST_F()
67 // we enable the exception again inside this closure so that the in TEST_F()
68 // exception gets enabled for the thread running this closure. in TEST_F()