Searched refs:append (Results 501 - 525 of 726) sorted by relevance

<<21222324252627282930

/freebsd-13-stable/contrib/mandoc/
H A Droff.c3965 * append == 0: replace mode
3966 * append == 1: single-line append mode
3967 * append == 2: multiline append mode, append '\n' after each call
3971 int append)
3977 string ? strlen(string) : 0, append);
3983 const char *string, size_t stringsz, int append)
4006 } else if (0 == append) {
3970 roff_setstr(struct roff *r, const char *name, const char *string, int append) argument
3982 roff_setstrn(struct roffkv **r, const char *name, size_t namesz, const char *string, size_t stringsz, int append) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2048 RealArgs.append(std::begin(Args), std::end(Args));
2049 RealArgs.append(CapturedVars.begin(), CapturedVars.end());
2076 OutlinedFnArgs.append(CapturedVars.begin(), CapturedVars.end());
8146 // We need to append the results of this capture to what we already have.
8147 BasePointers.append(CurBasePointers.begin(), CurBasePointers.end());
8148 Pointers.append(CurPointers.begin(), CurPointers.end());
8149 Sizes.append(CurSizes.begin(), CurSizes.end());
8150 Types.append(CurTypes.begin(), CurTypes.end());
8153 BasePointers.append(UseDevicePtrBasePointers.begin(),
8155 Pointers.append(UseDevicePtrPointer
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp339 FullyQualifiedName.append(std::string(QualifiedNameComponent));
340 FullyQualifiedName.append("::");
342 FullyQualifiedName.append(std::string(TypeName));
2819 ParentLocals.append(Locals->begin(), Locals->end());
2821 ParentGlobals.append(Globals->begin(), Globals->end());
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DDriver.cpp178 tar->append(relativeToRoot(check(c.getFullName())), mbref.getBuffer());
498 tar->append("response.txt", createResponseFile(args));
499 tar->append("version.txt", getLLDVersion() + "\n");
H A DInputFiles.cpp125 tar->append(relativeToRoot(path), mbref.getBuffer());
1208 tar->append(relativeToRoot(CHECK(c.getFullName(), this)), mb.getBuffer());
1548 // symbols later in the link stage). So we append file offset to make
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2836 llvm::sys::path::append(ConfigFile, F);
2851 UnsuitableConfigFiles.append(", ");
2852 UnsuitableConfigFiles.append(ConfigFile);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp378 MMOs.append(memoperands_begin(), memoperands_end());
441 MergedMMOs.append(MIs[0]->memoperands_begin(), MIs[0]->memoperands_end());
462 MergedMMOs.append(MI.memoperands_begin(), MI.memoperands_end());
H A DRDFGraph.cpp396 void NodeBase::append(NodeAddr<NodeBase*> NA) { function in class:NodeBase
477 ML.Addr->append(NA);
489 MA.Addr->append(NA);
560 // If the first member is a phi, find the last phi, and append PA to it.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp514 ArgTypes.append(T->getNumParams(), ShadowTy);
527 ArgTypes.append(T->param_begin(), T->param_end());
528 ArgTypes.append(T->getNumParams(), ShadowTy);
H A DGCOVProfiling.cpp212 sys::path::append(Path, SP->getDirectory(), SP->getFilename());
547 sys::path::append(CurPath, FName);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp303 e.varargs.append(E->idx_begin(), E->idx_end());
306 e.varargs.append(ShuffleMask.begin(), ShuffleMask.end());
744 BBWorklist.append(succ_begin(Entry), succ_end(Entry));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1197 Str.append("'");
1198 Str.append(*ES);
1199 Str.append("'");
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1694 LastTransitions.back().ProcIndices.append(ProcIndices.begin(),
1702 Seq.append(WriteSeq.begin(), WriteSeq.end());
1711 Seq.append(ReadSeq.begin(), ReadSeq.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp785 Buf.append(getSEWStr(VType.Sew));
786 Buf.append(",");
787 Buf.append(getLMULStr(VType.Lmul));
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js164 .append(
609 element.children().detach().end().append( content.css({ display: 'block' }) );
652 .append(
/freebsd-13-stable/crypto/heimdal/etc/
H A DMakefile.in345 EXTRA_DIST = NTMakefile services.append
/freebsd-13-stable/contrib/bearssl/test/
H A Dtest_x509.c1570 ctx.vtable->append(&ctx.vtable, certs[u].data + v, w);
1884 ctx.vtable->append(&ctx.vtable, data, len);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1071 Record.append(ASTBlockHash.begin(), ASTBlockHash.end());
1074 Record.append(Signature.begin(), Signature.end());
1712 FrameworkStringData.append(Data.HFI.Framework.begin(),
1789 llvm::sys::path::append(Filename, U.FileName);
1807 Worklist.append(M->submodule_begin(), M->submodule_end());
1879 TableData.append(GeneratorTrait.strings_begin(),GeneratorTrait.strings_end());
3820 ConstructorDecls.append(Result.begin(), Result.end());
3824 ConversionDecls.append(Result.begin(), Result.end());
/freebsd-13-stable/sys/contrib/openzfs/cmd/arc_summary/
H A Darc_summary21159 pages.append(unSub[int(args['p']) - 1])
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp58 RetainedNodes.append(PV->second.begin(), PV->second.end());
62 RetainedNodes.append(PL->second.begin(), PL->second.end());
742 /// to preserve label info in such situation then append it to
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1362 MDs.append(DstValue->op_begin(), DstValue->op_end());
1363 MDs.append(SrcValue->op_begin(), SrcValue->op_end());
/freebsd-13-stable/stand/lua/
H A Dcore.lua82 -- We only attempt to append an extension if an absolute path
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h766 bool append);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp854 help_text.append(" Expects 'raw' input (see 'help raw-input'.)");
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dbio.h590 BIO *BIO_push(BIO *b, BIO *append);

Completed in 514 milliseconds

<<21222324252627282930