Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A Dexcept_value_utils.h32 template <typename T, int N> struct ExceptionChecker { struct
33 using UIntType = typename FPBits<T>::UIntType;
34 using FPBits = FPBits<T>;
35 using ExceptionalValues = ExceptionalValues<T, N>;
37 static bool check_odd_func(const ExceptionalValues &ExceptVals, in check_odd_func()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h633 struct ExceptionChecker { struct
641 explicit ExceptionChecker(std::errc first_err, const char* fun_name, argument
650 explicit ExceptionChecker(fs::path p1, fs::path p2, std::errc first_err, argument
652 : expected_err(first_err), expected_path1(p1), expected_path2(p2), in expected_err()
655 void operator()(fs::filesystem_error const& Err) { in operator()
662 void check_libcxx_string(fs::filesystem_error const& Err) { in check_libcxx_string()
701 ExceptionChecker& operator=(ExceptionChecker const&) = delete; argument