| /freebsd-13.1/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 181 Commit &commit) { in rewriteToSubscriptGetCommon() 205 Commit &commit) { in rewriteToArraySubscriptGet() 215 Commit &commit) { in rewriteToDictionarySubscriptGet() 225 Commit &commit) { in rewriteToArraySubscriptSet() 259 Commit &commit) { in rewriteToDictionarySubscriptSet() 339 const NSAPI &NS, Commit &commit, in rewriteToObjCLiteralSyntax() 378 const NSAPI &NS, Commit &commit, in rewriteToArrayLiteral() 644 const NSAPI &NS, Commit &commit) { in rewriteToCharLiteral() 660 const NSAPI &NS, Commit &commit) { in rewriteToBoolLiteral() 753 const NSAPI &NS, Commit &commit) { in rewriteToNumberLiteral() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 883 edit::Commit commit(*Editor); in migrateProtocolConformance() local 949 edit::Commit commit(*Editor); in migrateNSEnumDecl() local 1222 edit::Commit commit(*Editor); in migrateProperty() local 1236 edit::Commit commit(*Editor); in migrateProperty() local 1262 edit::Commit commit(*Editor); in migrateNsReturnsInnerPointer() local 1274 edit::Commit commit(*Editor); in migratePropertyNsReturnsInnerPointer() local 1400 edit::Commit commit(*Editor); in AnnotateImplicitBridging() local 1477 edit::Commit commit(*Editor); in AddCFAnnotations() local 1644 edit::Commit commit(*Editor); in migrateAddMethodAnnotation() local 1737 edit::Commit commit(*Editor); in InsertFoundation() local [all …]
|
| /freebsd-13.1/contrib/xz/src/liblzma/api/lzma/ |
| H A D | version.h | 76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument 79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
|
| /freebsd-13.1/contrib/kyua/utils/sqlite/ |
| H A D | transaction.cpp | 86 commit(void) in commit() function 129 sqlite::transaction::commit(void) in commit() function in sqlite::transaction
|
| /freebsd-13.1/contrib/jemalloc/src/ |
| H A D | pages.c | 54 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() 249 pages_commit_impl(void *addr, size_t size, bool commit) { in pages_commit_impl()
|
| H A D | extent_mmap.c | 23 bool *commit) { in extent_alloc_mmap()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BinaryByteStream.h | 124 Error commit() override { return Error::success(); } in commit() function 193 Error commit() override { return Error::success(); } in commit() function 217 Error commit() override { in commit() function 259 Error commit() override { return Impl.commit(); } in commit() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugSymbolRVASubsection.cpp | 29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolRVASubsection
|
| H A D | DebugSymbolsSubsection.cpp | 22 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolsSubsection
|
| H A D | DebugCrossExSubsection.cpp | 43 Error DebugCrossModuleExportsSubsection::commit( in commit() function in DebugCrossModuleExportsSubsection
|
| H A D | DebugFrameDataSubsection.cpp | 43 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugFrameDataSubsection
|
| H A D | DebugSubsectionRecord.cpp | 68 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer, in commit() function in DebugSubsectionRecordBuilder
|
| H A D | DebugCrossImpSubsection.cpp | 72 Error DebugCrossModuleImportsSubsection::commit( in commit() function in DebugCrossModuleImportsSubsection
|
| H A D | DebugStringTableSubsection.cpp | 64 Error DebugStringTableSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugStringTableSubsection
|
| H A D | DebugInlineeLinesSubsection.cpp | 83 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugInlineeLinesSubsection
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 47 Error commit() override { in commit() function in __anonc98b739b0111::OnDiskBuffer 90 Error commit() override { in commit() function in __anonc98b739b0111::InMemoryBuffer
|
| H A D | BinaryStreamRef.cpp | 60 Error commit() override { return BBS.commit(); } in commit() function in __anon8926229e0111::MutableArrayRefImpl 130 Error WritableBinaryStreamRef::commit() { return BorrowedImpl->commit(); } in commit() function in WritableBinaryStreamRef
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolStream.cpp | 41 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
|
| H A D | InfoStreamBuilder.cpp | 58 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in InfoStreamBuilder
|
| H A D | ModuleDebugStream.cpp | 130 Error ModuleDebugStreamRef::commit() { return Error::success(); } in commit() function in ModuleDebugStreamRef
|
| H A D | NamedStreamMap.cpp | 66 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { in commit() function in NamedStreamMap
|
| H A D | TpiStreamBuilder.cpp | 176 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in TpiStreamBuilder
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_crtc_helper.h | 57 void (*commit)(struct drm_crtc *crtc); member 98 void (*commit)(struct drm_encoder *encoder); member
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_typedefs.h | 71 extent_commit_t *commit; member
|
| /freebsd-13.1/include/ |
| H A D | malloc_np.h | 67 extent_commit_t *commit; member
|