/freebsd/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 …]
|
/freebsd/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 …]
|
/freebsd/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
|
/freebsd/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/contrib/jemalloc/src/ |
H A D | pages.c | 251 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 D | extent_mmap.c | 23 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 D | BinaryByteStream.h | 123 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 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
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileOutputBuffer.cpp | 45 Error commit() override { commit() function in __anon71e275e70111::OnDiskBuffer 88 Error commit() override { commit() function in __anon71e275e70111::InMemoryBuffer
|
H A D | BinaryStreamRef.cpp | 60 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 D | SymbolStream.cpp | 38 Error SymbolStream::commit() { return Error::success(); } commit() function in SymbolStream
|
H A D | InfoStreamBuilder.cpp | 56 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in InfoStreamBuilder
|
H A D | ModuleDebugStream.cpp | 131 Error ModuleDebugStreamRef::commit() { return Error::success(); } in commit() function in ModuleDebugStreamRef
|
H A D | NamedStreamMap.cpp | 64 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { commit() function in NamedStreamMap
|
H A D | TpiStreamBuilder.cpp | 172 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, commit() function in TpiStreamBuilder
|
/freebsd/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
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
H A D | jemalloc_typedefs.h | 71 extent_commit_t *commit; member
|
/freebsd/include/ |
H A D | malloc_np.h | 65 extent_commit_t *commit; member
|