| /src/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 60 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 D | ObjCMT.cpp | 233 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 D | version.h | 86 #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 D | pages.c | 114 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 D | extent_mmap.c | 22 bool *commit) { in extent_alloc_mmap()
|
| H A D | ehooks.c | 23 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 D | hpa_hooks.c | 26 bool commit = true; in hpa_hooks_map() local
|
| H A D | extent.c | 86 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 D | transaction.cpp | 86 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 D | BinaryByteStream.h | 123 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 D | DebugSymbolRVASubsection.cpp | 29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolRVASubsection
|
| H A D | DebugSymbolsSubsection.cpp | 23 Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolsSubsection
|
| H A D | DebugCrossExSubsection.cpp | 44 Error DebugCrossModuleExportsSubsection::commit( in commit() function in DebugCrossModuleExportsSubsection
|
| H A D | DebugFrameDataSubsection.cpp | 45 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugFrameDataSubsection
|
| H A D | DebugSubsectionRecord.cpp | 67 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 | 84 Error DebugInlineeLinesSubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugInlineeLinesSubsection
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 46 Error commit() override { in commit() function in __anon0e4f397c0111::OnDiskBuffer 91 Error commit() override { in commit() function in __anon0e4f397c0111::InMemoryBuffer
|
| H A D | BinaryStreamRef.cpp | 55 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 D | SymbolStream.cpp | 37 Error SymbolStream::commit() { return Error::success(); } in commit() function in SymbolStream
|
| H A D | InfoStreamBuilder.cpp | 57 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in InfoStreamBuilder
|
| /src/sys/dev/drm2/ |
| H A D | drm_crtc_helper.h | 55 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 D | jemalloc_typedefs.h | 71 extent_commit_t *commit; member
|
| /src/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_typedefs.h.in | 71 extent_commit_t *commit; member
|