Searched refs:release (Results 151 - 175 of 430) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c264 * Called from objc-auto to alternatively turn on retain/release.
271 void (*release)(const void *)) {
273 _Block_release_object = release;
458 // API entry point to release a copied Block
486 // Old Compiler SPI point to release a copied Block used by the compiler in dispose helpers
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp224 void ResourceManager::release(const ResourceRef &RR) { function in class:llvm::mca::ResourceManager
262 // Reserve this buffer now, and release it once pipeline resources
333 release(RR);
358 // Now it is safe to release dispatch/issue resources.
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.in26 LINK_MODULE = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(APRUTIL_LDFLAGS) -release $(APRUTIL_MAJOR_VERSION) -module -rpath $(APU_DSO_LIBDIR)
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dauto_array_test.cpp172 set_md_var("descr", "Tests the auto_array smart pointer class' release "
183 test_array* ta2 = t.release();
/freebsd-11-stable/contrib/dma/
H A DMakefile103 dch --release-heuristic changelog -v ${debversion}
/freebsd-11-stable/contrib/gdb/
H A Dltcf-c.sh66 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
206 *** binutils to release 2.9.1 or newer. Another option is to modify
357 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh757 -release RELEASE specify package release information
945 # release of libtool.
953 $progname: definition of this LT_INIT comes from an older release.
2654 release=
2902 release)
2903 release="-$arg"
3182 -release)
3183 prev=release
3849 # If the library was installed with an old release o
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Darmv4cpuid.S35 str r0,[r6] @ release spinlock
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dserver.c42 int (*release)(heim_sipc ctx); member in struct:heim_sipc
425 c->release = mach_release;
1071 ct->release = socket_release;
1175 (ctx->release)(ctx);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_prime.c135 .release = radeon_gem_dmabuf_release,
/freebsd-11-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h146 CK_PR_FENCE(release)
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h143 int (*release)(struct inode *, struct file *); member in struct:file_operations
/freebsd-11-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h87 CK_PR_FENCE(release, CK_PR_LWSYNCOP)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dlpi.c513 char release[GET_RELEASE_BUFSIZE]; local
805 get_release(release, sizeof (release), &osmajor, &osminor, &osmicro);
810 release);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommunication.cpp66 m_opaque->SetConnection(Host::CreateDefaultConnection(url).release());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h97 AddedModules.insert(M.release());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp242 return A.release();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp182 strm.Printf(" Release: %s\n", un.release);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp208 strm.Printf(" Release: %s\n", un.release);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp339 acceptor_up.release();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp604 // We are done with the old stack frame list, we can release it now.
856 curr_up.release();
867 prev_sp.reset(curr_up.release());
880 prev_sp.reset(curr_up.release());
920 curr_up.release();
H A DLanguageRuntime.cpp217 return language_runtime_up.release();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp100 return Reader.release();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp48 Diags.setClient(Client, Owner.release() != nullptr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp183 Context.release = EventStreamContextData::dispose;

Completed in 193 milliseconds

1234567891011>>