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 D | MipsAnalyzeImmediate.cpp | 78 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 D | llvm-dwp.cpp | 112 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 D | move_iterator.h | 180 make_move_iterator(_Iter __i) in make_move_iterator() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 335 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 D | Marshallers.h | 728 : 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 D | DwarfCompileUnit.cpp | 544 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 D | iterator | 400 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i);
|
| H A D | vector | 1983 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 D | UnwrappedLineParser.cpp | 3070 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 D | AsmMatcherEmitter.cpp | 1632 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 D | MasmParser.cpp | 4674 std::make_move_iterator(Structure.Fields.begin()), in parseDirectiveNestedEnds() 4675 std::make_move_iterator(Structure.Fields.end())); in parseDirectiveNestedEnds()
|