Home
last modified time | relevance | path

Searched refs:back_inserter (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__filesystem/
HDpath.h215 _Narrower()(back_inserter(__utf8), __b, __e);
216 _Widener()(back_inserter(__dest), __utf8.data(), __utf8.data() + __utf8.size());
218 _Narrower()(back_inserter(__dest), __b, __e);
230 _Narrower()(back_inserter(__utf8), __tmp.data(), __tmp.data() + __tmp.length());
231 _Widener()(back_inserter(__dest), __utf8.data(), __utf8.data() + __utf8.size());
233 _Narrower()(back_inserter(__dest), __tmp.data(), __tmp.data() + __tmp.length());
248 _Narrower()(back_inserter(__utf8), __tmp.data(), __tmp.data() + __tmp.length());
249 _Widener()(back_inserter(__dest), __utf8.data(), __utf8.data() + __utf8.size());
251 _Narrower()(back_inserter(__dest), __tmp.data(), __tmp.data() + __tmp.length());
336 _Narrower()(back_inserter(__utf8), __src.data(), __src.data() + __src.size());
[all …]
HDu8path.h48 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
72 _CVT()(back_inserter(__w), __tmp.data(), __tmp.data() + __tmp.size()); in u8path()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
HDDataflowAnalysis.h276 std::move(*TypeErasedBlockStates), std::back_inserter(BlockStates),
363 llvm::move(EltDiagnostics, std::back_inserter(Diagnostics));
377 llvm::move(EltDiagnostics, std::back_inserter(Diagnostics));
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDCXXPredicates.cpp21 std::transform(Pool.begin(), Pool.end(), std::back_inserter(Out), in getSorted()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/XRay/
HDProfile.cpp225 copy(*IndexedThreadBlock.second, std::back_inserter(PathAndData)); in mergeProfilesByThread()
257 copy(PathData, std::back_inserter(Block)); in mergeProfilesByStack()
359 transform(reverse(TSD), std::back_inserter(Path), in profileFromTrace()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__iterator/
HDback_insert_iterator.h77 back_inserter(_Container& __x) { in back_inserter() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
HDXRayArgs.cpp139 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
149 llvm::copy(XRaySupportedModes, std::back_inserter(Modes)); in XRayArgs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolutionNormalization.cpp51 transform(AR->operands(), std::back_inserter(Operands), in visitAddRecExpr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNRegPressure.h299 if (!LI.findIndexesLiveAt(Indexes, std::back_inserter(LiveIdxs))) in getLiveRegMap()
309 S.findIndexesLiveAt(LiveIdxs, std::back_inserter(SRLiveIdxs)); in getLiveRegMap()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectList.cpp32 back_inserter(m_value_objects)); // destination in Append()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDDiagnosticManager.h119 std::back_inserter(m_diagnostics)); in Consume()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__format/
HDformat_functions.h456 std::vformat_to(std::back_inserter(__res), __fmt, __args); in vformat()
467 std::vformat_to(std::back_inserter(__res), __fmt, __args); in vformat()
589 std::vformat_to(std::back_inserter(__res), std::move(__loc), __fmt, __args); in vformat()
600 std::vformat_to(std::back_inserter(__res), std::move(__loc), __fmt, __args); in vformat()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallDescription.cpp47 llvm::transform(QualifiedName, std::back_inserter(this->QualifiedName), in CallDescription()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDConstructDecompositionT.h603 clause.v, std::back_inserter(objects), [&](const ObjectTy &object) { in applyClause()
668 objects, std::back_inserter(sharedObjects), in applyClause()
695 objects, std::back_inserter(tofrom), in applyClause()
945 llvm::transform(objects, std::back_inserter(sharedObjects), in applyClause()
971 llvm::copy_if(objects, std::back_inserter(tofrom), in applyClause()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRVRegNamerUtils.cpp123 llvm::transform(MI.uses(), std::back_inserter(MIOperands), GetHashableMO); in getInstructionOpcodeHash()
/freebsd-13-stable/contrib/llvm-project/clang/lib/InstallAPI/
HDFileList.cpp189 llvm::move(Impl.HeaderList, std::back_inserter(Destination)); in loadHeaders()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaSYCL.cpp134 llvm::copy(RecDecl->fields(), std::back_inserter(StackForRecursion)); in deepTypeCheckForDevice()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariableList.cpp41 back_inserter(m_variables)); // destination in AddVariables()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDGVNSink.cpp283 llvm::copy(V, std::back_inserter(Values)); in ModelledPHI()
284 llvm::copy(B, std::back_inserter(Blocks)); in ModelledPHI()
292 llvm::copy(B, std::back_inserter(Blocks)); in ModelledPHI()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLink.cpp279 llvm::copy(Sec.blocks(), std::back_inserter(SortedBlocks)); in dump()
305 llvm::copy(B->edges(), std::back_inserter(SortedEdges)); in dump()
/freebsd-13-stable/contrib/llvm-project/libcxx/src/experimental/
HDtime_zone.cpp126 std::ranges::copy(__letters, std::back_inserter(__result)); in __format()
143 std::format_to(std::back_inserter(__result), "{:%H%M}", __offset); in __format()
145 std::format_to(std::back_inserter(__result), "{:%H}", __offset); in __format()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp456 copy_if_else(Relocs.begin(), Relocs.end(), std::back_inserter(Remainder), in sortRelocs()
457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDUnicodeNameToCodepoint.cpp53 std::reverse_copy(N->Name.begin(), N->Name.end(), std::back_inserter(S)); in fullName()
203 std::back_inserter(Buffer)); in compareNode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
HDHipStdPar.cpp152 copy_if(M, std::back_inserter(ToRemove), [&](auto &&F) { in removeUnreachableFunctions()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterInfoPOSIX_arm64.cpp248 llvm::copy(reg_infos_ref, std::back_inserter(m_dynamic_reg_infos)); in RegisterInfoPOSIX_arm64()
249 llvm::copy(reg_sets_ref, std::back_inserter(m_dynamic_reg_sets)); in RegisterInfoPOSIX_arm64()

123456