Home
last modified time | relevance | path

Searched refs:make_move_iterator (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h252 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 DMipsAnalyzeImmediate.cpp78 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 DSmallSet.h253 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 Dllvm-dwp.cpp189 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 DDeclarationFragments.h167 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 DLVReaderHandler.cpp286 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 Dmove_iterator.h158 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 DGenericTaintChecker.cpp805 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 DSymbolGraphSerializer.cpp634 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 Diterator.cppm
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dmove_iterator.h339 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 DMarshallers.h729 : Overloads(std::make_move_iterator(Callbacks.begin()),
730 std::make_move_iterator(Callbacks.end())) {}
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp507 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 DSemaConcept.cpp1995 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 DAsmMatcherEmitter.cpp1677 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 Diterator476 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i);
H A Dvector1479 …insert(__make_iter(__p), std::make_move_iterator(__v.begin()), std::make_move_iterator(__v.end()));
/freebsd/contrib/llvm-project/libcxx/include/
H A Diterator476 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i);
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3322 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 DUnwrappedLineParser.cpp4622 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 DMasmParser.cpp4133 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 DSROA.cpp5086 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 DStdSymbolMap.inc2121 SYMBOL(make_move_iterator, std::, <iterator>)