Searched refs:InputIter (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.utility/range.subrange/ |
| H A D | advance.pass.cpp | 33 …std::ranges::subrange<InputIter, sentinel_wrapper<InputIter>> b(InputIter(globalBuff), sentinel_wr… in test()
|
| H A D | types.h | 24 using InputIter = cpp17_input_iterator<int*>; variable
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
| H A D | path.concat.pass.cpp | 93 using InputIter = cpp17_input_iterator<Ptr>; in doConcatSourceAllocTest() typedef 151 InputIter RHS(R); in doConcatSourceAllocTest() 164 InputIter RHS(R); in doConcatSourceAllocTest() 165 InputIter REnd(StrEnd(R)); in doConcatSourceAllocTest() 185 using InputIter = cpp17_input_iterator<Ptr>; in doConcatSourceTest() typedef 244 InputIter RHS(R); in doConcatSourceTest() 250 path LHS(L); InputIter RHS(R); in doConcatSourceTest() 257 InputIter RHS(R); in doConcatSourceTest() 258 InputIter REnd(StrEnd(R)); in doConcatSourceTest()
|
| H A D | path.append.pass.cpp | 131 using InputIter = cpp17_input_iterator<Ptr>; in doAppendSourceAllocTest() typedef 207 InputIter RHS(R); in doAppendSourceAllocTest() 220 InputIter RHS(R); in doAppendSourceAllocTest() 221 InputIter REnd(StrEnd(R)); in doAppendSourceAllocTest() 241 using InputIter = cpp17_input_iterator<Ptr>; in doAppendSourceTest() typedef 300 InputIter RHS(R); in doAppendSourceTest() 306 path LHS(L); InputIter RHS(R); in doAppendSourceTest() 313 InputIter RHS(R); in doAppendSourceTest() 314 InputIter REnd(StrEnd(R)); in doAppendSourceTest()
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.utility/view.interface/ |
| H A D | view.interface.pass.cpp | 34 using InputIter = cpp20_input_iterator<const int*>; typedef 38 constexpr InputIter begin() const { return InputIter(buff); } in begin() 39 constexpr InputIter end() const { return InputIter(buff + 8); } in end()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | Module.cpp | 196 template<typename InputIter> 197 static void printModuleId(raw_ostream &OS, InputIter Begin, InputIter End, in printModuleId() 199 for (InputIter It = Begin; It != End; ++It) { in printModuleId()
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | system-header-simulator-cxx.h | 738 template<class InputIter, class OutputIter> 739 OutputIter __copy(InputIter II, InputIter IE, OutputIter OI) { 762 template<class InputIter, class OutputIter> 763 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) { 796 template<class InputIter, class OutputIter> 797 OutputIter copy_backward(InputIter II, InputIter IE, OutputIter OI) {
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2720 template <typename InputIter> 2721 ElementsAreMatcherImpl(InputIter first, InputIter last) { 2975 template <typename InputIter> 2977 InputIter first, InputIter last)
|