Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp112 std::make_move_iterator(DWOs->begin()), in main()
113 std::make_move_iterator(DWOs->end())); in main()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Dmove_iterator.h180 make_move_iterator(_Iter __i) in make_move_iterator() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h335 std::uninitialized_copy(std::make_move_iterator(I), in uninitialized_move()
336 std::make_move_iterator(E), Dest); in uninitialized_move()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h728 : Overloads(std::make_move_iterator(Callbacks.begin()),
729 std::make_move_iterator(Callbacks.end())) {}
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp544 std::make_move_iterator(Children.begin()), in constructScopeDIE()
545 std::make_move_iterator(Children.end())); in constructScopeDIE()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Diterator400 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i);
H A Dvector1983 insert(__make_iter(__p), _VSTD::make_move_iterator(__v.begin()),
1984 _VSTD::make_move_iterator(__v.end()));
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3070 std::make_move_iterator(PreprocessorDirectives.begin()), in addUnwrappedLine()
3071 std::make_move_iterator(PreprocessorDirectives.end())); in addUnwrappedLine()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1632 std::make_move_iterator(NewMatchables.begin()), in buildInfo()
1633 std::make_move_iterator(NewMatchables.end())); in buildInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp4674 std::make_move_iterator(Structure.Fields.begin()), in parseDirectiveNestedEnds()
4675 std::make_move_iterator(Structure.Fields.end())); in parseDirectiveNestedEnds()