Searched refs:dispose (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
H A Dwatchpoint-multi-exit.exp26 # The test proper. DISPOSE indicates how to dispose of the fork
29 proc do_test {dispose} {
47 if {$dispose == "kill"} {
50 } elseif {$dispose == "detach"} {
52 } elseif {$dispose == "exit"} {
55 perror "unhandled dispose: $dispose"
61 if {$dispose == "kill"} {
85 foreach_with_prefix dispose {"kill" "detach" "exit"} {
86 do_test $dispose
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dwatchpoint-multi-exit.exp26 # The test proper. DISPOSE indicates how to dispose of the fork
29 proc do_test {dispose} {
46 if {$dispose == "kill"} {
49 } elseif {$dispose == "detach"} {
51 } elseif {$dispose == "exit"} {
54 perror "unhandled dispose: $dispose"
60 if {$dispose == "kill"} {
84 foreach_with_prefix dispose {"kill" "detach" "exit"} {
85 do_test $dispose
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dtyped.d376 void dispose(T)(T* p)
378 return .dispose(allocatorFor!T, p);
381 void dispose(T)(T p)
384 return .dispose(allocatorFor!T, p);
387 void dispose(T)(T[] array)
389 return .dispose(allocatorFor!(T[]), array);
418 scope(exit) a.dispose(p);
420 scope(exit) a.dispose(arr);
H A Dpackage.d18 $(LREF dispose)
42 theAllocator.dispose(p);
48 processAllocator.dispose(p);
57 theAllocator.dispose(arr);
77 include high-level functions such as $(LREF make) and $(LREF dispose) that
118 make), $(LREF dispose), and the array-specific functions $(LREF makeArray),
129 scope(exit) theAllocator.dispose(a1);
189 they work with $(LREF make), $(LREF makeArray), $(LREF dispose) etc. So it
198 scope(exit) myAllocator.dispose(a2);
821 () @trusted { alloc.dispose(
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dtyped.d379 void dispose(T)(T* p)
381 return .dispose(allocatorFor!T, p);
384 void dispose(T)(T p)
387 return .dispose(allocatorFor!T, p);
390 void dispose(T)(T[] array)
392 return .dispose(allocatorFor!(T[]), array);
422 scope(exit) a.dispose(p);
424 scope(exit) a.dispose(arr);
H A Dpackage.d18 $(LREF dispose)
42 theAllocator.dispose(p);
48 processAllocator.dispose(p);
57 theAllocator.dispose(arr);
77 include high-level functions such as $(LREF make) and $(LREF dispose) that
118 make), $(LREF dispose), and the array-specific functions $(LREF makeArray),
129 scope(exit) theAllocator.dispose(a1);
189 they work with $(LREF make), $(LREF makeArray), $(LREF dispose) etc. So it
198 scope(exit) myAllocator.dispose(a2);
1328 () @trusted { alloc.dispose(
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dsimple_ilist.h173 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) { argument
174 clearAndDispose(dispose);
185 /// Remove a node by reference and dispose of it.
187 void removeAndDispose(reference N, Disposer dispose) { argument
189 dispose(&N);
210 /// Remove a node by iterator and dispose of it.
212 iterator eraseAndDispose(iterator I, Disposer dispose) { argument
215 dispose(&*I);
219 /// Remove a range of nodes and dispose of them.
221 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) { argument
233 clearAndDispose(Disposer dispose) argument
234 eraseAndDispose(begin(), end(), dispose); local
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Depoch.c48 dispose_cb *dispose; member in struct:pending_ref
92 old->dispose( old->object );
102 old->dispose( old->object );
159 old->dispose( old->object );
254 p->dispose( p->object );
261 p->dispose( p->object );
286 new->dispose = cb;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/v850/
H A Dv850e1.s13 dispose 7, {r24}
14 dispose 7, {r25 - r27}, r5
H A Dv850e1.d19 0x0+20 4e 06 00 80 [ ]*dispose 7, {r24}, r0
20 0x0+24 4e 06 05 70 [ ]*dispose 7, {r25 - r27}, r5
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXString.h92 void dispose();
H A DCIndexUSRs.cpp56 buf->dispose();
79 buf->dispose();
H A DCXString.cpp148 void CXStringBuf::dispose() { function in class:clang::cxstring::CXStringBuf
180 const_cast<void *>(string.data))->dispose();
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dscoped_allocator.d219 alloc.dispose(foo);
220 alloc.dispose(bar); // segfault here
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A 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 var
H A Dllvm_executionengine.ml33 external dispose : llexecutionengine -> unit
/netbsd-current/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
H A DDirectoryWatcher-mac.cpp91 static void dispose(const void *ctx) { function in struct:__anon582::EventStreamContextData
194 Context.release = EventStreamContextData::dispose;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dscoped_allocator.d242 alloc.dispose(foo);
243 alloc.dispose(bar); // segfault here
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/v850/
H A Dlib1funcs.S1785 dispose 0, {r20-r29}
1821 dispose 0, {r20 - r29, r31}
1950 dispose 0, {r20 - r29, r31}
2017 dispose 0, { START - r29 }, r31 ;\
2044 dispose 0, { START - r29, r31}, r31 ;\
2134 dispose 0, {r31}, r31
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/v850/
H A Dlib1funcs.S1785 dispose 0, {r20-r29}
1821 dispose 0, {r20 - r29, r31}
1950 dispose 0, {r20 - r29, r31}
2017 dispose 0, { START - r29 }, r31 ;\
2044 dispose 0, { START - r29, r31}, r31 ;\
2134 dispose 0, {r31}, r31
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c2191 int dispose )
2208 if ( el->el_cb && dispose != 0 ) {
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1406 external dispose : llmemorybuffer -> unit = "llvm_memorybuffer_dispose"
1424 external dispose : [< any ] t -> unit = "llvm_passmanager_dispose"
H A Dllvm.mli2679 val dispose : llmemorybuffer -> unit
2730 val dispose : [< any ] t -> unit var

Completed in 394 milliseconds