Searched refs:regular_invocable (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | concepts.inc | 81 // [concept.regularinvocable], concept regular_invocable 82 using std::regular_invocable;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__concepts/ |
| H A D | predicate.h | 28 concept predicate = regular_invocable<_Fn, _Args...> && __boolean_testable<invoke_result_t<_Fn, _Ar…
|
| H A D | invocable.h | 34 concept regular_invocable = invocable<_Fn, _Args...>; variable
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | concepts.h | 185 …indirectly_readable<_It> && copy_constructible<_Fp> && regular_invocable<_Fp&, iter_value_t<_It>&>… 186 …regular_invocable<_Fp&, iter_reference_t<_It>> && regular_invocable<_Fp&, iter_common_reference_t<…
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | concepts | 109 // [concept.regularinvocable], concept regular_invocable 111 concept regular_invocable = see below;
|
| H A D | ranges | 217 regular_invocable<F&, range_reference_t<V>> &&
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__ranges/ |
| H A D | transform_view.h | 60 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 D | StdSymbolMap.inc | 2458 SYMBOL(regular_invocable, std::, <concepts>)
|