Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp182 Commit &commit) { in rewriteToSubscriptGetCommon()
206 Commit &commit) { in rewriteToArraySubscriptGet()
216 Commit &commit) { in rewriteToDictionarySubscriptGet()
226 Commit &commit) { in rewriteToArraySubscriptSet()
260 Commit &commit) { in rewriteToDictionarySubscriptSet()
340 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax()
379 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral()
645 const NSAPI &NS, Commit &commit) { in rewriteToCharLiteral()
661 const NSAPI &NS, Commit &commit) { in rewriteToBoolLiteral()
754 const NSAPI &NS, Commit &commit) { in rewriteToNumberLiteral()
[all …]
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-speed.py90 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
117 def git_get_changes(branch, commit, last_commit): argument
148 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
191 def update_config_file(branch, commit): argument
202 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… argument
212 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument
343 commit = "" variable
355 commit = execute('git show -s --format=%h ' + branch, verbose)[0] variable
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DBuffer.cpp30 Error FileBuffer::commit() { return Buf->commit(); } in commit() function in llvm::objcopy::FileBuffer
40 Error MemBuffer::commit() { return Error::success(); } in commit() function in llvm::objcopy::MemBuffer
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp882 edit::Commit commit(*Editor); in migrateProtocolConformance() local
948 edit::Commit commit(*Editor); in migrateNSEnumDecl() local
1221 edit::Commit commit(*Editor); in migrateProperty() local
1235 edit::Commit commit(*Editor); in migrateProperty() local
1261 edit::Commit commit(*Editor); in migrateNsReturnsInnerPointer() local
1273 edit::Commit commit(*Editor); in migratePropertyNsReturnsInnerPointer() local
1399 edit::Commit commit(*Editor); in AnnotateImplicitBridging() local
1476 edit::Commit commit(*Editor); in AddCFAnnotations() local
1644 edit::Commit commit(*Editor); in migrateAddMethodAnnotation() local
1739 edit::Commit commit(*Editor); in InsertFoundation() local
[all …]
/freebsd-12.1/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
/freebsd-12.1/contrib/jemalloc/src/
H A Dpages.c54 os_pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in os_pages_map()
100 bool *commit) { in os_pages_trim()
155 pages_map_slow(size_t size, size_t alignment, bool *commit) { in pages_map_slow()
179 pages_map(void *addr, size_t size, size_t alignment, bool *commit) { in pages_map()
220 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl()
H A Dextent_mmap.c23 bool *commit) { in extent_alloc_mmap()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DBinaryByteStream.h125 Error commit() override { return Error::success(); } in commit() function
194 Error commit() override { return Error::success(); } in commit() function
218 Error commit() override { in commit() function
260 Error commit() override { return Impl.commit(); } in commit() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.cpp30 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.cpp44 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugFrameDataSubsection
H A DDebugCrossImpSubsection.cpp73 Error DebugCrossModuleImportsSubsection::commit( in commit() function in DebugCrossModuleImportsSubsection
H A DDebugSubsectionRecord.cpp72 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSubsectionRecordBuilder
H A DDebugStringTableSubsection.cpp65 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-12.1/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp49 Error commit() override { in commit() function in __anon04b5950c0111::OnDiskBuffer
90 Error commit() override { in commit() function in __anon04b5950c0111::InMemoryBuffer
H A DBinaryStreamRef.cpp61 Error commit() override { return BBS.commit(); } in commit() function in __anon6be959ef0111::MutableArrayRefImpl
131 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolStream.cpp42 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
H A DInfoStreamBuilder.cpp59 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in InfoStreamBuilder
H A DTpiStreamBuilder.cpp144 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in TpiStreamBuilder
H A DModuleDebugStream.cpp123 Error ModuleDebugStreamRef::commit() { return Error::success(); } in commit() function in ModuleDebugStreamRef
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_crtc_helper.h57 void (*commit)(struct drm_crtc *crtc); member
98 void (*commit)(struct drm_encoder *encoder); member
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc_typedefs.h71 extent_commit_t *commit; member
/freebsd-12.1/include/
H A Dmalloc_np.h63 extent_commit_t *commit; member

1234