OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:retain
(Results
1 - 5
of
5
) sorted by relevancy
/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
...]
ImmutableSet.h
249
if (left) left->
retain
();
250
if (right) right->
retain
();
331
void
retain
() { ++refCount; }
function in class:llvm::ImutAVLTree
363
static void
retain
(ImutAVLTree<ImutInfo> *Tree) { Tree->
retain
(); }
function in struct:llvm::IntrusiveRefCntPtrInfo
1053
if (Root) { Root->
retain
(); }
/src/external/bsd/nvi/dist/vi/
v_txt.c
2873
size_t input_len,
retain
;
local
2908
retain
= MIN(tp->owrite, orig_len - input_len);
2912
MEMCPYW(tp->lb + tp->cno, p + input_len,
retain
);
2913
tp->len -= tp->owrite -
retain
;
2915
tp->insert +=
retain
;
/src/external/bsd/wpa/dist/src/pae/
ieee802_1x_kay_i.h
95
bool
retain
;
member in struct:ieee802_1x_mka_participant
Completed in 68 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026