Home
last modified time | relevance | path

Searched refs:regular_invocable (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dconcepts.inc81 // [concept.regularinvocable], concept regular_invocable
82 using std::regular_invocable;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/
H A Dpredicate.h28 concept predicate = regular_invocable<_Fn, _Args...> && __boolean_testable<invoke_result_t<_Fn, _Ar…
H A Dinvocable.h34 concept regular_invocable = invocable<_Fn, _Args...>; variable
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dconcepts.h185 …indirectly_readable<_It> && copy_constructible<_Fp> && regular_invocable<_Fp&, iter_value_t<_It>&>…
186regular_invocable<_Fp&, iter_reference_t<_It>> && regular_invocable<_Fp&, iter_common_reference_t<…
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dconcepts109 // [concept.regularinvocable], concept regular_invocable
111 concept regular_invocable = see below;
H A Dranges217 regular_invocable<F&, range_reference_t<V>> &&
/freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/
H A Dtransform_view.h60 concept __regular_invocable_with_range_ref = regular_invocable<_Fn, range_reference_t<_View>>;
64 view<_View> && is_object_v<_Fn> && regular_invocable<_Fn&, range_reference_t<_View>> &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2458 SYMBOL(regular_invocable, std::, <concepts>)