Searched refs:commit (Results 76 - 100 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStream.h71 /// so that to be portable it is necessary to call commit() on the stream when
83 virtual Error commit() = 0;
/freebsd-11-stable/usr.bin/svn/lib/libsvn_repos/
H A DMakefile13 commit.c \
/freebsd-11-stable/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile12 commit.c \
/freebsd-11-stable/targets/
H A DMakefile54 .if make(check-commit)
56 DIRDEPS = targets/pseudo/check-commit
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp166 if (auto EC = Strings.commit(Writer))
208 Error PDBStringTableBuilder::commit(BinaryStreamWriter &Writer) const { function in class:PDBStringTableBuilder
H A DDbiModuleDescriptorBuilder.cpp135 Error DbiModuleDescriptorBuilder::commit(BinaryStreamWriter &ModiWriter, function in class:DbiModuleDescriptorBuilder
167 if (auto EC = Builder->commit(SymbolWriter))
H A DGSIStreamBuilder.cpp60 Error commit(BinaryStreamWriter &Writer);
94 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { function in class:GSIHashStreamBuilder
346 if (auto EC = PSH->commit(Writer))
359 return GSH->commit(Writer);
362 Error GSIStreamBuilder::commit(const msf::MSFLayout &Layout,
H A DDbiStreamBuilder.cpp298 return NewFpoData->commit(Writer);
391 Error DbiStreamBuilder::commit(const msf::MSFLayout &Layout, function in class:DbiStreamBuilder
404 if (auto EC = M->commit(Writer, Layout, MsfBuffer))
427 if (auto EC = ECNamesBuilder.commit(Writer))
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dchunk.h64 bool *zero, bool *commit);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.h87 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugInlineeLinesSubsection.h102 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugLinesSubsection.h129 Error commit(BinaryStreamWriter &Writer) const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFBuilder.h116 Expected<FileBufferByteStream> commit(StringRef Path, MSFLayout &Layout);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.h80 Error commit(BinaryStreamWriter &ModiWriter, const msf::MSFLayout &MsfLayout,
H A DPDBFileBuilder.h57 Error commit(StringRef Filename, codeview::GUID *Guid);
H A DTpiStream.h69 Error commit();
H A DTpiStreamBuilder.h62 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef Buffer);
/freebsd-11-stable/usr.bin/svn/lib/libsvn_client/
H A DMakefile17 commit.c \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp62 edit::Commit commit(SM, LangOpts);
66 commit.insertFromRange(Hint.RemoveRange.getBegin(),
70 commit.remove(Hint.RemoveRange);
74 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
76 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
81 if (Editor.commit(commit)) {
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h97 /* IN: commit new value instead of only setting pending [SET] */
98 uint8_t commit; member in struct:xen_flask_boolean
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp94 Error DebugChecksumsSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugChecksumsSubsection
H A DDebugCrossImpSubsection.cpp72 Error DebugCrossModuleImportsSubsection::commit( function in class:DebugCrossModuleImportsSubsection
H A DDebugInlineeLinesSubsection.cpp83 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugInlineeLinesSubsection
H A DDebugStringTableSubsection.cpp64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugStringTableSubsection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp33 // with the temporary file on commit().
48 Error commit() override {
75 // output file on commit(). This is used only when we cannot use OnDiskBuffer.
91 Error commit() override {
185 // destination file and write to it on commit().

Completed in 298 milliseconds

12345678