/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 158 static void retain(T *obj) { obj->Retain(); } in retain() function 175 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } in IntrusiveRefCntPtr() 176 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain(); } in IntrusiveRefCntPtr() 188 retain(); in IntrusiveRefCntPtr() 217 void retain() { in retain() function 219 IntrusiveRefCntPtrInfo<T>::retain(Obj); in retain()
|
H A D | ImmutableMap.h | 128 if (Root) { Root->retain(); } in getRoot() 135 if (Root) Root->retain(); in manualRetain() 235 if (Root) Root->retain(); in manualRetain()
|
H A D | ImmutableSet.h | 236 if (left) left->retain(); in ImutAVLTree() 237 if (right) right->retain(); in ImutAVLTree() 318 void retain() { ++refCount; } in retain() function 350 static void retain(ImutAVLTree<ImutInfo> *Tree) { Tree->retain(); } 1040 if (Root) { Root->retain(); }
|
/openbsd/gnu/llvm/lld/docs/ELF/ |
H A D | start-stop-gc.rst | 15 reference from a live section retain all ``meta`` input sections. This 39 If a relocation is inconvenient, consider using ``__attribute__((retain))`` 46 __attribute__((retain,used,section("meta"))) 50 GCC before 11 and Clang before 13 do not recognize ``__attribute__((retain))``,
|
/openbsd/usr.bin/ssh/ |
H A D | xmss_fast.h | 49 unsigned char *retain; member 57 …ed char *auth, unsigned char *keep, treehash_inst *treehash, unsigned char *retain, int next_leaf);
|
H A D | sshkey-xmss.c | 60 u_char *retain; member 169 (state->retain = calloc(num_retain(state), 1)) == NULL || in sshkey_xmss_init_bds_state() 179 state->retain, 0); in sshkey_xmss_init_bds_state() 195 free(state->retain); in sshkey_xmss_free_bds() 202 state->retain = NULL; in sshkey_xmss_free_bds() 692 (r = sshbuf_put_string(b, state->retain, num_retain(state))) != 0 || in sshkey_xmss_serialize_state() 790 (r = sshbuf_get_string(b, &state->retain, &lr)) != 0 || in sshkey_xmss_deserialize_state() 822 state->retain, 0); in sshkey_xmss_deserialize_state()
|
H A D | xmss_fast.c | 67 …ned char *auth, unsigned char *keep, treehash_inst *treehash, unsigned char *retain, int next_leaf) in xmss_set_bds_state() argument 75 state->retain = retain; in xmss_set_bds_state() 227 …memcpy(state->retain + ((1 << (h - 1 - nodeh)) + nodeh - h + (((i >> nodeh) - 3) >> 1)) * n, stack… in treehash_setup() 422 …memcpy(state->retain + ((1 << (h - 1 - nodeh)) + nodeh - h + (((idx >> nodeh) - 3) >> 1)) * n, sta… in bds_state_update() 496 memcpy(state->auth + i * n, state->retain + (offset + rowidx) * n, n); in bds_round()
|
/openbsd/lib/libcurses/tty/ |
H A D | lib_vidattr.c | 163 chtype retain = 0; in NCURSES_EXPORT() local 175 if (newmode == retain) in NCURSES_EXPORT() 178 retain = newmode; in NCURSES_EXPORT()
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 577 unretained, or known retain-agnostic. 618 retain-agnostic. 779 * ``retain`` implies ``__strong`` ownership. 1641 `dynamic local retain history`. 1647 the implementation of ``retain`` and ``release``. 1694 release followed by a "balancing" retain. 1755 retain of that value for storing into ``x``. 1847 .. _arc.misc.special_methods.retain: 1857 * ``retain`` 2480 the retain. [all …]
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ProgramState_Fwd.h | 26 static void retain(const clang::ento::ProgramState *state) {
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | BasicClass.m | 10 @property(atomic, retain) id objectField;
|
/openbsd/usr.bin/dig/ |
H A D | COPYRIGHT | 94 1. Redistributions of source code must retain the above copyright 132 1. Redistributions of source code must retain the above copyright notice, 165 1. Redistributions of source code must retain the above copyright 196 1. Redistributions of source code must retain the above copyright 223 * Redistributions of source code must retain the above copyright 276 1. Redistributions of source code must retain the above copyright 306 1. Redistributions of source code must retain the above copyright 332 1. Redistributions of source code must retain the above copyright 472 1. Redistributions of source code must retain the above copyright 494 6. Redistributions of any form whatsoever must retain the following [all …]
|
/openbsd/gnu/llvm/clang/docs/analyzer/checkers/ |
H A D | dealloc_example.m | 24 @property(retain) id myproperty;
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 64 retain(DV); in resolve() 78 LiveRegs[rx] = retain(dv); in setLiveReg() 142 B->Next = retain(A); in merge()
|
/openbsd/gnu/llvm/compiler-rt/lib/BlocksRuntime/ |
H A D | Block_private.h | 150 BLOCK_EXPORT void _Block_use_RR( void (*retain)(const void *),
|
/openbsd/lib/libssl/ |
H A D | LICENSE | 27 * 1. Redistributions of source code must retain the above copyright 49 * 6. Redistributions of any form whatsoever must retain the following 101 * 1. Redistributions of source code must retain the copyright
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | lang.opt | 42 ; This comment is to ensure we retain the blank line above.
|
/openbsd/usr.bin/less/ |
H A D | LICENSE | 10 1. Redistributions of source code must retain the above copyright
|
/openbsd/lib/libfido2/ |
H A D | LICENSE | 7 1. Redistributions of source code must retain the above copyright
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ExecutionDomainFix.h | 165 DomainValue *retain(DomainValue *DV) { in retain() function
|
/openbsd/games/hack/ |
H A D | COPYRIGHT-JF | 10 * 1. Redistributions of source code must retain the above copyright
|
/openbsd/sys/dev/microcode/myx/ |
H A D | myx-license | 7 1. Redistributions of source code must retain the above copyright notice,
|
/openbsd/sys/dev/microcode/neomagic/ |
H A D | neo-license | 9 * 1. Redistributions of source code must retain the above copyright
|
/openbsd/sys/dev/microcode/zydas/ |
H A D | zd1211-license | 6 * 1. Redistribution of source code must retain the above copyright
|
/openbsd/lib/libc/rpc/ |
H A D | DISCLAIMER | 10 * * Redistributions of source code must retain the above copyright
|