| /freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
| H A D | libdispatch.h | 252 std::make_move_iterator(__values.get()), 253 std::make_move_iterator(__values.get() + __partitions.__chunk_count_), 325 std::merge(std::make_move_iterator(__chunk_first), 326 std::make_move_iterator(__chunk_last - __old_chunk_size), 327 std::make_move_iterator(__chunk_last - __old_chunk_size), 328 std::make_move_iterator(__chunk_last),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAnalyzeImmediate.cpp | 78 SeqLs.append(std::make_move_iterator(SeqLsORi.begin()), in GetInstSeqLs() 79 std::make_move_iterator(SeqLsORi.end())); in GetInstSeqLs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallSet.h | 253 Set.insert(std::make_move_iterator(Vector.begin()), in insertImpl() 254 std::make_move_iterator(Vector.end())); in insertImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwp/ |
| H A D | llvm-dwp.cpp | 189 std::make_move_iterator(DWOs->begin()), in llvm_dwp_main() 190 std::make_move_iterator(DWOs->end())); in llvm_dwp_main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | DeclarationFragments.h | 167 auto ToInsertBegin = std::make_move_iterator(Other.begin()); in insert() 168 auto ToInsertEnd = std::make_move_iterator(Other.end()); in insert()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
| H A D | LVReaderHandler.cpp | 286 std::make_move_iterator(Readers.begin()), in createReaders() 287 std::make_move_iterator(Readers.end())); in createReaders()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | move_iterator.h | 158 inline _LIBCPP_HIDE_FROM_ABI move_iterator<_Iter> make_move_iterator(_Iter __i) { in make_move_iterator() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GenericTaintChecker.cpp | 805 StaticTaintRules.emplace(std::make_move_iterator(GlobalCRules.begin()), in initTaintRules() 806 std::make_move_iterator(GlobalCRules.end())); in initTaintRules() 826 DynamicTaintRules.emplace(std::make_move_iterator(Rules.begin()), in initTaintRules() 827 std::make_move_iterator(Rules.end())); in initTaintRules()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 634 std::make_move_iterator(ReverseHierarchy.rbegin()), in generateHierarchyFromRecord() 635 std::make_move_iterator(ReverseHierarchy.rend())); in generateHierarchyFromRecord()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | iterator.cppm | |
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | move_iterator.h | 339 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX17 move_iterator<_Iter> make_move_iterator(…
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Marshallers.h | 729 : Overloads(std::make_move_iterator(Callbacks.begin()), 730 std::make_move_iterator(Callbacks.end())) {}
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 507 ExecVectors.append(std::make_move_iterator(ExecVectorsT.begin()), in findExecutedTestVectors() 508 std::make_move_iterator(ExecVectorsT.end())); in findExecutedTestVectors()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1995 std::for_each(std::make_move_iterator(Right.begin()), in Normalize() 1996 std::make_move_iterator(Right.end()), Add); in Normalize()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1677 std::make_move_iterator(NewMatchables.begin()), in buildInfo() 1678 std::make_move_iterator(NewMatchables.end())); in buildInfo()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | iterator | 476 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i);
|
| H A D | vector | 1479 …insert(__make_iter(__p), std::make_move_iterator(__v.begin()), std::make_move_iterator(__v.end()));
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | iterator | 476 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i);
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 3322 FixIts.insert(FixIts.end(), std::make_move_iterator(InitFixIts->begin()), in fixLocalVarDeclWithSpan() 3323 std::make_move_iterator(InitFixIts->end())); in fixLocalVarDeclWithSpan()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 4622 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine() 4623 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 4133 std::make_move_iterator(Structure.Fields.begin()), in parseDirectiveNestedEnds() 4134 std::make_move_iterator(Structure.Fields.end())); in parseDirectiveNestedEnds()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 5086 std::make_move_iterator(NewSelectsToRewrite.begin()), in rewritePartition() 5087 std::make_move_iterator(NewSelectsToRewrite.end()))) in rewritePartition()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2121 SYMBOL(make_move_iterator, std::, <iterator>)
|