Searched refs:new (Results 251 - 257 of 257) sorted by relevance

<<11

/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembtcl.tex594 the Tcl remote interface, and their use for new code is discouraged.
H A Dembremote.tex240 Each peer queue is created by creating a new server socket on the
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Ddatabase-sec.tex753 the new inserted tuple. There are four aggregates in \eclipse relations.
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsexcept.tex571 raise the new error in the application code.
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A DMakefile101 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
102 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A DMakefile100 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
101 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DItaniumDemangle.h1633 // new (expr_list) type(init_list)
1637 bool IsGlobal; // ::operator new ?
1638 bool IsArray; // new[] ?
1652 S += "new";
2161 // parsed. The parser collapses multiple names into new nodes to construct
2209 Node **data = new (mem) Node *[sz];
2552 // ::= na # new[]
2556 // ::= nw # new
2718 return make<NameType>("operator new[]");
2730 return make<NameType>("operator new");
[all...]

Completed in 162 milliseconds

<<11