Home
last modified time | relevance | path

Searched refs:InputRange (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/
H A Dmemory204 template<input_range InputRange, nothrow-forward-range OutputRange>
205 requires constructible_from<range_value_t<OutputRange>, range_reference_t<InputRange>>
206 uninitialized_copy_result<borrowed_iterator_t<InputRange>, borrowed_iterator_t<OutputRange>>
207 uninitialized_copy(InputRange&& in_range, OutputRange&& out_range); // since C++20
277 template<nothrow-input-range InputRange>
278 requires destructible<range_value_t<InputRange>>
279 constexpr borrowed_iterator_t<InputRange> destroy(InputRange&& range) noexcept; // since C++20
304 template<input_range InputRange, nothrow-forward-range OutputRange>
305 requires constructible_from<range_value_t<OutputRange>, range_rvalue_reference_t<InputRange>>
306 uninitialized_move_result<borrowed_iterator_t<InputRange>, borrowed_iterator_t<OutputRange>>
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1613 SMRange InputRange, StringRef Note) in FileCheckDiag() argument
1615 auto Start = SM.getLineAndColumn(InputRange.Start); in FileCheckDiag()
1616 auto End = SM.getLineAndColumn(InputRange.End); in FileCheckDiag()