Searched refs:retain (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h26 static void retain(const clang::ento::ProgramState *state) { function in struct:llvm::IntrusiveRefCntPtrInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h104 /// Class you can specialize to provide custom retain/release functionality for
125 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); }
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain(); }
153 retain();
182 void retain() { function in class:llvm::IntrusiveRefCntPtr
184 IntrusiveRefCntPtrInfo<T>::retain(Obj);
H A DImmutableMap.h81 if (Root) { Root->retain(); }
85 if (Root) { Root->retain(); }
94 if (X.Root) { X.Root->retain(); }
145 if (Root) { Root->retain(); }
152 if (Root) Root->retain();
280 Root->retain();
288 if (Root) { Root->retain(); }
293 Root->retain();
305 X.Root->retain();
321 if (Root) Root->retain();
[all...]
H A DImmutableSet.h248 if (left) left->retain();
249 if (right) right->retain();
330 void retain() { ++refCount; } function in class:llvm::ImutAVLTree
972 if (Root) { Root->retain(); }
976 if (Root) { Root->retain(); }
985 if (X.Root) { X.Root->retain(); }
1058 if (Root) { Root->retain(); }
1128 if (Root) { Root->retain(); }
1134 if (Root) { Root->retain(); }
1143 if (X.Root) { X.Root->retain(); }
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h150 BLOCK_EXPORT void _Block_use_RR( void (*retain)(const void *),
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp57 return "Object with a +0 retain count returned to caller where a +1 "
58 "(owning) retain count is expected";
134 os << " The object now has a +" << Count << " retain count.";
153 "retain count transferred to caller)";
157 os << "Object returned to caller with a +0 retain count";
285 os << "+1 retain count";
288 os << "+0 retain count";
511 os << "NSArray literal is an object with a +0 retain count";
513 os << "NSDictionary literal is an object with a +0 retain count";
516 os << "NSNumber literal is an object with a +0 retain coun
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c149 chtype retain = 0; local
161 if (newmode == retain)
164 retain = newmode;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DExecutionDomainFix.h156 DomainValue *retain(DomainValue *DV) {
/freebsd-11-stable/sys/dev/cxgb/
H A Dbin2h.pl31 1. Redistributions of source code must retain the above copyright notice,
/freebsd-11-stable/share/dtrace/
H A Dhotopen9 * 1. Redistributions of source code must retain the above copyright
H A Dretval9 * 1. Redistributions of source code must retain the above copyright
H A Dtcpconn9 * 1. Redistributions of source code must retain the above copyright
H A Dtcpdebug9 * 1. Redistributions of source code must retain the above copyright
H A Dtcpstate9 * 1. Redistributions of source code must retain the above copyright
H A Dudptrack9 * 1. Redistributions of source code must retain the above copyright
H A Dblocking9 * 1. Redistributions of source code must retain the above copyright
H A Ddisklatency9 * 1. Redistributions of source code must retain the above copyright
H A Ddisklatencycmd9 * 1. Redistributions of source code must retain the above copyright
H A Dnfsattrstats12 * 1. Redistributions of source code must retain the above copyright
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_errno.inc10 * 1. Redistributions of source code must retain the above copyright
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp64 retain(DV);
78 LiveRegs[rx] = retain(dv);
142 B->Next = retain(A);
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dstart.s10 # 1. Redistributions of source code must retain the above copyright
H A Dsupport.s10 # 1. Redistributions of source code must retain the above copyright
/freebsd-11-stable/stand/i386/kgzldr/
H A Dsio.s8 # 1. Redistributions of source code must retain the above copyright
H A Dstart.s8 # 1. Redistributions of source code must retain the above copyright

Completed in 272 milliseconds

123