Searched refs:append (Results 476 - 500 of 726) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h440 Decls.append(Other.Decls.begin(), Other.Decls.end());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp433 llvm::sys::path::append(NewPath, pathRef);
/freebsd-13-stable/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in135 up to the last newline, and append it to any leftover data from a
783 paths.append(uniq)
918 Cmd.verified_users.append(user)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp476 Indices.append(Run.begin(), Run.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp383 sys::path::append(DwoFile, std::to_string(Task) + ".dwo");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp217 void append(CHRScope *Next) { function in class:__anon4576::CHRScope
224 RegInfos.append(Next->RegInfos.begin(), Next->RegInfos.end());
225 Subs.append(Next->Subs.begin(), Next->Subs.end());
1017 ConsecutiveSubscope->append(SubCHRScope);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp340 Ops.append(Add->op_begin(), Add->op_end());
343 // Then append the addrecs.
344 Ops.append(AddRecs.begin(), AddRecs.end());
368 Ops.append(Add->op_begin(), Add->op_end());
376 Ops.append(AddRecs.begin(), AddRecs.end());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp33 TabExpandedResult.append(NumSpaces, ' ');
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp485 Result.append(SymName.begin(), SymName.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp180 void HexagonShuffler::append(MCInst const &ID, MCInst const *Extender, function in class:HexagonShuffler
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp540 Ops.append(std::next(DIExpr->elements_begin()),
602 Buffer.append(Args.begin(), Args.end());
606 Buffer.append(Args.begin(), Args.end());
611 Buffer.append(Args.begin(), Args.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp569 Appended.append(Features);
H A DIfConversion.cpp2166 BBI.Predicate.append(Cond.begin(), Cond.end());
2230 ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
2231 ToBBI.Predicate.append(Cond.begin(), Cond.end());
2350 ToBBI.Predicate.append(FromBBI.Predicate.begin(), FromBBI.Predicate.end());
H A DLiveInterval.cpp558 void LiveRange::append(const Segment S) {
809 segments.append(segmentSet->begin(), segmentSet->end());
1253 // Finally, append to LR or Spills.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp429 Args.append(A);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkParser.cpp422 sys::path::append(FullPath, *ExternalFilePath);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp984 ChangedAAs.append(AllAbstractAttributes.begin() + NumAAs,
1492 NewArgumentTypes.append(ARI->ReplacementTypes.begin(),
1494 NewArgumentAttributes.append(ARI->getNumReplacementArgs(),
1570 NewArgOperandAttributes.append(ARI->ReplacementTypes.size(),
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp211 llvm::sys::path::append(lldb_history_file, ".lldb");
221 llvm::sys::path::append(lldb_history_file, filename);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk31 # Another use case for the :from=to modifier is to append a suffix to each
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp815 // append a row to the matrix using the current values of the
1374 sys::path::append(FilePath, Style, CompDir);
1380 // sys::path::append skips empty strings.
1381 sys::path::append(FilePath, Style, IncludeDir, FileName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp919 Sym->Name.append(".");
920 Sym->Name.append(Unique->Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc89 sys::path::append(FilePath, Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp895 Code.append(PrefixBytesToAdd, Prefix);
896 Code.append(RF.getContents().begin(), RF.getContents().end());
/freebsd-13-stable/crypto/openssh/
H A Dmisc.c1003 append:
1013 goto append;
1876 * already exists, we reuse the slot; otherwise we append a new slot
/freebsd-13-stable/contrib/expat/tests/
H A DMakefile.in132 $(top_srcdir)/conftools/ax-append-flag.m4 \
133 $(top_srcdir)/conftools/ax-append-compile-flags.m4 \
134 $(top_srcdir)/conftools/ax-append-link-flags.m4 \

Completed in 406 milliseconds

<<11121314151617181920>>