HomeSort by: relevance | last modified time | path
    Searched refs:dispose (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
watchpoint-multi-exit.exp 26 # The test proper. DISPOSE indicates how to dispose of the fork
29 proc do_test {dispose} {
44 # Dispose of the inferior. This should get rid of this inferior's
46 if {$dispose == "kill"} {
49 } elseif {$dispose == "detach"} {
51 } elseif {$dispose == "exit"} {
54 perror "unhandled dispose: $dispose"
60 if {$dispose == "kill"}
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
watchpoint-multi-exit.exp 26 # The test proper. DISPOSE indicates how to dispose of the fork
29 proc do_test {dispose} {
44 # Dispose of the inferior. This should get rid of this inferior's
46 if {$dispose == "kill"} {
49 } elseif {$dispose == "detach"} {
51 } elseif {$dispose == "exit"} {
54 perror "unhandled dispose: $dispose"
60 if {$dispose == "kill"}
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
typed.d 379 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);
package.d 17 $(TR $(TD Dispose) $(TD
18 $(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)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
simple_ilist.h 173 void cloneFrom(const simple_ilist &L2, Cloner clone, Disposer dispose) {
174 clearAndDispose(dispose);
185 /// Remove a node by reference and dispose of it.
187 void removeAndDispose(reference N, Disposer dispose) {
189 dispose(&N);
210 /// Remove a node by iterator and dispose of it.
212 iterator eraseAndDispose(iterator I, Disposer dispose) {
215 dispose(&*I);
219 /// Remove a range of nodes and dispose of them.
221 iterator eraseAndDispose(iterator First, iterator Last, Disposer dispose) {
234 eraseAndDispose(begin(), end(), dispose); local
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
epoch.c 48 dispose_cb *dispose; member in struct:pending_ref
92 old->dispose( old->object );
102 old->dispose( old->object );
159 old->dispose( old->object );
229 p->dispose( p->object );
236 p->dispose( p->object );
261 new->dispose = cb;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXString.h 92 void dispose();
CIndexUSRs.cpp 56 buf->dispose();
79 buf->dispose();
CXString.cpp 148 void CXStringBuf::dispose() { function in class:clang::cxstring::CXStringBuf
180 const_cast<void *>(string.data))->dispose();
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 43 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
llvm_executionengine.ml 33 external dispose : llexecutionengine -> unit
  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/mac/
DirectoryWatcher-mac.cpp 91 static void dispose(const void *ctx) { function in struct:__anon617::EventStreamContextData
194 Context.release = EventStreamContextData::dispose;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
scoped_allocator.d 242 alloc.dispose(foo);
243 alloc.dispose(bar); // segfault here
  /src/external/gpl3/gcc.old/dist/libgcc/config/v850/
lib1funcs.S 1785 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
  /src/external/gpl3/gcc/dist/libgcc/config/v850/
lib1funcs.S 1785 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
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
init.c 2196 int dispose )
2213 if ( el->el_cb && dispose != 0 ) {
  /src/usr.sbin/sysinst/
msg.mi.fr 1044 Le disque s�lectionn� dispose d'une partition d'�change (swap) qui
1046 dispose de peu de m�moire.
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.ml 1406 external dispose : llmemorybuffer -> unit = "llvm_memorybuffer_dispose"
1424 external dispose : [< any ] t -> unit = "llvm_passmanager_dispose"
llvm.mli 2679 val dispose : llmemorybuffer -> unit
2730 val dispose : [< any ] t -> unit
  /src/external/gpl3/gcc/dist/gcc/doc/include/
texinfo.tex 4849 \noexpand\jumptwofi % dispose of the \fi
4859 \noexpand\expandafter % dispose of \else ... \fi
4864 \noexpand\jumptwofi % dispose of the \fi
4878 \noexpand\expandafter % dispose of \else ... \fi
4883 \noexpand\jumptwofi % dispose of the \fi \fi

Completed in 52 milliseconds