OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntrusiveRefCntPtrInfo
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Basic/
LLVM.h
43
template <typename T> struct
IntrusiveRefCntPtrInfo
;
74
using llvm::
IntrusiveRefCntPtrInfo
;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState_Fwd.h
26
template <> struct
IntrusiveRefCntPtrInfo
<const clang::ento::ProgramState> {
CallEvent.h
138
template <typename T> friend struct llvm::
IntrusiveRefCntPtrInfo
;
[
all
...]
/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); }
/external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp
43
template <> struct
IntrusiveRefCntPtrInfo
<InterceptRefCounted> {
Completed in 47 milliseconds