Searched refs:commit (Results 26 - 50 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dchunk_dss.h27 size_t size, size_t alignment, bool *zero, bool *commit);
/freebsd-11-stable/etc/rc.d/
H A Dgrowfs93 gpart commit "$rootdev"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.cpp22 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolsSubsection
H A DDebugCrossExSubsection.cpp43 Error DebugCrossModuleExportsSubsection::commit( function in class:DebugCrossModuleExportsSubsection
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h41 virtual Error commit(BinaryStreamWriter &Writer) const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolStream.h38 Error commit();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h28 /// the buffer content at the time of the commit. If the FileOutputBuffer is
66 /// buffer. If commit() is not called before this object's destructor
70 virtual Error commit() = 0;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d67 commit(self->spec);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dbug.1001148.SpecSizeVariations.d71 commit(self->spec);
H A Derr.BufSizeVariations1.d68 commit(self->spec);
H A Derr.BufSizeVariations2.d74 commit(self->spec);
H A Derr.D_PRAGMA_OPTSET.NegSpecSize.d62 commit(self->spec);
H A Derr.D_SPEC_COMM.SpecAftCommit.d31 * A clause cannot contain a speculate after a commit.
64 commit(var1);
H A Derr.NegativeBufSize.d72 commit(self->spec);
H A Derr.SpecSizeVariations1.d62 commit(self->spec);
H A Derr.SpecSizeVariations2.d62 commit(self->spec);
H A Dtst.CommitWithZero.d31 * commit() and discard() without any ill effects.
50 commit(self->spec);
57 printf("commit(), self->commitFlag = %d\n", self->commitFlag);
64 printf("commit(), self->commitFlag = %d\n", self->commitFlag);
H A Dtst.SpecSizeVariations1.d62 commit(self->spec);
H A Dtst.SpecSizeVariations2.d62 commit(self->spec);
H A Dtst.SpecSizeVariations3.d62 commit(self->spec);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp152 edit::Commit commit(Editor);
159 commit.insertFromRange(Hint.RemoveRange.getBegin(),
163 commit.remove(Hint.RemoveRange);
167 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
169 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
173 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable();
187 if (!Editor.commit(commit)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp240 cantFail(InjectedSourceTable.commit(Writer));
264 Error PDBFileBuilder::commit(StringRef Filename, codeview::GUID *Guid) { function in class:PDBFileBuilder
271 Msf->commit(Filename, Layout);
283 if (auto EC = Strings.commit(NSWriter))
298 if (auto EC = Info->commit(Layout, Buffer))
303 if (auto EC = Dbi->commit(Layout, Buffer))
308 if (auto EC = Tpi->commit(Layout, Buffer))
313 if (auto EC = Ipi->commit(Layout, Buffer))
318 if (auto EC = Gsi->commit(Layout, Buffer))
356 return Buffer.commit();
[all...]
H A DSymbolStream.cpp41 Error SymbolStream::commit() { return Error::success(); } function in class:SymbolStream
/freebsd-11-stable/contrib/jemalloc/src/
H A Dchunk.c22 size_t alignment, bool *zero, bool *commit, unsigned arena_ind);
102 ATOMIC_COPY_HOOK(commit);
204 void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit,
251 *commit = true;
301 if (!committed && chunk_hooks->commit(ret, size, 0, size, arena->ind)) {
335 size_t alignment, bool *zero, bool *commit, dss_prec_t dss_prec)
347 commit)) != NULL)
350 if ((ret = chunk_alloc_mmap(new_addr, size, alignment, zero, commit)) !=
356 commit)) != NULL)
367 bool zero, commit; local
202 chunk_recycle(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, extent_tree_t *chunks_szad, extent_tree_t *chunks_ad, bool cache, void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit, bool dalloc_node) argument
334 chunk_alloc_core(tsdn_t *tsdn, arena_t *arena, void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit, dss_prec_t dss_prec) argument
390 bool commit; local
424 chunk_alloc_default_impl(tsdn_t *tsdn, arena_t *arena, void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit) argument
440 chunk_alloc_default(void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit, unsigned arena_ind) argument
454 chunk_alloc_retained(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit) argument
475 chunk_alloc_wrapper(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DBinaryStreamRef.cpp60 Error commit() override { return BBS.commit(); }
130 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } function in class:WritableBinaryStreamRef

Completed in 98 milliseconds

12345678