Home
last modified time | relevance | path

Searched refs:dispose (Results 1 – 25 of 39) sorted by relevance

12

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
Dsimple_ilist.h171 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) { in cloneFrom() argument
172 clearAndDispose(dispose); in cloneFrom()
185 void removeAndDispose(reference N, Disposer dispose) { in removeAndDispose() argument
187 dispose(&N); in removeAndDispose()
210 iterator eraseAndDispose(iterator I, Disposer dispose) { in eraseAndDispose() argument
213 dispose(&*I); in eraseAndDispose()
219 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) { in eraseAndDispose() argument
221 First = eraseAndDispose(First, dispose); in eraseAndDispose()
231 template <class Disposer> void clearAndDispose(Disposer dispose) { in clearAndDispose() argument
232 eraseAndDispose(begin(), end(), dispose); in clearAndDispose()
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndexUSRs.cpp56 buf->dispose(); in clang_getCursorUSR()
79 buf->dispose(); in clang_getCursorUSR()
DCXString.cpp157 void CXStringBuf::dispose() { in dispose() function in clang::cxstring::CXStringBuf
189 const_cast<void *>(string.data))->dispose(); in clang_disposeString()
DCXString.h92 void dispose();
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli43 engine is not garbage collected and must be destroyed with [dispose ee].
50 (** [dispose ee] releases the memory used by the execution engine and must be
52 val dispose : llexecutionengine -> unit val
Dllvm_executionengine.ml33 external dispose : llexecutionengine -> unit
/openbsd/src/gnu/llvm/llvm/utils/vscode/llvm/src/
Dextension.ts13 litTaskProvider.dispose();
/openbsd/src/sys/kern/
Duipc_usrreq.c528 goto dispose; in uipc_send()
532 goto dispose; in uipc_send()
555 goto dispose; in uipc_send()
573 dispose: in uipc_send()
605 goto dispose; in uipc_dgram_send()
609 goto dispose; in uipc_dgram_send()
617 goto dispose; in uipc_dgram_send()
641 dispose: in uipc_dgram_send()
/openbsd/src/gnu/llvm/clang/lib/DirectoryWatcher/mac/
DDirectoryWatcher-mac.cpp91 static void dispose(const void *ctx) { in dispose() function
194 Context.release = EventStreamContextData::dispose; in createFSEventStream()
/openbsd/src/gnu/llvm/clang/docs/
DBlock-ABI-Apple.rst254 The first case where copy and dispose helper functions are required is for the
327 second case where that requires copy and dispose helper functions to be
329 ``_Block_object_assign`` runtime helper function and in the dispose helper the
616 ``Block`` has copy and dispose helpers for this structure that call:
833 copy/dispose helpers:
858 requires copy/dispose helpers if it imports any block variables, ``__block``
876 in the dispose helper where ``<apropos>`` is:
887 BLOCK_BYREF_CALLER = 128, // called from byref copy/dispose helpers
892 The ``block_byref`` data structure similarly requires copy/dispose helpers for
901 ``block_byref`` copy/dispose helper calls.
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/BlocksRuntime/
DBlock_private.h66 void (*dispose)(void *); member
Druntime.c473 if (aBlock->flags & BLOCK_HAS_COPY_DISPOSE)(*aBlock->descriptor->dispose)(aBlock); in _Block_release()
680 cp += sprintf(cp, "descriptor->dispose helper: %p\n", (void *)(uintptr_t)dp->dispose); in _Block_dump()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D980408-1.c72 dispose, member
/openbsd/src/gnu/usr.bin/gcc/gcc/config/v850/
Dlib1funcs.asm1348 dispose 0, {r20-r29}
1384 dispose 4, {r20 - r29, r31}
1521 dispose 4, {r20 - r29, r31}
1571 dispose 0, { START - r29 }, r31 ;\
1598 dispose 4, { START - r29, r31}, r31 ;\
1688 dispose 4, {r31}, r31
/openbsd/src/gnu/gcc/gcc/config/v850/
Dlib1funcs.asm1813 dispose 0, {r20-r29}
1849 dispose 4, {r20 - r29, r31}
2005 dispose 4, {r20 - r29, r31}
2072 dispose 0, { START - r29 }, r31 ;\
2099 dispose 4, { START - r29, r31}, r31 ;\
2189 dispose 4, {r31}, r31
Dpredicates.md297 the dispose instruction is not suitable. */
/openbsd/src/games/quiz/datfiles/
Ducc126 9-504:secured party's right to dispose of collateral after default
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlcall.pod245 dispose of these temporaries explicitly and the section L</Using Perl to
558 we will have to tidy up the Perl stack and dispose of mortal SVs.
1474 to dispose of your temporaries, control must drop back to the
1483 callback, then it isn't absolutely necessary to dispose explicitly of
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm.ml1393 external dispose : llmemorybuffer -> unit = "llvm_memorybuffer_dispose"
1411 external dispose : [< any ] t -> unit = "llvm_passmanager_dispose"
Dllvm.mli2623 val dispose : llmemorybuffer -> unit val
2674 val dispose : [< any ] t -> unit val
/openbsd/src/gnu/lib/libreadline/doc/
Dhstech.texinfo178 This returns the old entry so you can dispose of the data. In the case
/openbsd/src/gnu/llvm/lldb/docs/use/
Dpython-reference.rst609 # Finally, dispose of the debugger you just made.
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dffe.texi1577 (or, at least, left to the GBE to dispose of, as it sees fit)
/openbsd/src/gnu/gcc/libcpp/po/
Drw.po11609 #~ msgid "Too much stack space to dispose of: %d"
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.211018 (free_eh_nesting_info): New function to dispose of a list of

12