Home
last modified time | relevance | path

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

123

/freebsd/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 …]
/freebsd/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 …]
/freebsd/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
/freebsd/contrib/kyua/utils/sqlite/
H A Dtransaction.cpp86 commit(void) in commit() function
129 sqlite::transaction::commit(void) in commit() function in sqlite::transaction
/freebsd/contrib/jemalloc/src/
H A Dpages.c251 pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in pages_commit_impl() argument
56 os_pages_map(void * addr,size_t size,size_t alignment,bool * commit) os_pages_map() argument
102 os_pages_trim(void * addr,size_t alloc_size,size_t leadsize,size_t size,bool * commit) os_pages_trim() argument
157 pages_map_slow(size_t size,size_t alignment,bool * commit) pages_map_slow() argument
181 pages_map(void * addr,size_t size,size_t alignment,bool * commit) pages_map() argument
[all...]
H A Dextent_mmap.c23 extent_alloc_mmap(void * new_addr,size_t size,size_t alignment,bool * zero,bool * commit) extent_alloc_mmap() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h123 Error commit() override { return Error::success(); } in commit() function
214 if (FileBuffer->commit()) in commit() function
192 Error commit() override { return Error::success(); } commit() function
256 Error commit() override { return Impl.commit(); } commit() function
/freebsd/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
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp45 Error commit() override { commit() function in __anon71e275e70111::OnDiskBuffer
88 Error commit() override { commit() function in __anon71e275e70111::InMemoryBuffer
H A DBinaryStreamRef.cpp60 Error commit() override { return BBS.commit(); } commit() function in __anon8e400b6a0111::MutableArrayRefImpl
128 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } commit() function in WritableBinaryStreamRef
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolStream.cpp38 Error SymbolStream::commit() { return Error::success(); } commit() function in SymbolStream
H A DInfoStreamBuilder.cpp56 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in InfoStreamBuilder
H A DModuleDebugStream.cpp131 Error ModuleDebugStreamRef::commit() { return Error::success(); } in commit() function in ModuleDebugStreamRef
H A DNamedStreamMap.cpp64 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { commit() function in NamedStreamMap
H A DTpiStreamBuilder.cpp172 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in TpiStreamBuilder
/freebsd/sys/dev/drm2/
H A Ddrm_crtc_helper.h55 void (*commit)(struct drm_crtc *crtc); member
96 void (*commit)(struct drm_encoder *encoder); member
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h71 extent_commit_t *commit; member
/freebsd/include/
H A Dmalloc_np.h65 extent_commit_t *commit; member

123