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

12

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h88 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
119 retain();
123 retain();
140 retain();
177 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } function in class:llvm::IntrusiveRefCntPtr
H A DImmutableMap.h80 if (Root) { Root->retain(); }
83 if (Root) { Root->retain(); }
87 if (X.Root) { X.Root->retain(); }
142 if (Root) { Root->retain(); }
151 if (Root) Root->retain();
295 if (Root) { Root->retain(); }
302 if (Root) { Root->retain(); }
308 if (Root) { Root->retain(); }
314 X.Root->retain();
335 if (Root) Root->retain();
[all...]
H A DImmutableSet.h249 if (left) left->retain();
250 if (right) right->retain();
331 void retain() { ++refCount; } function in class:llvm::ImutAVLTree
958 if (Root) { Root->retain(); }
961 if (Root) { Root->retain(); }
965 if (X.Root) { X.Root->retain(); }
1042 if (Root) { Root->retain(); }
1138 if (Root) { Root->retain(); }
1143 if (Root) { Root->retain(); }
1147 if (X.Root) { X.Root->retain(); }
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState_Fwd.h27 static void retain(const clang::ento::ProgramState *state) { function in struct:llvm::IntrusiveRefCntPtrInfo
/freebsd-9.3-release/contrib/compiler-rt/BlocksRuntime/
H A DBlock_private.h150 BLOCK_EXPORT void _Block_use_RR( void (*retain)(const void *),
H A Druntime.c264 * Called from objc-auto to alternatively turn on retain/release.
270 void _Block_use_RR( void (*retain)(const void *),
272 _Block_retain_object = retain;
567 // do *not* retain or *copy* __block variables whatever they are
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c131 chtype retain = 0; local
143 if (newmode == retain)
146 retain = newmode;
/freebsd-9.3-release/sys/dev/cxgb/
H A Dbin2h.pl31 1. Redistributions of source code must retain the above copyright notice,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp175 DomainValue *retain(DomainValue *DV) { function in class:__anon2121::ExeDepsFix
252 retain(DV);
267 LiveRegs[rx].Value = retain(dv);
337 B->Next = retain(A);
/freebsd-9.3-release/sys/boot/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
H A Dcrt.s8 # 1. Redistributions of source code must retain the above copyright
/freebsd-9.3-release/sys/boot/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
H A Dboot0.5.s10 # 1. Redistributions of source code must retain the above copyright
H A Dputssjis.s10 # 1. Redistributions of source code must retain the above copyright
/freebsd-9.3-release/share/mk/
H A Dbsd.dtrace.mk12 # 1. Redistributions of source code must retain the above copyright
/freebsd-9.3-release/tools/tools/editing/
H A Dfreebsd.vim7 " 1. Redistributions of source code must retain the above copyright
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl58 * 1. Redistributions of source code must retain the copyright
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl90 * 1. Redistributions of source code must retain the copyright
H A Dmkerr.pl322 " * 1. Redistributions of source code must retain the above copyright\n",
344 " * 6. Redistributions of any form whatsoever must retain the following\n",
505 * 1. Redistributions of source code must retain the above copyright
527 * 6. Redistributions of any form whatsoever must retain the following
/freebsd-9.3-release/sys/boot/pc98/boot0/
H A Dboot0.s10 # 1. Redistributions of source code must retain the above copyright
/freebsd-9.3-release/sys/boot/pc98/kgzldr/
H A Dcrt.s8 # 1. Redistributions of source code must retain the above copyright
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl80 * 1. Redistributions of source code must retain the copyright
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_pseudo_driver.sh104 * 1. Redistributions of source code must retain the above copyright

Completed in 275 milliseconds

12