Searched refs:exception_mask (Results 1 – 1 of 1) sorted by relevance
119 if (exception_mask & (1 << Position)) { in operator ()()127 … for( exception_mask = 1; exception_mask < (std::size_t(1) << TaskCount); ++exception_mask ) { in run_validate_and_reset()136 …static std::uint64_t exception_mask; // each bit represents whether the function should throw exce… member140 std::uint64_t exception_handling_test_case<TaskCount>::exception_mask(0); member in exception_handling_test_case<TaskCount>