Home
last modified time | relevance | path

Searched defs:commit (Results 1 – 25 of 79) sorted by relevance

1234

/src/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral()
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver()
182 Commit &commit) { in rewriteToSubscriptGetCommon()
206 Commit &commit) { in rewriteToArraySubscriptGet()
216 Commit &commit) { in rewriteToDictionarySubscriptGet()
226 Commit &commit) { in rewriteToArraySubscriptSet()
260 Commit &commit) { in rewriteToDictionarySubscriptSet()
291 const NSAPI &NS, Commit &commit) { in rewriteToObjCSubscriptSyntax()
340 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax()
379 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral()
[all …]
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp233 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax()
324 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local
330 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local
336 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local
454 const NSAPI &NS, edit::Commit &commit, in rewriteToObjCProperty()
661 const NSAPI &NS, edit::Commit &commit) { in rewriteToObjCInterfaceDecl()
704 const NSAPI &NS, edit::Commit &commit, in rewriteToNSEnumDecl()
759 const NSAPI &NS, edit::Commit &commit, in rewriteToNSMacroDecl()
879 edit::Commit commit(*Editor); in migrateProtocolConformance() local
932 edit::Commit commit(*Editor); in migrateNSEnumDecl() local
[all …]
/src/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h86 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
89 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
/src/contrib/jemalloc/src/
H A Dpages.c114 os_pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in os_pages_map()
172 bool *commit) { in os_pages_trim()
227 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow()
251 pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in pages_map()
321 os_pages_commit(void *addr, size_t size, bool commit) { in os_pages_commit()
350 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl()
H A Dextent_mmap.c22 bool *commit) { in extent_alloc_mmap()
H A Dehooks.c23 size_t alignment, bool *zero, bool *commit, dss_prec_t dss_prec) { in extent_alloc_core()
53 size_t alignment, bool *zero, bool *commit, unsigned arena_ind) { in ehooks_default_alloc_impl()
69 size_t alignment, bool *zero, bool *commit, unsigned arena_ind) { in ehooks_default_alloc()
H A Dhpa_hooks.c26 bool commit = true; in hpa_hooks_map() local
H A Dextent.c86 bool commit = true; in ecache_alloc() local
103 bool commit = true; in ecache_alloc_grow() local
598 bool *commit, bool growing_retained, bool guarded) { in extent_recycle()
645 size_t size, size_t alignment, bool zero, bool *commit) { in extent_grow_retained()
776 bool *commit, bool guarded) { in extent_alloc_retained()
993 void *new_addr, size_t size, size_t alignment, bool zero, bool *commit, in extent_alloc_wrapper()
1299 bool commit, bool zero, bool growing_retained) { in extent_commit_zero()
/src/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp86 commit(void) in commit() function
129 sqlite::transaction::commit(void) in commit() function in sqlite::transaction
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h123 Error commit() override { return Error::success(); } in commit() function
191 Error commit() override { return Error::success(); } in commit() function
213 Error commit() override { in commit() function
253 Error commit() override { return Impl.commit(); } in commit() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.cpp29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolRVASubsection
H A DDebugSymbolsSubsection.cpp23 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolsSubsection
H A DDebugCrossExSubsection.cpp44 Error DebugCrossModuleExportsSubsection::commit( in commit() function in DebugCrossModuleExportsSubsection
H A DDebugFrameDataSubsection.cpp45 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugFrameDataSubsection
H A DDebugSubsectionRecord.cpp67 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, in commit() function in DebugSubsectionRecordBuilder
H A DDebugCrossImpSubsection.cpp72 Error DebugCrossModuleImportsSubsection::commit( in commit() function in DebugCrossModuleImportsSubsection
H A DDebugStringTableSubsection.cpp64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugStringTableSubsection
H A DDebugInlineeLinesSubsection.cpp84 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugInlineeLinesSubsection
/src/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp46 Error commit() override { in commit() function in __anon0e4f397c0111::OnDiskBuffer
91 Error commit() override { in commit() function in __anon0e4f397c0111::InMemoryBuffer
H A DBinaryStreamRef.cpp55 Error commit() override { return BBS.commit(); } in commit() function in __anon3da8305f0111::MutableArrayRefImpl
123 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolStream.cpp37 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
H A DInfoStreamBuilder.cpp57 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in InfoStreamBuilder
/src/sys/dev/drm2/
H A Ddrm_crtc_helper.h55 void (*commit)(struct drm_crtc *crtc); member
96 void (*commit)(struct drm_encoder *encoder); member
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h71 extent_commit_t *commit; member
/src/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h.in71 extent_commit_t *commit; member

1234