Searched refs:release (Results 276 - 300 of 430) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1819 line_table->InsertSequence(sequence.release());
1857 line_table->InsertSequence(sequence.release());
1861 comp_unit.SetLineTable(line_table.release());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp147 .release());
179 Buffer.setPointer(BackupBuffer.release());
195 Buffer.setPointer(BufferOrError->release());
838 // Sanity checking, otherwise a bug may lead to hanging in release build.
885 // Sanity checking, otherwise a bug may lead to hanging in release build.
902 // Sanity checking, otherwise a bug may lead to hanging in release build.
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp52 bget_acquire_t acquire, bget_release_t release,
263 /* Walk the free list and release the enqueued buffers */
827 /* If a block-release function is defined, and this free buffer
828 constitutes the entire block, release it. Note that pool_len
835 1) { /* Do not release the last buffer until finalization time */
866 bget_acquire_t acquire, bget_release_t release,
872 thr->relfcn = release;
915 allocation and release functions). */
1012 /* If a block-release function is defined, and this free buffer constitutes
1013 the entire block, release i
865 bectl(kmp_info_t *th, bget_compact_t compact, bget_acquire_t acquire, bget_release_t release, bufsize pool_incr) argument
[all...]
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess238 # The OS release
245 release='-gnu'
248 release=$(echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2)
254 echo "$machine-${os}${release}${abi-}"
1604 printf ("vax-dec-ultrix%s\n", un.release); exit (0);
1615 printf ("mips-dec-ultrix%s\n", un.release); exit (0);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_82540.c145 nvm->ops.release = e1000_release_nvm_generic;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_history.c626 utsname.nodename, utsname.release, utsname.version,
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr.h101 CK_PR_FENCE(release, "mfence")
/freebsd-11-stable/libexec/getty/
H A Dmain.c780 puts(kerninfo.release);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c134 /* Make sure that the fact the umem is dying is out before we release
239 .release = ib_umem_notifier_release,
332 * cause a deadlock. Therefore, we release the reference only after we
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dutility.c476 putstr(kerninfo.release);
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c1101 * The keyboard device driver won't release the keyboard by
1138 warn("unable to release the keyboard");
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc862 e.release();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h276 Val.release()));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp302 return new UnwindAssemblyInstEmulation(arch, inst_emulator_up.release());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp473 data_sp.reset(data_up.release());
H A DLineTable.cpp542 return line_table_up.release();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp659 source_buffer.release());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h18 // release builds.
269 PyObject *release() { function in class:lldb_private::python::PythonObject
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h229 /// Notify the remote to release the given JITSymbol.
258 SymbolIdMgr.release(Id);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp197 Sch.SchedImpl.release();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp668 Diags.setClient(PreviousClient, !!OwningPreviousClient.release());
1653 return OwnAST.release();
1822 return AST.release();
2276 OwnedBuffers.push_back(OverrideMainBuffer.release());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIP.cpp411 A = XarchArg.release();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp355 Input.release());
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp214 return CInvok.release();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp360 static_cast<object::ObjectFile *>(ChildBin.release()));

Completed in 249 milliseconds

<<1112131415161718