Searched refs:InputRange (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | memory | 205 template<input_range InputRange, nothrow-forward-range OutputRange> 206 requires constructible_from<range_value_t<OutputRange>, range_reference_t<InputRange>> 207 uninitialized_copy_result<borrowed_iterator_t<InputRange>, borrowed_iterator_t<OutputRange>> 208 uninitialized_copy(InputRange&& in_range, OutputRange&& out_range); // since C++20 278 template<nothrow-input-range InputRange> 279 requires destructible<range_value_t<InputRange>> 280 constexpr borrowed_iterator_t<InputRange> destroy(InputRange&& range) noexcept; // since C++20 305 template<input_range InputRange, nothrow-forward-range OutputRange> 306 requires constructible_from<range_value_t<OutputRange>, range_rvalue_reference_t<InputRange>> 307 uninitialized_move_result<borrowed_iterator_t<InputRange>, borrowed_iterator_t<OutputRange>> [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1460 SMRange InputRange, StringRef Note) in FileCheckDiag() argument 1462 auto Start = SM.getLineAndColumn(InputRange.Start); in FileCheckDiag() 1463 auto End = SM.getLineAndColumn(InputRange.End); in FileCheckDiag()
|