Searched refs:inserter (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/24_iterators/
H A Dinsert_iterator.cc60 iterator_type it02 = std::inserter(li, liit);
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Dinsert_iterator.h74 inserter(_Container& __x, __insert_iterator_iter_t<_Container> __i) function
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Diterator.h153 using std::inserter;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Diterator.h153 using std::inserter;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_iterator.h476 * Tip: Using the inserter function to create these iterators can
555 inserter(_Container& __x, _Iterator __i) function in namespace:std
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_iterator.h534 * Tip: Using the inserter function to create these iterators can
616 inserter(_Container& __x, _Iterator __i) function
/openbsd-current/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp479 std::copy(List.begin(), List.end(), std::inserter(Set, Set.begin()));
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerMerge.cpp156 AllFeatures.end(), std::inserter(Tmp, Tmp.begin()));
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp2008 std::inserter(Intersection, Intersection.begin()));
2021 std::inserter(RegUnitSets.back().Units,
2217 std::inserter(Intersection, Intersection.begin()),
H A DGlobalISelEmitter.cpp5810 std::inserter(ModuleFeatures, ModuleFeatures.end()),
5816 std::inserter(FunctionFeatures, FunctionFeatures.end()),
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp427 std::inserter(BinaryIDsToFetch, BinaryIDsToFetch.end()), Compare);
/openbsd-current/gnu/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1024 std::inserter(Ret, std::next(Ret.begin(), InsertPos)));
/openbsd-current/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp234 std::copy(S, E, std::inserter(*Ints, Ints->end()));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2899 LocVec.begin(), LocVec.end(), std::inserter(NewCandidates, NewCandidates.begin()));
/openbsd-current/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp4269 llvm::copy(Archs, std::inserter(ArchSet, ArchSet.begin()));

Completed in 471 milliseconds