HomeSort by: relevance | last modified time | path
    Searched refs:retain (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h 26 static void retain(const clang::ento::ProgramState *state) { function in struct:llvm::IntrusiveRefCntPtrInfo
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 50 // - has Retain() and Release() methods, or
68 /// calls to Release() and Retain(), which increment and decrement the object's
91 void Retain() const { ++RefCount; }
122 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); }
132 /// Class you can specialize to provide custom retain/release functionality for
136 /// works with any type which defines Retain() and Release() functions -- you
146 /// T::Retain and T::Release.
153 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
170 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
212 void retain() { function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
AppController.m 69 infoDict = [[NSDictionary dictionaryWithContentsOfFile: fp] retain];
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountDiagnostics.cpp 59 return "Object with a +0 retain count returned to caller where a +1 "
60 "(owning) retain count is expected";
137 os << " The object now has a +" << Count << " retain count.";
156 "retain count transferred to caller)";
160 os << "Object returned to caller with a +0 retain count";
288 os << "+1 retain count";
291 os << "+0 retain count";
516 os << "NSArray literal is an object with a +0 retain count";
518 os << "NSDictionary literal is an object with a +0 retain count";
521 os << "NSNumber literal is an object with a +0 retain count"
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
accessors.m 85 # define RETAIN(X) (X)
92 - (id) retain;
96 # define RETAIN(X) [((_libobjcNSObject *)(X)) retain]
112 /* Note that in this case, we do not RETAIN/AUTORELEASE the
127 result = RETAIN (*(pointer_to_ivar));
156 case 0: /* retain */
160 retained_value = RETAIN (new_value);
  /src/external/gpl3/gcc.old/dist/libobjc/
accessors.m 85 # define RETAIN(X) (X)
92 - (id) retain;
96 # define RETAIN(X) [((_libobjcNSObject *)(X)) retain]
112 /* Note that in this case, we do not RETAIN/AUTORELEASE the
127 result = RETAIN (*(pointer_to_ivar));
156 case 0: /* retain */
160 retained_value = RETAIN (new_value);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ExecutionDomainFix.h 165 DomainValue *retain(DomainValue *DV) {
  /src/usr.sbin/sysinst/arch/acorn32/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/alpha/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/bebox/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/cats/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/emips/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/evbarm/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/evbmips/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/evbppc/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/evbsh3/
msg.md.pl 13 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/hpcarm/
menus.md.pl 12 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/hpcmips/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/hppa/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/landisk/
menus.md.pl 14 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/macppc/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/mipsco/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/mvme68k/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/newsmips/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright
  /src/usr.sbin/sysinst/arch/pmax/
menus.md.pl 15 * 1. Redistributions of source code must retain the above copyright

Completed in 64 milliseconds

1 2 3 4 5