HomeSort by: relevance | last modified time | path
    Searched defs:release (Results 1 - 25 of 166) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gcc/dist/gcc/
symtab-clones.h 47 /* Release all clone_infos. */
48 static void release (void);
70 clone_info::release () function in class:clone_info
memory-block.h 37 static inline void release (void *);
69 memory_block_pool::release (void *uncast_block) function in class:memory_block_pool
symtab-thunks.h 143 /* Release all thunk_infos. */
144 static void release (void);
167 thunk_info::release () function in class:thunk_info
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-clones.h 47 /* Release all clone_infos. */
48 static void release (void);
70 clone_info::release () function in class:clone_info
memory-block.h 37 static inline void release (void *);
69 memory_block_pool::release (void *uncast_block) function in class:memory_block_pool
symtab-thunks.h 143 /* Release all thunk_infos. */
144 static void release (void);
167 thunk_info::release () function in class:thunk_info
  /src/sys/dev/fdt/
fdt_gpio.h 44 void (*release)(device_t, void *); member in struct:fdtbus_gpio_controller_func
fdt_phy.h 43 void (*release)(device_t, void *); member in struct:fdtbus_phy_controller_func
fdt_regulator.h 42 void (*release)(device_t); member in struct:fdtbus_regulator_controller_func
fdt_reset.h 43 void (*release)(device_t, void *); member in struct:fdtbus_reset_controller_func
  /src/sys/sys/
utsname.h 51 char release[_SYS_NMLN]; /* Release level. */ member in struct:utsname
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 29 static void release(const clang::ento::ProgramState *state) { function in struct:llvm::IntrusiveRefCntPtrInfo
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ScopeExit.h 27 bool Engaged = true; // False once moved-from or release()d.
35 Rhs.release();
41 void release() { Engaged = false; } function in class:llvm::detail::scope_exit
  /src/external/gpl3/gdb/dist/gdb/
complaints.h 82 complaint_collection &&release () function in class:final
  /src/external/gpl3/gdb.old/dist/gdb/
complaints.h 82 complaint_collection &&release () function in class:final
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_sw_fence_work.h 23 void (*release)(struct dma_fence_work *f); member in struct:dma_fence_work_ops
  /src/external/bsd/atf/dist/atf-c++/detail/
auto_array.hpp 66 T* release(void) throw();
86 m_ptr(ptr.release())
123 auto_array< T >::release(void) function in class:atf::auto_array
146 reset(ptr.release());
174 return auto_array_ref< T >(release());
  /src/external/bsd/atf/dist/tools/
auto_array.hpp 66 T* release(void) throw();
86 m_ptr(ptr.release())
123 auto_array< T >::release(void) function in class:tools::auto_array
146 reset(ptr.release());
174 return auto_array_ref< T >(release());
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_ref_ptr.h 138 ATTRIBUTE_UNUSED_RESULT T *release () function in class:gdb::ref_ptr
scoped_restore.h 29 void release () const function in class:scoped_restore_base
38 call release() on a "scoped_restore" local, which is a typedef to
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_ref_ptr.h 138 ATTRIBUTE_UNUSED_RESULT T *release () function in class:gdb::ref_ptr
scoped_restore.h 29 void release () const function in class:scoped_restore_base
38 call release() on a "scoped_restore" local, which is a typedef to
  /src/sys/compat/common/
kern_info_09.c 106 char release[32]; member in struct:outsname
126 strncpy(outsname.release, osrelease, sizeof(outsname.release));
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
gpuobj.h 39 void (*release)(struct nvkm_gpuobj *); member in struct:nvkm_gpuobj_func
  /src/external/apache2/llvm/dist/clang/docs/analyzer/
conf.py 48 # |version| and |release|, also used in various other places throughout the
54 release = '13' variable
106 # "<project> v<release> documentation".

Completed in 53 milliseconds

1 2 3 4 5 6 7