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

12345678

/freebsd-13-stable/share/mk/
H A Dgoogletest.test.inc.mk12 # upstream commit efecb0bfa687cf87836494f5d62868485c00fb66).
16 # upstream commit d44b137fd104dfffdcdea103f7de11b9eccc45c2).
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DBuffer.cpp31 // creation/truncation until commit() to avoid side effects if something
32 // happens between allocate() and commit().
48 Error FileBuffer::commit() { function in class:llvm::objcopy::FileBuffer
52 assert(Buf && "allocate() not called before commit()!");
53 Error Err = Buf->commit();
54 // FileOutputBuffer::commit() returns an Error that is just a wrapper around
68 Error MemBuffer::commit() { return Error::success(); } function in class:llvm::objcopy::MemBuffer
H A DBuffer.h32 virtual Error commit() = 0;
40 // Indicates that allocate(0) was called, and commit() should create or
47 Error commit() override;
58 Error commit() override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp236 const NSAPI &NS, edit::Commit &commit,
275 commit.insertBefore(receiver->getBeginLoc(), "(");
281 commit.replace(SpaceRange, PropertyDotString);
284 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
285 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
288 commit.insertWrap("(", receiver->getSourceRange(), ")");
306 commit.replace(Range, PropertyDotString);
308 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
309 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
327 edit::Commit commit(*Consume
234 rewriteToPropertyDotSyntax(const ObjCMessageExpr *Msg, Preprocessor &PP, const NSAPI &NS, edit::Commit &commit, const ParentMap *PMap) argument
455 rewriteToObjCProperty(const ObjCMethodDecl *Getter, const ObjCMethodDecl *Setter, const NSAPI &NS, edit::Commit &commit, unsigned LengthOfPrefix, bool Atomic, bool UseNsIosOnlyMacro, bool AvailabilityArgsMatch) argument
665 rewriteToObjCInterfaceDecl(const ObjCInterfaceDecl *IDecl, llvm::SmallVectorImpl<ObjCProtocolDecl*> &ConformingProtocols, const NSAPI &NS, edit::Commit &commit) argument
708 rewriteToNSEnumDecl(const EnumDecl *EnumDcl, const TypedefDecl *TypedefDcl, const NSAPI &NS, edit::Commit &commit, StringRef NSIntegerName, bool NSOptions) argument
762 rewriteToNSMacroDecl(ASTContext &Ctx, const EnumDecl *EnumDcl, const TypedefDecl *TypedefDcl, const NSAPI &NS, edit::Commit &commit, bool IsNSIntegerType) argument
[all...]
/freebsd-13-stable/contrib/jemalloc/src/
H A Dpages.c54 os_pages_map(void *addr, size_t size, size_t alignment, bool *commit) { argument
60 *commit = true;
69 ret = VirtualAlloc(addr, size, MEM_RESERVE | (*commit ? MEM_COMMIT : 0),
77 int prot = *commit ? PAGES_PROT_COMMIT : PAGES_PROT_DECOMMIT;
100 bool *commit) {
106 void *new_addr = os_pages_map(ret, size, PAGE, commit);
155 pages_map_slow(size_t size, size_t alignment, bool *commit) { argument
164 void *pages = os_pages_map(NULL, alloc_size, alignment, commit);
170 ret = os_pages_trim(pages, alloc_size, leadsize, size, commit);
179 pages_map(void *addr, size_t size, size_t alignment, bool *commit) { argument
99 os_pages_trim(void *addr, size_t alloc_size, size_t leadsize, size_t size, bool *commit) argument
249 pages_commit_impl(void *addr, size_t size, bool commit) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsection.h41 virtual Error commit(BinaryStreamWriter &Writer) const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolStream.h38 Error commit();
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h6 * size_t alignment, bool *zero, bool *commit, unsigned arena_ind);
71 extent_commit_t *commit; member in struct:extent_hooks_s
/freebsd-13-stable/contrib/kyua/store/
H A Dwrite_transaction.hpp71 void commit(void);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.cpp22 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolsSubsection
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileOutputBuffer.h26 /// the buffer content at the time of the commit. If the FileOutputBuffer is
64 /// buffer. If commit() is not called before this object's destructor
68 virtual Error commit() = 0;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp154 edit::Commit commit(Editor);
161 commit.insertFromRange(Hint.RemoveRange.getBegin(),
165 commit.remove(Hint.RemoveRange);
169 commit.replace(Hint.RemoveRange, Hint.CodeToInsert);
171 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert,
175 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable();
189 if (!Editor.commit(commit)) {
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dspecopen.d67 commit(self->spec);
/freebsd-13-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);

Completed in 236 milliseconds

12345678