Home
last modified time | relevance | path

Searched defs:abandon (Results 1 – 8 of 8) sorted by relevance

/netbsd/games/trek/
H A Dabandon.c71 abandon(int v __unused) in abandon() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp30 void ConstantInitFuture::abandon() { in abandon() function in ConstantInitFuture
107 void ConstantInitBuilderBase::abandon(size_t newEnd) { in abandon() function in ConstantInitBuilderBase
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h663 void abandon() override { in abandon() function
692 void abandon() override { in abandon() function
726 void abandon() override { in abandon() function
761 void abandon() override { in abandon() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPassManager.h209 template <typename AnalysisT> void abandon() { abandon(AnalysisT::ID()); } in abandon() function
218 void abandon(AnalysisKey *ID) { in abandon() function
/netbsd/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAsynConnection.cpp255 void LDAPAsynConnection::abandon(LDAPMessageQueue *q){ in abandon() function in LDAPAsynConnection
/netbsd/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h180 void abandon() { in abandon() function
/netbsd/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c310 int abandon; local
/netbsd/crypto/external/bsd/openssh/dist/
H A Dchannels.c1340 channel_force_close(struct ssh *ssh, Channel *c, int abandon) in channel_force_close()