HomeSort by: relevance | last modified time | path
    Searched defs:abandon (Results 1 - 6 of 6) sorted by relevancy

  /src/games/trek/
abandon.c 1 /* $NetBSD: abandon.c,v 1.9 2009/05/24 21:44:56 dholland Exp $ */
35 static char sccsid[] = "@(#)abandon.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: abandon.c,v 1.9 2009/05/24 21:44:56 dholland Exp $");
45 ** Abandon Ship
71 abandon(int v __unused) function
79 printf("You may not abandon ye Faire Queene\n");
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantInitBuilder.cpp 30 void ConstantInitFuture::abandon() { function in class:ConstantInitFuture
33 builder->abandon(0);
107 void ConstantInitBuilderBase::abandon(size_t newEnd) { function in class:ConstantInitBuilderBase
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAsynConnection.cpp 255 void LDAPAsynConnection::abandon(LDAPMessageQueue *q){ function in class:LDAPAsynConnection
256 DEBUG(LDAP_DEBUG_TRACE,"LDAPAsynConnection::abandon()" << endl);
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ConstantInitBuilder.h 92 void abandon(size_t newEnd);
179 /// Abandon this builder completely.
180 void abandon() { function in class:clang::CodeGen::ConstantAggregateBuilderBase
182 Builder.abandon(Begin);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PassManager.h 207 /// Note that you can only abandon a specific analysis, not a *set* of
209 template <typename AnalysisT> void abandon() { abandon(AnalysisT::ID()); } function in class:llvm::PreservedAnalyses
216 /// Note that you can only abandon a specific analysis, not a *set* of
218 void abandon(AnalysisKey *ID) { function in class:llvm::PreservedAnalyses
1263 PA.abandon<AnalysisT>();
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 310 int abandon; local
331 abandon = 0;
335 while (!abandon) {
358 abandon = 1;
365 abandon = 1;
368 abandon = 1;
380 if (abandon) {

Completed in 31 milliseconds