Home
last modified time | relevance | path

Searched refs:input_range (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__ranges/
H A Dconcepts.h99 concept input_range = range<_Tp> && input_iterator<iterator_t<_Tp>>; variable
102 concept forward_range = input_range<_Tp> && forward_iterator<iterator_t<_Tp>>;
H A Dtransform_view.h45 template<input_range _View, copy_constructible _Fn>
144 template<input_range _View, copy_constructible _Fn>
343 template<input_range _View, copy_constructible _Fn>
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h52 using input_range = llvm::iterator_range<input_iterator>; variable
152 input_range inputs() { return input_range(input_begin(), input_end()); } in inputs()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dranges74 concept input_range = see below;
146 template<input_range V, copy_constructible F>