Searched refs:OutputIter (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | deduction_guides_sfinae_checks.h | 59 LIBCPP_STATIC_ASSERT(SFINAEs_away<Container, OutputIter, OutputIter>); in SequenceContainerDeductionGuidesSfinaeAway() 64 LIBCPP_STATIC_ASSERT(SFINAEs_away<Container, OutputIter, OutputIter, Alloc>); in SequenceContainerDeductionGuidesSfinaeAway() 102 LIBCPP_STATIC_ASSERT(SFINAEs_away<Container, OutputIter, OutputIter>); in AssociativeContainerDeductionGuidesSfinaeAway() 108 LIBCPP_STATIC_ASSERT(SFINAEs_away<Container, OutputIter, OutputIter, Comp>); in AssociativeContainerDeductionGuidesSfinaeAway() 115 SFINAEs_away<Container, OutputIter, OutputIter, Comp, Alloc>); in AssociativeContainerDeductionGuidesSfinaeAway() 176 LIBCPP_STATIC_ASSERT(SFINAEs_away<Container, OutputIter, OutputIter>); in UnorderedContainerDeductionGuidesSfinaeAway() 189 SFINAEs_away<Container, OutputIter, OutputIter, size_t, Hash>); in UnorderedContainerDeductionGuidesSfinaeAway() 200 SFINAEs_away<Container, OutputIter, OutputIter, size_t, Hash, Pred>); in UnorderedContainerDeductionGuidesSfinaeAway() 213 LIBCPP_STATIC_ASSERT(SFINAEs_away<Container, OutputIter, OutputIter, in UnorderedContainerDeductionGuidesSfinaeAway() 233 SFINAEs_away<Container, OutputIter, OutputIter, size_t, Alloc>); in UnorderedContainerDeductionGuidesSfinaeAway() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/ |
| H A D | deduct.pass.cpp | 260 struct OutputIter { in main() struct 267 const OutputIter& operator*() const { return *this; } in main() argument 268 const OutputIter& operator++() { return *this; } in main() argument 269 OutputIter operator++(int) const { return *this; } in main() argument 290 LIBCPP_STATIC_ASSERT(SFINAEs_away<std::priority_queue, OutputIter, OutputIter, Comp>); in main() 297 LIBCPP_STATIC_ASSERT(SFINAEs_away<std::priority_queue, OutputIter, OutputIter, Comp, Cont>); in main() 307 LIBCPP_STATIC_ASSERT(SFINAEs_away<std::priority_queue, OutputIter, OutputIter, Alloc>); in main() 323 SFINAEs_away<std::priority_queue, OutputIter, OutputIter, Comp, Cont, Alloc>); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.zip/ |
| H A D | range.concept.compile.pass.cpp | 310 using OutputIter = cpp17_output_iterator<int*>; typedef 311 static_assert(std::output_iterator<OutputIter, int>); 314 OutputIter begin() const; 315 sentinel_wrapper<OutputIter> end() const;
|
| /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/libcxx/include/ |
| H A D | regex | 489 template <class OutputIter> 490 OutputIter 491 format(OutputIter out, const char_type* fmt_first, 494 template <class OutputIter, class ST, class SA> 495 OutputIter 496 format(OutputIter out, const basic_string<char_type, ST, SA>& fmt,
|