Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcallable_types.h69 struct NoExceptCallable { struct
70 constexpr NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() function
79 constexpr explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp40 friend struct NoExceptCallable<EvilBool>;
396 using T = NoExceptCallable<bool>; in call_operator_noexcept_test()
408 using T = NoExceptCallable<NoExceptEvilBool>; in call_operator_noexcept_test()
416 using T = NoExceptCallable<EvilBool>; in call_operator_noexcept_test()