OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntrusiveRefCntPtrInfo
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h
26
template <> struct
IntrusiveRefCntPtrInfo
<const clang::ento::ProgramState> {
/external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp
43
template <> struct
IntrusiveRefCntPtrInfo
<InterceptRefCounted> {
/external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h
83
friend struct
IntrusiveRefCntPtrInfo
;
87
template <typename T> struct
IntrusiveRefCntPtrInfo
{
177
void retain() { if (Obj)
IntrusiveRefCntPtrInfo
<T>::retain(Obj); }
178
void release() { if (Obj)
IntrusiveRefCntPtrInfo
<T>::release(Obj); }
Completed in 220 milliseconds