Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp60 struct ConstCallable { struct
61 ConstCallable(ConstCallable const& other) in ConstCallable() function
64 ConstCallable(ConstCallable&& other) in ConstCallable() argument
70 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
556 using T = ConstCallable<bool>; in call_operator_noexcept_test()
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp59 struct ConstCallable { struct
60 ConstCallable(ConstCallable const& other) in ConstCallable() argument
63 ConstCallable(ConstCallable&& other) in ConstCallable() argument
69 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
555 using T = ConstCallable<bool>; in call_operator_noexcept_test()